I am using drmaa-python to submit and monitor jobs to and from SGE (Sun Grid Engine). I have following status in GUI
- Jobs active in Queue
- Running Jobs
- Completed Jobs
- Failed Jobs
- Status Undetermined
Sometimes I get few jobs with Status Undetermined. When I check jobs status using qstat in terminal of SGE host machine, I can see all jobs running without failing a single one. Status Undetermined is often misleading to users, because the user might think Status Undetermined jobs are having some sort of problems.
So, I understand that the problem is not with SGE, but with drmaa-python library.
Does anyone one know why drmaa-python can not determine the status?