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

Is it stuck when there is really low CPU usage? #26

Open
rickbeeloo opened this issue Nov 13, 2020 · 3 comments
Open

Is it stuck when there is really low CPU usage? #26

rickbeeloo opened this issue Nov 13, 2020 · 3 comments

Comments

@rickbeeloo
Copy link

We just run twopaco for thousands of bacterial genomes and now it's at:

Round 0, 0:4398046511104
Pass    Filling Filtering

However, when we look at top we see that while its loaded in memory there is only 0.3% cpu usage:
514.3g 512.2g 4368 D 0.3 33.9 209:34.18 twopaco
Is this normal or does this mean something is going wrong?

@iminkin
Copy link
Contributor

iminkin commented Nov 16, 2020

Hey @rickbeeloo , did it finish? Do you have enough free space on the disk?

@rickbeeloo
Copy link
Author

@iminkin not yet, but I think that makes sense with thousands of genomes, however, an odd thing is that we have the:

/path/to/file/1.fna
/path/to/file/2.fna
/path/to/file/3.fna
/path/to/file/4.fna
...
--------------------------------------------------------------------------------

but sometimes there is the following below it:

Round 0, 0:4398046511104
Pass    Filling Filtering

however, when I check later again this disappears and I see only the paths again. Nevertheless, now we see something happening:

512.0g 211.2g 4324 R 99.7 14.0 13:27.84 twopaco

It's hard to see how far it is and if it's not repeating

@iminkin
Copy link
Contributor

iminkin commented Nov 18, 2020

How much memory does your machine have and what was the command line you used to run twopaco? I would suggest using the largest filter size possible given your machine's RAM (see documentation here: https://github.com/medvedevgroup/TwoPaCo#twopaco-usage).

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

2 participants