![]() |
![]() |
#67 |
"Curtis"
Feb 2005
Riverside, CA
17×317 Posts |
![]()
Weird; two digits easier than the C165 from a few posts ago, with the same params, yet needed 10M more raw relations, more unique relations, and took the same amount of time as a poly that scored 20%+ worse.
|
![]() |
![]() |
![]() |
#68 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
22×7×132 Posts |
![]() Quote:
Edit: Msieve runs filtering to test for a matrix success and then waits a short time and tests again. Last fiddled with by EdH on 2022-06-14 at 15:29 |
|
![]() |
![]() |
![]() |
#69 |
"Curtis"
Feb 2005
Riverside, CA
10101000011012 Posts |
![]()
No, I think your way is actually more accurate, since it measures when a matrix can be built of a certain density rather than using user-set guesses for number of relations to find.
|
![]() |
![]() |
![]() |
#70 |
"Ed Hall"
Dec 2009
Adirondack Mtns
22·7·132 Posts |
![]()
One more:
Code:
N = 164... <160 digits> tasks.I = 14 tasks.lim0 = 50000000 tasks.lim1 = 40000000 tasks.lpb0 = 31 tasks.lpb1 = 31 tasks.qmin = 7000000 tasks.sieve.lambda0 = 1.83 tasks.sieve.mfb0 = 58 tasks.sieve.mfb1 = 89 tasks.sieve.ncurves0 = 20 tasks.sieve.ncurves1 = 10 tasks.sieve.qrange = 5000 Polynomial Selection (size optimized): Total time: 480487 Polynomial Selection (root optimized): Total time: 27393 Lattice Sieving: Total time: 3.16854e+06s (all clients used 4 threads) Lattice Sieving: Total number of relations: 166474932 Found 113244194 unique, 35828316 duplicate, and 0 bad relations. cownoise Best MurphyE for polynomial is 1.62682689e-12 |
![]() |
![]() |
![]() |
#71 |
"Ed Hall"
Dec 2009
Adirondack Mtns
127C16 Posts |
![]()
And, a c172:
Code:
N = 237... <172 digits> tasks.I = 14 tasks.lim0 = 65000000 tasks.lim1 = 40000000 tasks.lpb0 = 31 tasks.lpb1 = 31 tasks.qmin = 7000000 tasks.sieve.mfb0 = 58 tasks.sieve.mfb1 = 89 tasks.sieve.ncurves0 = 19 tasks.sieve.ncurves1 = 10 tasks.sieve.qrange = 5000 Polynomial Selection (size optimized): Total time: 985587 Polynomial Selection (root optimized): Total time: 10003 Lattice Sieving: Total time: 1.28816e+07s (all clients used 4 threads) Lattice Sieving: Total number of relations: 240648323 Found 151223351 unique, 81169538 duplicate, and 0 bad relations. cownoise Best MurphyE for polynomial is 3.16608561e-13 |
![]() |
![]() |
![]() |
#72 |
"Ed Hall"
Dec 2009
Adirondack Mtns
22·7·132 Posts |
![]()
Here's a c173:
Code:
N = 107... <173 digits> tasks.A = 28 tasks.lim0 = 65000000 tasks.lim1 = 40000000 tasks.lpb0 = 31 tasks.lpb1 = 31 tasks.qmin = 7000000 tasks.sieve.adjust_strategy = 2 tasks.sieve.mfb0 = 59 tasks.sieve.mfb1 = 89 tasks.sieve.ncurves0 = 19 tasks.sieve.ncurves1 = 10 tasks.sieve.qrange = 5000 Polynomial Selection (size optimized): Total time: 994417 Polynomial Selection (root optimized): Total time: 9945.86 Lattice Sieving: Total time: 1.28671e+07s (all clients used 4 threads) Lattice Sieving: Total number of relations: 233696828 Found 145036125 unique, 73955642 duplicate, and 0 bad relations. cownoise Best MurphyE for polynomial is 2.69267673e-13 Last fiddled with by EdH on 2022-08-18 at 13:41 |
![]() |
![]() |
![]() |
#73 | |
Apr 2020
81910 Posts |
![]() Quote:
Presumably strategy 2 was removed because of the occasional CADO filtering crashes. But with your script setup that shouldn't be an issue, as long as CADO filtering doesn't run until msieve can build a matrix. Apart from increasing qmin, the other thing to try for small c17x would be raising lpb1 to 32, and correspondingly mfb1 to 92. Last fiddled with by charybdis on 2022-08-18 at 14:07 |
|
![]() |
![]() |
![]() |
#74 |
"Ed Hall"
Dec 2009
Adirondack Mtns
22·7·132 Posts |
![]()
Thanks! I've been trying to adjust rels_wanted to make sure it exceeds Msieve matrix build relations needed, so I'll stick with strategy 2. Part of this is so the CADO filtering isn't fighting for resources while Msieve filtering is testing for a matrix. I'll adjust qmin to 15M, and raise lpb1 and mfb1 for my next c17x run, whenever I do another one.
I do run CADO filtering briefly at the end to gather the data for this thread. At that point, if it crashes, it doesn't bother my scripts, but I might miss some of the values in these posts. I can look at that later if it does occur. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CADO NFS | Shaopu Lin | CADO-NFS | 522 | 2021-05-04 18:28 |
CADO-NFS Timing Data For Many Factorizations | EdH | EdH | 8 | 2019-05-20 15:07 |
CADO help | henryzz | CADO-NFS | 4 | 2017-11-20 15:14 |
CADO-NFS | skan | Information & Answers | 1 | 2013-10-22 07:00 |
CADO | R.D. Silverman | Factoring | 4 | 2008-11-06 12:35 |