Brian Walenz - 2015-10-04

That's a new one! Sounds like bogart is trying to use more threads than your limits allow.

1) Near the top of 4-unitigger/unitigger.err, the number of threads it is trying to use is reported. Post this file if possible - it also reports memory usage.
2) What's in the various /home/ishengtsai/Burx/Pacbio/KaCL4/4-unitigger/asm.002.bestOverlapGraph* files? These should show how far it got before failing.

Two things to try, both try to limit the number of threads it uses:

1) add batThreads=<some-number> to the runCA command, where <some-number> is the limit on the number of threads you can run.
2) set environment variable OMP_NUM_THREADS to the same number before running runCA.</some-number></some-number>

Unfortunately, it'll still take 4 hours to get to the point where it could fail.