Hi Mh,
I agree,e in that case, I would perform the run using -np 32 only. You
don't need -R for such a large dataset, but it will increase the total
memory requirements. Still, many more generations are needed and I fear
it will take quite some time on your machine. (but you can always
restart runs using the checkpointing)
I would advise to conduct the runs separately. Start four different runs
./exabayes -n R1 -s $RANDOM
./exabayes -n R2 -s $RANDOM
./exabayes -n R3 -s $RANDOM
./exabayes -n R4 -s $RANDOM
Then execute each of the run (using -np 32) for a day and check for
convergence using ./sdsf ExaBayes_topologies* and resume a run for
another day.
In case a chain got stuck (like R2 here), you can consider discarding
it, if it does not recover in a reasonable amount of time. That is a way
to save yourself some runtime. If several chains got stuck, this may be
a reason to start to worry.
I would expect that if you compute the asdsf manually on all your
samples except those from ExaBayes_topologies.R2, then you should obtain
a more optimistic asdsf and maybe even a decreasing tendency (but maybe
it's still too early for that). R0,R1 and R3 look fine to me.