The results

Once the job is finished it should deposit two files into the directory we ran qsub from:

Let's see what does our directory contain:

~/ $ ls /afs/cs.stanford.edu/u/akrevl/tutorial/SingleCore
SingleCoreJob.e4651 
SingleCoreJob.o4651
SingleCore.py
SingleCore.qsub.sh

Now let's see the content of those files:

~/ $ cat SingleCoreJob.e4651
~/ $ cat SingleCoreJob.o4651
Started: 2012-10-16 17:19:29 Finished: 2012-10-16 17:19:39 Host: iln28 User: akrevl

Excellent, the standard error file is empty and the standard output tells us that our job ran on node iln28 and it finished (as expeted) in 10 seconds.