<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You are out of RAM. If running on a scheduler like SLURM or PBS, depending on how you submit the job and how the scheduler has been configured, you may not have access to the whole machine’s RAM (you may need to request an amount of RAM). Also make sure /tmp or the location you specify as TMP= is not an in memory directory (not uncommon on some configurations). On the cluster where I work for example /tmp defaults to in memory, and real disk temporary space is at /scratch/local, so I must specify that detail in the maker_opts.ctl file in the TMP= value.<div class=""><br class=""></div><div class="">Other things to look at —></div><div class="">1. If running under MPI, cpu= in maker_opts.ctl must be set to 1.<br class="">2. max_dna_len= should be 100000 (the default)<br class="">3. In maker_bopts.ctl, set all the depth_blast= options to something like 10 or 20 (there are 3 depth values you will have to set). The default is to keep everything, and if you have really deep alignments that can use a lot of RAM with out any actual benefit for gene prediction.<br class=""><div class=""><br class=""></div><div class="">—Carson</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 21, 2021, at 2:40 AM, 刘昱 <<a href="mailto:liu9827885@163.com" class="">liu9827885@163.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="line-height: 1.7; font-size: 14px; font-family: Arial;" class=""><div class="">Hello,</div><div class=""> I apologize for not posting directly to the archived forum but it appears that the option to enter new posts is disabled.</div><div class=""> Thank you for your continued support of Maker and your responses to the forum posts. I have been running Maker (V3.01.02) to annotate a apple genome that consists of 17 chromosome-length scaffolds and some small contigs.</div><div class=""> In my various tests in running Maker, the vast majority of the smaller contigs were annotated failed. I'm not sure the long scaffolds finished rather than smaller contigs.</div><div class=""> ```</div><div class=""><div class=""> open3: fork failed: Cannot allocate memory at /data/liuyu/Software/maker/bin/../lib/File/NFSLock.pm line 1037 thread 1.</div><div class=""> --> rank=3, hostname=localhost.localdomain</div><div class=""> ERROR: Failed while collecting blastn reports</div><div class=""> ERROR: Chunk failed at level:1, tier_type:3</div><div class=""> FAILED CONTIG:scaffold1A</div><div class=""><br class=""></div><div class=""> deleted:0 hits</div><div class=""> ERROR: Chunk failed at level:4, tier_type:0</div><div class=""> FAILED CONTIG:scaffold1A</div></div><div class=""> ````</div><div class=""> The work in run.log.child.0 is FINISHED. While in the theVoid.scaffold1A/run.log.child.1, the error code showed below:</div><div class=""> ```</div><div class=""> STARTED CF_hap1_part3_rnd1.maker.output/CF_hap1_part3_rnd1_datastore/67/D7/scaffold1A//theVoid.scaffold1A/0/scaffold1A.1.66268.0.db%2E1-66268%2Efor_blastn%2Efasta.blastn</div><div class=""> DIED RANK 3:4:0:2</div><div class=""> DIED COUNT 1</div><div class=""> ````</div><div class=""> My command is "mpiexec -n 8 /data/liuyu/Software/maker/bin/maker -base CF_hap1_part3_test part3_round1_maker_opts.ctl maker_bopts.ctl maker_exe.ctl". The mpiexec is used by MPICH(v3.3.2). And When I test and use the MPICH2, the error is same. Meanwhile, when I use less number of processes, the task is failed too.</div><div class=""> Thanks for any troubleshooting tips you can offer.</div><div class="">Best wishes,</div><div class="">Yu Liu</div><div class=""><br class=""></div></div><br class=""><br class=""><span title="neteasefooter" class=""><div class=""> <br class="webkit-block-placeholder"></div></span>_______________________________________________<br class="">maker-devel mailing list<br class=""><a href="mailto:maker-devel@yandell-lab.org" class="">maker-devel@yandell-lab.org</a><br class="">http://yandell-lab.org/mailman/listinfo/maker-devel_yandell-lab.org<br class=""></div></blockquote></div><br class=""></div></div></body></html>