deltaquad@willow:~$ qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -m e -j y -o $HOME/UAA.out $HOME/UAA/UAA.py
Your job 314397 ("UAA.py") has been submitted
Can you try this:
qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -b y -m e -j y -o $HOME/UAA.out $HOME/UAA/UAA.py
(I added the "-b y" option and it seems to work here).
//Marcin