I submit 32 simple hello world batch jobs and 1/3 or more will die with the in the .e log
bash: line 1: 108753 Killed /cm/local/apps/pbspro/var/spool/mom_priv/jobs/964223.polaris.SC
All 32 jobs are identical
#!/bin/bash
#PBS -S /bin/bash
#PBS -l select=1:ncpus=4:mem=12gb:host=p0314
#PBS -q admin
#PBS -l place=shared
#PBS -N test
#PBS -l walltime=01:12:01
echo "Hello World"
echo "Sleeping for 1 minute"
sleep 60
echo "Done"
Any help would me appreciated.
Thanks,
Matthew