ps -ef|grep think |grep -v grep|cut -c 9-15|xargs kill -9
ps -ef |grep think | grep -v grep |awk '{print $2}'|xargs kill -9