Message 1035 - Posted: 21 Jul 2017, 6:20:12 UTC
[...]
Yafu runs in different stages to factor the composite.
One of the first stage is to try to find a factor with ecm. There one ecm process is forked per core, you will see many ecm processes.
If this doesn't factorize the composite it has to go the long way and do a complete factorization with gnfs, you will see many gnfs proecesses.
Afterwards it checks if it has enough relations found. If not yafu proceeds with gnfs. You will also see a big growing nfs.dat file in the slot folder.
At the end yafu consolidates the gnfs results and does a linear algebra. Unfortunately this stage is mostly single threaded.
yoyo