Sri Lanka spinners, Dilruwan Perera and Rangana Herath demolished the South African batting lineup in the second innings to fold the visitors for 73 as the home team recorded a 278-run win in the first Test match in Galle on Saturday.
After being set a target of 352, the Proteas folded up inside one session to record their lowest score in Test cricket since readmission in 1992.
The visiting opener, Dean Elgar started the procession when he came out of the crease and got himself stumped in the 6th over off Perera. Hashim Amla, Temba Bavuma and Faf Du Plessis were caught by the close-in fielders.
Day 1 Report: Karunaratne epic withstands fiery Rabada on rain hit day
Markram too was stumped by Dickwella while Quinton De Kock was struck plumb in front by Dilruwan Perera. The tail could not wag as the spinners destroyed the world number two-ranked team.
It was quite remarkable to watch the Sri Lankans at full flow after they were thrashed by the Proteas in their own den a few months back. This time it was all about experience for the hosts.
Dimuth Karunaratne showed why he is one of the best Test openers in the world at present with a century and half century while on the other hand, Dilruwan Perera and Rangana Herath – the oldest of spin twins playing together at present – showed their class in both innings with Dilruwan being the stand out.
Earlier, Sri Lanka started off day three 272 runs ahead and looking to drive home the advantage. Angelo Mathews was desperately in need of a substantial score along with Roshen Silva who has been struggling for form after his dream start.
The duo looked solid to begin with. A powerful straight drive from Mathews seemed destined to the boundary, only before Kagiso Rabada intercepted it on his follow-through as the ball ricocheted onto the stumps. To make things worse, Silva was caught well short, sending him back in the most unfortunate way for just 13.
Niroshan Dickwella didn’t last too long as he nicked one behind off Rabada who was in the middle of a hostile spell, before Dilruwan followed soon after shouldering arms against the same bowler.
Skipper Suranga Lakmal promoted himself one slot up the order to no. 9 and seemed to be building a useful stand with Mathews, before the latter looked to go big against Keshav Maharaj only to see his stumps rattled.
>>Dimuth Karunaratne – The modern, classic southpaw<<
Lakmal continued to play some extravagant drives against the spinners to extend the lead and hurt the spirits of the Proteas.
Rangana Herath tried to play all kinds of sweeps during his short stay, before it eventually led to his own downfall when he was castled by Tabraiz Shamsi for zero. Lakshan Sandakan was the last man out when Dale Steyn sent a brute of a delivery as Sri Lanka folded up for 190.
Rabada who bowled with plenty of heart captured three scalps for the Proteas while Maharaj finished with four wickets as South Africa was set 352 runs for victory before things went horribly wrong.
// 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 |