ps -eo pid,etime,cmd --sort=start_time | awk '$3 == "fdserver" && /[2-9]+[-]/' | awk '{print $1}' | xargs kill