ps -eo etime,pid,ppid,cmd | grep "run/train" | grep -v grep | awk '{print $2}' | xargs kill -9