Hello Gowonda Cluster Users:
We have implemented a requirement for wall time when submitting cluster jobs.
Add a line similar to the one below in your pbs script . This line below request 1 hour of walltime for your job:
#PBS -l walltime=01:00:00
Alternatively, If you do not want to make anymore changes to your pbs script, you can add this with your qsub command:
qsub -l walltime=00:04:00 <pbs script>