for i in `ps ax | grep D | awk {‘print $1’}`;do kill -9 $(cat /proc/${i}/status | grep PPid | awk {‘print $2’});done