Sri Lanka started off well, then crumbled fast and were in danger of being bowled out under 200 but Dimuth Karunaratne produced probably his best Test innings to-date, as he helped Sri Lanka get out of jail along with the tail, while also withstanding a fired up Kagiso Rabada.
Acting Sri Lankan skipper Suranga Lakmal won the toss on a soggy outfield – from continuous rain in the lead up to the match – and decided to bat first with the pitch looking very much like a typical Galle surface, a slow, low turner.
The hosts got off to a promising start of 44 runs through Danushka Gunathilaka and the returning Karunaratne, which was incidentally Sri Lanka’s highest opening partnership in their last 16 Test innings. South Africa’s young fast bowling sensation Kagiso Rabada came on to bowl as first change after the initial spells from Dale Steyn and Vernon Philander, and was effective straight away as he had Gunathilaka nicking off for 26.
Dhananjaya de Silva looked out of sorts once again before left arm Chinaman bowler Tabraiz Shamsi got rid of him with a delivery that gripped off the surface to go through his defences as Sri Lanka went into lunch at 93/2 with Karunaratne and Kusal Mendis in firm control.
Karunaratne battled on and on from the other end as he reached his 15th Test half century soon after the break, before he watched from the other end as a cluster of wickets fell to the impressive South African fast bowling attack led by Rabada.
Dale Steyn opened the flood gates when he dismissed Kusal Mendis for 24, before Rabada sent back Angelo Mathews and Roshen Silva to the pavilion in the space of three deliveries to leave Sri Lanka reeling at 119/5.
Niroshan Dickwella survived a close LBW call off Rabada early in his innings putting on a useful 42 run partnership with Karunaratne, before he was undone by a brilliant Shamsi delivery to be caught in the slips. The heavens opened up at the fall of Dickwella as tea was taken early on the opening day, with Karunaratne unbeaten on 80* and Sri Lanka on 161/6.
Dilruwan Perera faced a scare off his first ball when he was trapped in front by Shamsi after the break, before the DRS came to his rescue. He didn’t last for too much longer though as he nicked behind off Philander and Rangana Herath fell soon after a mix up with Karunaratne. Sri Lanka were 176/8 and looking down the barrel before skipper Lakmal provided much needed support for Karunaratne to get to his three figure mark, his 8th Test century. The duo added an invaluable 48 runs for the 9thwicket before Lakmal fell to a snorter of a delivery from Rabada who continued to trouble the Sri Lankan batsmen with his pace and bounce.
Karunaratne decided to throw his bat around with last man Lakshan Sandakan hanging around for company. It proved vital as Sri Lanka continued to stretch their first innings total which might be vital as the pitch showed signs of spin and variable bounce even as early as day one. Sandakan grew in confidence as he struck a few useful boundaries before getting a bit too ambitious to be stumped for 25, but had done more than what was expected off him being involved in a 63 run stand for the 10th wicket, remarkably the highest in the innings.
Karunaratne walked off to a standing ovation at the Galle stadium as he became only the fourth Sri Lankan batsman to carry his bat through an innings remaining unbeaten on 158*, while guiding Sri Lanka to a competitive 287 all-out.
While the impressive Rabada captured four wickets for the visitors, Shamsi bowled decently to end up with three scalps. Steyn who is returning from injury was promising at times, but managed only the scalp of Kusal Mendis at a vital stage of the game.
Herath added the icing on the cake as he dismissed Aiden Markram late in the day, as the Proteas closed the day on 04/1 facing four tough overs of spin from Herath and Dilruwan.
// 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
Sri Lanka
287/10 & 190/10
(57.4 overs)
Result
South Africa
126/10 & 73/10
(28.5 overs)
SL won by 278 runs
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilake | c Q.De Kock b K.Rabada | 26 | 31 | |||
Dimuth Karunaratne | not out | 158 | 222 | |||
Dananjaya De Silva | b T.Shamsi | 11 | 36 | |||
Kusal Mendis | c b | 24 | 36 | |||
Angelo Mathews | c Q.De Kock b K.Rabada | 0 | 10 | |||
Roshen Silva | c A.Markram b K.Rabada | 0 | 2 | |||
Niroshen Dickwella | c H.Amla b T.Shamsi | 18 | 31 | |||
Dilruwan Perera | c Q.De Kock b V.Philander | 1 | 4 | |||
Rangana Herath | (runout) Q.De Kock / V.Philander | 1 | 7 | |||
Suranga Lakmal | c Q.De Kock b K.Rabada | 10 | 40 | |||
Lakshan sandakan | st Q.De Kock b T.Shamsi | 25 | 55 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Vernon Philander | 8 | 1 | 28 | 1 | 3.50 |
Dale Steyn | 13 | 0 | 54 | 1 | 4.15 |
Kagiso Rabada | 14 | 1 | 50 | 4 | 3.57 |
Keshav Maharaj | 17 | 3 | 49 | 0 | 2.88 |
Tabraiz Shamsi | 25.4 | 2 | 91 | 3 | 3.58 |
Dean Elgar | 1 | 0 | 7 | 0 | 7.00 |
South Africa’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Aiden Markram | c A.Mathews b R.Herath | 0 | 7 | |||
Dean Elgar | c Anjelo Mathews b Dilruwan Perera | 8 | 29 | |||
Keshav Maharaj | lbw by Rangana Herath | 3 | 12 | |||
Hashim Amla | c Kusal Mendis b Dilruwan Perera | 15 | 36 | |||
Temba Bavuma | b Lakshan Sandakan | 17 | 33 | |||
Faf du Flessis | b Suranga Lakmal | 49 | 88 | |||
Quinton de Kock | b Dilruwan Perera | 3 | 8 | |||
Vernon Philander | lbw by Dilruwan Perera | 18 | 85 | |||
Kagiso Rabada | b Suranga Lakmal | 2 | 9 | |||
Dale Steyn | c Anjelo Mathews b Suranga Lakmal | 8 | 17 | |||
Tabraiz Shamsi | not out | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Rangana Herath | 19 | 5 | 39 | 2 | 2.05 |
Dilruwan Perera | 23 | 8 | 46 | 4 | 2.00 |
L.Sandakan | 8 | 1 | 18 | 1 | 2.25 |
Suranga Lakmal | 4.3 | 0 | 21 | 3 | 4.88 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
MD Gunathilaka | c Kagiso Rabada b Keshav Maharaj | 17 | 65 | |||
D. Karunaratne | c Hashim Amla b Kagiso Rabada | 60 | 80 | |||
D.De.Silva | b Keshav Maharaj | 9 | 12 | |||
BKG Mendis | lbw by Keshav Maharaj | 0 | 3 | |||
A Mathews | b Keshav Maharaj | 35 | 86 | |||
R. Silva | (runout) Kagiso Rabada | 13 | 24 | |||
N. Dickwella | c Quinton de Kock b Kagiso Rabada | 7 | 14 | |||
Dilruwan Perera | lbw by Kagiso Rabada | 2 | 2 | |||
Suranga Lakmal | not out | 33 | 46 | |||
R. Herath | lbw by Tabraiz Shamsi | 0 | 5 | |||
L.Sandakan | c Temba Bavuma b Dale Steyn | 6 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kagiso Rabada | 12 | 0 | 44 | 3 | 3.67 |
Dale Steyn | 11.4 | 1 | 35 | 1 | 3.07 |
KA Maharaj | 20 | 5 | 58 | 4 | 2.90 |
Tabraiz Shamsi | 11 | 0 | 37 | 1 | 3.36 |
Vernon Philander | 3 | 0 | 10 | 0 | 3.33 |
South Africa’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dean Elgar | st. Niroshan Dickwella b Dilruwan Perera | 4 | 12 | |||
Aiden Markram | st. Niroshan Dickwella b Rangana Herath | 19 | 46 | |||
Hashim Amla | c Dananjaya De Silva b Dilruwan Perera | 0 | 2 | |||
Temba Bavuma | c Dananjaya De Silva b Dilruwan Perera | 2 | 17 | |||
Faf du Flessis | c Anjelo Mathews b Rangana Herath | 1 | 3 | |||
Quinton de Kock | lbw by Dilruwan Perera | 10 | 9 | |||
Vernon Philander | not out | 22 | 38 | |||
KA Maharaj | c Lakshan Sandakan b Dilruwan Perera | 9 | 9 | |||
Kagiso Rabada | b Dilruwan Perera | 0 | 10 | |||
Dale Steyn | c & b Rangana Herath | 2 | 6 | |||
Tabraiz Shamsi | lbw by Lakshan Sandakan | 2 | 21 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
R. Herath | 14 | 4 | 38 | 3 | 2.71 |
Dilruwan Perera | 14 | 4 | 32 | 6 | 2.29 |
L.Sandakan | 0.5 | 0 | 1 | 1 | 2.00 |