KosinskiLab / AlphaPulldownSnakemake

GNU General Public License v3.0
3 stars 0 forks source link

"Memory specification can not be satisfied" errors but job complete? #1

Closed jkosinski closed 9 months ago

jkosinski commented 9 months ago

I've got some "Memory specification can not be satisfied" error for this run: /g/kosinski/kosinski/devel/alphaabriss as seen in the attached log.

log.txt

But I think the output is there: /scratch/kosinski/TestAlphaAbriss/

What does it mean?

maurerv commented 9 months ago

Currently, snakemake increaes the requested RAM with every resubmit. Quick fix would be to add a cap on the requestable memory to comply with cluster limits

jkosinski commented 9 months ago

OK. And why do we have those resubmits? These are the crashing monomer jobs?

maurerv commented 9 months ago

Yes

jkosinski commented 9 months ago

OK, so possibly they should check the reason of crash, and if not memory issue, do not restart or restart with the same memory.