When would you use -q smp in your .pbs file as opposed to -q serial or -q normal?
The queue must match the number of cores and nodes you request:
select=1:ncpus=12 then use -q serialselect=1:ncpus=24 then use -q smp select=2:ncpus=24 then use -q normal