Description
Hello,
I have run into an issue with running IQTREE v2.3.6
on linux HPC which was installed via Conda.
When I ran the command:
$ iqtree -m GTR -s alignment.fasta -B 1000 -T AUTO --threads-max 12
The tree inference process would progress through the initial steps, and the log file would progress to the "creation of the initial fast parsimony tree." At this point progress would stop and no additional information would be printed to the log nor would any files be written to the disk.
Monitoring the job using the Linux top
command showed a complete maxing out of CPU being used by iqtree
for an extended period of time. The node running the job has 112 cores, all of which were maxed out via htop
. However, iqtree
was using no RAM during this time.
The program did not error out unless the job timed out.
The issue resolved when running a reduced command line:
$ iqtree -m GTR -s alignment.fasta -B 1000
I was able to recreate this issue on two machines with different installs of v2.3.6
but unable to recreate the issue on a third machine using IQTREE 2.2.2.3 COVID-edition for Linux 64-bit
.