I have a bunch of servers, on which I run experiments using screen. The procedure is the following :
screen
ssh
ps x | grep SCREEN
to see what is that screen running in case you used the command
screen -A -m -d php make_something.php