Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory kill issued by slurm but Nextflow process marked as completed. #81

Open
mahesh-panchal opened this issue Feb 26, 2024 · 0 comments

Comments

@mahesh-panchal
Copy link
Collaborator

Describe the bug
The logs show slurm encountered an error, however the Nextflow process is marked as COMPLETED. No error was raised

.command.log:

INFO:    Environment variable SINGULARITYENV_TMPDIR is set, but APPTAINERENV_TMPDIR is preferred
INFO:    Environment variable SINGULARITYENV_NXF_TASK_WORKDIR is set, but APPTAINERENV_NXF_TASK_WORKDIR is preferred
INFO:    Environment variable SINGULARITYENV_NXF_DEBUG is set, but APPTAINERENV_NXF_DEBUG is preferred
INFO:    Environment variable SINGULARITYENV_SNIC_TMP is set, but APPTAINERENV_SNIC_TMP is preferred
slurmstepd: error: Detected 1959 oom_kill events in StepId=45226719.batch. Some of the step tasks have been OOM Killed.

Nextflow log status:

$ nextflow log -f process,tag,status $( nextflow log -q | tail -n 1 ) -F "process == 'ASSEMBLE_HIFI:GFATOOLS_GFA2FA'"
ASSEMBLE_HIFI:GFATOOLS_GFA2FA	hifiasm-raw-default	COMPLETED

To Reproduce
Not sure how to reproduce.

Expected behavior
When an out of memory error occurs, Nextflow should also report the error.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant