mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Aliquot Sequences (https://www.mersenneforum.org/forumdisplay.php?f=90)
-   -   Aliquot sequence reservations (https://www.mersenneforum.org/showthread.php?t=11588)

ChristianB 2018-04-07 16:49

[QUOTE=unconnected;484667]This is exactly what you want. From docfile:

[code]-pretest [num] Use this switch with factor() for ECM pretesting of the input number.
Optionally provide an integer value specifing the maximum level of
pretesting to do (up to "num" digits, or a t-level of "num")

[/code]I use it this way to crack some composite numbers in automatic mode.
[CODE]./yafu "factor(@)" -threads 8 -batchfile list -pretest 25 -of out.txt[/CODE][/QUOTE]

But using -pretest with factor() will still factor the number. This is not what we want at yafu@home. If the composite is above the limit for this type of computer there should be no nfs stage only ecm even if that fails to factor the number.

Batalov 2018-04-07 21:28

Reserving 1758312

Batalov 2018-04-07 21:42

Taking 173460 324072

fivemack 2018-04-08 11:41

Drop 1630704 (2^3*3, ECMed C116)
Drop 1546272 (2^4*3, ECMed C113)
Drop 1785088 (2*3, ECMed C116)
Drop 1424760 (2^2*7, ECMed C115)
Drop 1697584 (2^2*3*7*ECMed C115)
Drop 1918080 (2^4*3*5*ECMed C123)
Drop 559368 (2^5*5, C141 cofactor with 4000@3e6 ECM)
Drop 868704 (2^4*3, C146 cofactor with 4000@3e6 ECM)

fivemack 2018-04-08 11:42

Take 1596564 1692396

fivemack 2018-04-08 11:46

Taking 1932360

ChristianB 2018-04-08 15:25

Drop 1509198 1513848 1417668 1759368 1756584 1649550 1627548 1503642 1445340 1466496

unconnected 2018-04-08 17:34

Update 1627344 1857192 1594044 1423848

Batalov 2018-04-08 23:01

Taking 357280 832518 405420 1970220

LaurV 2018-04-09 06:05

[QUOTE=ChristianB;484702]But using -pretest with factor() will still factor the number. This is not what we want at yafu@home. If the composite is above the limit for this type of computer there should be no nfs stage only ecm even if that fails to factor the number.[/QUOTE]
Did you try the command? Create a text file, say call it rsa120.num, and paste the RSA120 number inside, don't forget to add cr/lf (my version of yafu still skips the last line in the text if there is no cr/lf after it!), save it in the current folder where yafu is,

[CODE]227010481295437363334259960947493668895875336466084780038173258247009162675779735389791151574049166747880487470296548479

[/CODE]
then call:


[CODE]yafu factor(@) -v -batchfile rsa120.num -pretest[/CODE](note that the number is not needed, and the values in yafu.ini will be used)

unconnected 2018-04-09 06:38

Taking 1979692.


All times are UTC. The time now is 23:15.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.