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

Recurrently getting "Kmer matching step died" #19

Open
apcamargo opened this issue Sep 29, 2019 · 7 comments
Open

Recurrently getting "Kmer matching step died" #19

apcamargo opened this issue Sep 29, 2019 · 7 comments

Comments

@apcamargo
Copy link

apcamargo commented Sep 29, 2019

I'm recurrently getting the "Kmer matching step died" error during my assemblies. I wasn't able to pinpoint what may be causing it because I sometimes get it and sometimes don't even when I'm assembling the same data and using the same parameters.

PLASS Version: a983491

Ubuntu 18.04, 184 GB of memory, 96 × Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz

strict_assembly.log

@martin-steinegger
Copy link
Member

Do you use a grid engine and the job might have timed out? Your log outputs "killed" after the 6th iteration. So the OS or the grid engine might have killed the job.

@milot-mirdita
Copy link
Member

Another idea: Could you try to run the assembly with less threads?
I think we assume about 4-8GB RAM per thread, at least that are the conditions in which we developed our software.

@apcamargo
Copy link
Author

Thank you for the answers!

I'm not using a grid engine. This execution was performed in an AWS instance.

I'll try using less threads in my next assemblies. In any case, I could finish this assembly by starting it again in the same server (I needed three additional executions after this first one).

@apcamargo
Copy link
Author

@milot-mirdita I reduced the number of cores so that I had ~5GB of memory per thread, but the problem persisted. I got the same error across multiple tries.

plass_assembly.log

@apcamargo
Copy link
Author

Something else that I've noticed: After finishing the assembly of a sample I started assembling the second one. The "generate k-mers list" step was very slow and eventually died. After deleting the PLASS directory and re-compiling it, the "generate k-mers list" of the first step was quick again, until eventually getting slow and dying in the 6th step.

I noticed this behavior several times already. After re-compiling PLASS gets fast again and doesn't die until it has processed several steps.

@martin-steinegger
Copy link
Member

@apcamargo I really do not know whats the issues. Some times it runs only one iteration and then six. Is it possible to share the data? I would try to reproduce the issues.

@apcamargo
Copy link
Author

apcamargo commented Oct 17, 2019

Sure @martin-steinegger! I'll email the data to you.

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

3 participants