Elen, have you tried seeing if any screen sessions exist at all?
screen -ls
-should list all screens for the current user, or you could try:
ls -laR /var/run/screen/
-to show all screens on the system.
And if you find a screen you could use:
screen -x screenname