After an evenly poised opening day the hosts dominated day 2 with Trent Boult starring with a dream 20-minute spell of perfect Test match fast bowling. After bundling out the Sri Lankans in the first 9 overs of the day, New Zealand extended their lead batting cautiously.
Sri Lanka, beginning the day with a slight edge over the home team, were expecting to gain the all-important 1st innings lead on day 2 with in-form Angelo Mathews still being in the crease. But, there was nothing Mathews could do as he was left stranded at the non-strikers end as Trent Boult destroyed the Sri Lankan inning within the space of just 15 deliveries.
Boult accounting for the dismissals of Roshen Silva, Niroshan Dickwella, Dilruwan Perera, Suranga Lakmal, Dushmantha Chameera and Lahiru Kumara took 5 wickets within 11 balls, breaking the record for the fewest balls to take 5 wickets in Tests. The previous record of 12 balls was jointly held by Australian Monty Noble, Jacques Kallis and Kemar Roach.
Both the recognized Sri Lankan batsmen to lose their wickets today, Roshen Silva and Niroshan Dickwella, fell in similar fashion as both of them edged to Tim Southee in the slip cordon, trying to drive full deliveries swinging away late.
The remaining 4 wickets were all LBWs as Boult’s late swing was too much to handle for the Sri Lankan lower order. Sri Lanka losing their last 5 wickets for just 4 runs today, is the worst last 5 wickets collapse in their Test history. They went from 100/5 to 104 all out.
Sri Lanka’s most experienced batsman, Angelo Mathews was so unlucky that he had to see all these wickets from the best place in the park. He walked away unbeaten on 33 as Sri Lanka finished the inning 74 runs behind New Zealand.
New Zealand ODI squad announced
Unlike in the 1st innings, the Kiwi openers looked more cautious and solid as they batted 48 overs together. The duo batted with so much purpose that they battled through the complete 2nd session without losing a wicket. Interestingly they were batting on a track, where 20 wickets had fallen in the space of 91 overs.
The clue-less Sri Lankan bowlers didn’t seem to be threatening as the Kiwi batsmen batted with ease on a pitch that was slowing down. Sri Lanka too had a chance to breakthrough before tea when an airborne Tom Latham hooked one to Dushmantha Chameera at fine-leg, whose dive was not enough to hang on to the ball. Latham was on 32 then.
It was the off-spinner Dilruwan Perera who finally provided Sri Lanka the much needed breakthrough when he dismissed Jeet Raval for 72. Raval approaching a well-deserved Test century gave a simple ‘bat-pad’ catch to Kusal Mendis at short-leg as he tried to work the ball on the leg side. Raval’s 162-ball knock included 8 boundaries.
Following the 121 run partnership between the openers, skipper Kane Williamson together with Latham added 68 more runs to extend their lead over Sri Lanka. Tom Latham fresh from his double hundred in Wellington reached his 16th Test fifty before Williamson got himself out trying to cut a wide delivery from Lahiru Kumara moving too close to it. Kusal Mendis taking his second catch of the innings was fielding at wide first slip and caught it brilliantly with reverse cups near head height. Williamson was just 2 runs short of his half-century.
Ross Taylor, coming in at 4, accelerated the scoring rate with some wonderful strokes. He hit 4 consecutive boundaries off Suranga Lakmal’s bowling in the 76th over as he remained unbeaten on 25 facing just 27 deliveries. Latham on the other hand was unbeaten on 74 facing 213 balls with 8 boundaries.
Sri Lanka just one over away from taking the second new ball will be hoping to bundle out the Kiwis as soon as possible and come out to bat again.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
New Zealand
178/10 & 585/4
(153 overs)
Result
Sri Lanka
104/10 & 236/10
(106.2 overs)
NZ won by 423 runs
New Zealand ‘s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Jeet Raval | c D Chandimal b S Lakmal | 6 | 24 | |||
Tom Latham | c K Mendis b S Lakmal | 10 | 30 | |||
Kane Williamson | c N Dickwella b S Lakmal | 2 | 18 | |||
Ross Taylor | (runout) L Kumara | 27 | 46 | |||
Henry Nicholls | b S Lakmal | 1 | 10 | |||
BJ Watling | c D Perera b L Kumara | 46 | 90 | |||
C de Grandhomme | c D Chameera b L Kumara | 1 | 5 | |||
Tim Southee | c D Gunathilaka b D Perera | 68 | 65 | |||
Neil Wagner | c K Mendis b S Lakmal | 0 | 7 | |||
Ajaz Patel | c S Lakmal b L Kumara | 2 | 5 | |||
Trent Boult | not out | 1 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 19 | 5 | 54 | 5 | 2.84 |
Lahiru Kumara | 14 | 4 | 49 | 3 | 3.50 |
Angelo Mathews | 4 | 1 | 6 | 0 | 1.50 |
Dushmantha Chameera | 8 | 1 | 43 | 0 | 5.38 |
Dilruwan Perera | 5 | 1 | 13 | 1 | 2.60 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | c J Raval b T Southee | 8 | 31 | |||
Dimuth Karunarathne | c K Williamson b T Southee | 7 | 9 | |||
Dinesh Chandimal | c BJ Watling b T Southee | 6 | 9 | |||
Kusal Mendis | c BJ Watling b de Grandhomme | 15 | 32 | |||
Angelo Mathews | not out | 33 | 88 | |||
Roshen Silva | c T Southee b T Boult | 21 | 63 | |||
Niroshan Dickwella | c T Southee b T Boult | 4 | 3 | |||
Dilruwan Perera | lbw by T Boult | 0 | 4 | |||
Suranga Lakmal | lbw by T Boult | 0 | 1 | |||
Dushmantha Chameera | lbw by T Boult | 0 | 2 | |||
Lahiru Kumara | lbw by T Boult | 0 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Trent Boult | 15 | 8 | 30 | 6 | 2.00 |
Tim Southee | 15 | 5 | 35 | 3 | 2.33 |
Colin de Grandhomme | 6 | 0 | 19 | 1 | 3.17 |
Neil Wagner | 5 | 0 | 10 | 0 | 2.00 |
New Zealand ‘s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Jeet Raval | c K Mendis b D Perera | 74 | 162 | |||
Tom Latham | c N Dickwella b D Chameera | 176 | 370 | |||
Kane Williamson | c K Mendis b L Kumara | 48 | 75 | |||
Ross Taylor | lbw by L Kumara | 40 | 44 | |||
Henry Nicholls | not out | 162 | 225 | |||
de Grandhomme | not out | 71 | 45 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 30 | 6 | 96 | 0 | 3.20 |
Lahiru Kumara | 32 | 6 | 134 | 2 | 4.19 |
Dushmantha Chameera | 30 | 5 | 147 | 1 | 4.90 |
Dilruwan Perera | 41 | 3 | 149 | 1 | 3.63 |
Danushka Gunathilaka | 16 | 2 | 45 | 0 | 2.81 |
Dimuth Karunarathne | 4 | 2 | 6 | 0 | 1.50 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | c BJ Watling b T Southee | 4 | 7 | |||
Dimuth Karunarathne | c BJ Watling b T Boult | 0 | 2 | |||
Dinesh Chandimal | c H Nicholls b N Wagner | 56 | 228 | |||
Kusal Mendis | c M Henry b N Wagner | 67 | 147 | |||
Angelo Mathews | not out | 22 | 54 | |||
Roshen Silva | c BJ Watling b N Wagner | 18 | 73 | |||
Niroshan Dickwella | b T Southee | 19 | 31 | |||
Dilruwan Perera | c K Williamson b N Wagner | 22 | 62 | |||
Suranga Lakmal | b T Boult | 18 | 25 | |||
Dushmantha Chameera | lbw by T Boult | 3 | 8 | |||
Lahiru Kumara | not out | 0 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Trent Boult | 28.2 | 11 | 77 | 3 | 2.73 |
Tim Southee | 27 | 13 | 61 | 2 | 2.26 |
Colin de Grandhomme | 10 | 1 | 23 | 0 | 2.30 |
Neil Wagner | 29 | 10 | 48 | 4 | 1.66 |
Ajaz Patel | 12 | 9 | 21 | 0 | 1.75 |