Numerous errors during Spades running #1433
Replies: 1 comment
-
Hello
The amount of RAM required depends on many factors including (but not limited to) genome size, repeat content & complexity, ploidy & strain contents, error rate, etc. It is not possible to estimate this in advance. And it is not possible to estimate the amount of RAM required in advance as well.
The peak resident set size was approx 440 before memory allocation failed. And your OS failed to fulfil SPAdes request to allocate 64M more.
There are multiple tools available around for measuring memory consumption including e.g.
Checkpoints are disabled by default. Refer to manual for description of checkpoint-related options.
Well, the error is clear: write failed and this was the error message provided by your system. If you're suspecting some system misconfiguration, you might want to ask your system administrator. |
Beta Was this translation helpful? Give feedback.
-
Description of bug
Hello,
There are two errors and one warning in the attached
Spades
log file.The above error is clearly related to the lack of required
RAM
. Is there a way from thelog
file i already have to figure out an approximateRAM
amount i need for the successfulSpades
run? Besides, i'm wondering what is the actual peak of memory 480573063168 or 579801792512? Can you recommend a tool to checkRAM
consumption duringSpades
run or the information which is already present in thelog
file is sufficient for that?Why i can not to save the
check point
and got thewarning
:* 0:00:00.028 1M / 18M WARN StageManager (stage.cpp : 162) No saved checkpoint
* 1:35:39.164 9053M / 9053M ERROR General (kmer_splitter.hpp : 151) I/O error! Incomplete write! Reason: No space left on device. Error code: 28
There is approximately
1.5 Tb
of free space on the mounted file storage i use on myvirtual machine
. What is the possible reason for that error message and how to fix it?Many thanks,
Denis
spades.log
spades_out-5.txt
params.txt
params-3.txt
SPAdes version
4.0.0
Operating System
Ubuntu 22.04.3 LTS
Python Version
3.13.1
Method of SPAdes installation
conda
No errors reported in spades.log
Beta Was this translation helpful? Give feedback.
All reactions