Search for PID in putty (when you can't find it using topas)
From http://unix.stackexchange.com/questions/131968/how-can-i-find-the-process-id-of-a-command-started-in-another-terminal
ps -u "your_login" | grep "sleep" | awk '{print $1}'