ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
522 stars 111 forks source link

Parsing Logfile for Errors #425

Open saoirseguita opened 3 years ago

saoirseguita commented 3 years ago

Hi there,

A log output from my recent cactus run is attached, along with the corresponding SLURM input file. The error(s?) in the log largely seem to be pointing towards resource allocation and out of memory events, but I'm having some trouble parsing it. I have a few questions:

Many thanks in advance!

mgaCactus.txt log.txt

glennhickey commented 3 years ago

Please read this before running on slurm -- especially that second paragraph.

From your log, signaled SIGKILL is the important part. This means all your jobs are getting killed by something outside of cactus. It could be because it's using too much memory, but can't say for sure from the log.

You can definitely restart any job using the --restart option.