NF==2 {host=$2;next}
NF>10 {if($3=="N") ps=$5; else ps=$4; system("rsh " host " kill  -9 " ps); next}


	
