pid=`ps aux |grep $1|grep -v grep|grep -v $0|awk '{print $2}'`
top -bn 1 -p $pid |tail -2|head -1|awk '{print $9}'
