I have a line in the script I submit to torque that looks like this:
#PBS -o /path/to/output/file/directory/file_name_with_some_underscores.out
But when I look for this output file, it's called something like this:
/path/to/output/file/directory/file_name_with_some_underscores.o36091
Where 36091 is the job ID number. I have multiple jobs running simultaneously with the same output file, but I've done that before and this has never happened previously.
Why is Torque doing this?