Hi William,
do those jobs show up when you run `sacctmgr show runaway` command? This
command
will also give you an option to fix them if it finds jobs in that state.
For some more details see https://slurm.schedmd.com/sacctmgr.html and
slide #14 from https://slurm.schedmd.com/SLUG19/Troubleshoo
I have several phantom jobs in "sreport user" that always show up even during
periods when no jobs were running. I don’t know the job IDs and would
appreciate suggestions for identifying the jobs and fixing the database. My
cluster accounting is uses slurmdbd with mariadb.
sreport user TopU
Thanks a lot René !
It helps me a lot!
An additional question about the log messages from job_submit.lua:
With slurm.log_info(), I want to display the job ID instead of the job name
"job_desc.name" in function slurm_job_submit(),
but I didn't find such a relevant field in the job_desc type.
I