mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   CADO-NFS (https://www.mersenneforum.org/forumdisplay.php?f=170)
-   -   CADO NFS (https://www.mersenneforum.org/showthread.php?t=11948)

EdH 2018-04-28 03:31

Thanks Curtis,

I hope to get this started in the morning.

Ed

VBCurtis 2018-04-28 05:23

If you get a chance before your run, reduce lim1 from 32e6 to 28e6. It won't make much difference, but I believe that smaller lim's reduce matrix size and LA time. Since that's the one part stuck on a single machine, it's worth trading a bit of sieve efficiency to try for a smaller matrix.

EdH 2018-04-28 15:38

[QUOTE=VBCurtis;486441]If you get a chance before your run, reduce lim1 from 32e6 to 28e6. It won't make much difference, but I believe that smaller lim's reduce matrix size and LA time. Since that's the one part stuck on a single machine, it's worth trading a bit of sieve efficiency to try for a smaller matrix.[/QUOTE]
It looks like I got the chance. The process got hung up again, as before. Should I add "tasks.polyselect.admin = 1e3" again? I left it out when I rewrote params.c150.

Due to other things, it looks like I'm going to have to wait until Monday to retry...

VBCurtis 2018-04-28 15:49

Sure, that's probably wise for general use on medium-sized inputs (say, C130 or higher). Smaller numbers seem to be more likely to have a best-poly-score on a very small coefficient, so I'd not put that in for numbers below C130.
I set poly work size to 5e2 in part to try to avoid this problem; guess that wasn't enough.

EdH 2018-04-29 03:43

[QUOTE=VBCurtis;486467]Sure, that's probably wise for general use on medium-sized inputs (say, C130 or higher). Smaller numbers seem to be more likely to have a best-poly-score on a very small coefficient, so I'd not put that in for numbers below C130.
I set poly work size to 5e2 in part to try to avoid this problem; guess that wasn't enough.[/QUOTE]
The C130 work ran without the issue. I don't think I tried any C140 work. I've added it now for the C150, but it won't run until at least Monday.

EdH 2018-04-30 15:50

I started the run at pretty close to 10:00 local, but stopped it at a little prior to 11:30 because over a quarter of my machines dropped a client!

I restarted and will see if this happens again.

I have some changes to make to my scripts because I can "see" why temporary terminals fail. Currently, I'm using instances that close on their own when done. I might just add a sleep 1000000 line or log any stderr.

EdH 2018-05-01 14:20

Well done, Curtis,

The results are in and I would have to say you made quite a difference!

[code]
Total cpu/elapsed time for entire factorization: 7.58874e+06/171384 (default)
Total cpu/elapsed time for entire factorization: 3.71132e+06/78710.3
(modified)
[/code]More details:
[code]
Info:Polynomial Selection (size optimized): Aggregate statistics:
Info:Polynomial Selection (size optimized): potential collisions: 173101
Info:Polynomial Selection (size optimized): raw lognorm (nr/min/av/max/std): 174374/44.360/54.513/60.990/1.171
Info:Polynomial Selection (size optimized): optimized lognorm (nr/min/av/max/std): 174374/43.240/48.295/54.910/1.154
Info:Polynomial Selection (size optimized): Total time: 332234
Info:Polynomial Selection (root optimized): Aggregate statistics:
Info:Polynomial Selection (root optimized): Total time: 9896.75
Info:Polynomial Selection (root optimized): Rootsieve time: 9895.19
Info:Generate Factor Base: Total cpu/real time for makefb: 32.03/6.94067
Info:Generate Free Relations: Total cpu/real time for freerel: 1238.12/162.031
Info:Lattice Sieving: Aggregate statistics:
Info:Lattice Sieving: Total number of relations: 72135822
Info:Lattice Sieving: Average J: 7845.96 for 812343 special-q, max bucket fill: 0.635471
Info:Lattice Sieving: Total CPU time: 2.94595e+06s
Info:Filtering - Duplicate Removal, splitting pass: Total cpu/real time for dup1: 390.51/174.008
Info:Filtering - Duplicate Removal, splitting pass: Aggregate statistics:
Info:Filtering - Duplicate Removal, splitting pass: CPU time for dup1: 173.79999999999998s
Info:Filtering - Duplicate Removal, removal pass: Total cpu/real time for dup2: 1072.58/245.117
Info:Filtering - Singleton removal: Total cpu/real time for purge: 473.63/191.305
Info:Filtering - Merging: Total cpu/real time for merge: 1677.58/1476.49
Info:Filtering - Merging: Total cpu/real time for replay: 140.79/127.468
Info:Linear Algebra: Total cpu/real time for bwc: 408448/0.000201702
Info:Linear Algebra: Aggregate statistics:
Info:Linear Algebra: Krylov: WCT time 34125.2
Info:Linear Algebra: Lingen CPU time 1353.24, WCT time 207.16
Info:Linear Algebra: Mksol: WCT time 18367.97
Info:Quadratic Characters: Total cpu/real time for characters: 174.74/48.4327
Info:Square Root: Total cpu/real time for sqrt: 9588.38/1313.39
Info:HTTP server: Shutting down HTTP server
Info:Complete Factorization: Total cpu/elapsed time for entire factorization: 3.71132e+06/78710.3
Info:root: Cleaning up computation data in /tmp/cado.w2u_0xvq
22947545427314151445011966017377 35912223503197268109418424875344813700437442706880566137398291217213 584458412373341050558641690854880477452541557046361
[/code]Ed

VBCurtis 2018-05-01 16:04

My params scored.... half? Really? Half the time? That's nuts. That also means that whatever the CADO people are doing for their automated parameter-generation, it's lousy.

Note that my guess for poly select effort was off by a factor of two; you spent 10% of total job length on poly select rather than 5%. I'll cut admax in half to fix this.
The CADO matrix still took 15 hr, but for overall CPU-time did CADO beat GGNFS?

Edit: If I've got the math right, based on post #173 in this thread the CADO-sieve phase took around 5 hr, beating GGNFS's 8hr handily. Can you confirm? If so, CADO is the package of choice for C150, and I have much inventive to create params files for 135-160.

CRGreathouse 2018-05-01 17:48

:bow:

EdH 2018-05-01 18:53

Here are the logs for the msieve/ggnfs run. Keep in mind I hard stopped the poly select at five minutes.

msieve.log:
[code]
Tue Apr 17 10:53:46 2018 Msieve v. 1.54 (SVN 1015)
Tue Apr 17 10:53:46 2018 random seeds: 97bb614a 866c9fbb
Tue Apr 17 10:53:46 2018 factoring 481650646493457195451617145540517069613323533182564220176531860824741008875219974531986243531278506390059994303957879242329686004440770045179594064661 (150 digits)
Tue Apr 17 10:53:46 2018 searching for 15-digit factors
Tue Apr 17 10:53:47 2018 commencing number field sieve (150-digit input)
Tue Apr 17 10:53:47 2018 commencing number field sieve polynomial selection
Tue Apr 17 10:53:47 2018 polynomial degree: 5
Tue Apr 17 10:53:47 2018 max stage 1 norm: 9.39e+22
Tue Apr 17 10:53:47 2018 max stage 2 norm: 1.32e+21
Tue Apr 17 10:53:47 2018 min E-value: 4.54e-12
Tue Apr 17 10:53:47 2018 poly select deadline: 300
Tue Apr 17 10:53:47 2018 time limit set to 0.08 CPU-hours
Tue Apr 17 10:53:47 2018 expecting poly E from 4.62e-12 to > 5.31e-12
Tue Apr 17 10:53:47 2018 searching leading coefficients from 1 to 3000
Tue Apr 17 11:00:27 2018 polynomial selection complete
Tue Apr 17 11:00:27 2018 elapsed time 00:06:41
[/code]comp.log:
[code]
Tue Apr 17 11:01:27 2018 -> factmsieve.py (v0.86)
Tue Apr 17 11:01:27 2018 -> This is client 1 of 40
Tue Apr 17 11:01:27 2018 -> Running on 4 Cores with 2 hyper-threads per Core
Tue Apr 17 11:01:27 2018 -> Working with NAME = comp
Tue Apr 17 11:01:27 2018 -> Selected lattice siever: gnfs-lasieve4I14e
Tue Apr 17 11:01:27 2018 -> Creating param file to detect parameter changes...
Tue Apr 17 11:01:27 2018 -> Running setup ...
Tue Apr 17 11:01:27 2018 -> Estimated minimum relations needed: 4.55551e+07
Tue Apr 17 11:01:27 2018 -> cleaning up before a restart
Tue Apr 17 11:01:27 2018 -> Running lattice siever ...
Tue Apr 17 11:01:27 2018 -> entering sieving loop
...
Tue Apr 17 18:59:10 2018 commencing in-memory singleton removal
Tue Apr 17 18:59:11 2018 begin with 15132165 relations and 15833872 unique ideals
Tue Apr 17 18:59:20 2018 reduce to 14929590 relations and 13892562 ideals in 9 passes
Tue Apr 17 18:59:20 2018 max relations containing the same ideal: 103
Tue Apr 17 18:59:25 2018 removing 1913461 relations and 1513461 ideals in 400000 cliques
Tue Apr 17 18:59:26 2018 commencing in-memory singleton removal
Tue Apr 17 18:59:27 2018 begin with 13016129 relations and 13892562 unique ideals
Tue Apr 17 18:59:35 2018 reduce to 12829019 relations and 12187402 ideals in 10 passes
Tue Apr 17 18:59:35 2018 max relations containing the same ideal: 92
Tue Apr 17 18:59:40 2018 removing 1706382 relations and 1331989 ideals in 374393 cliques
Tue Apr 17 18:59:41 2018 commencing in-memory singleton removal
Tue Apr 17 18:59:41 2018 begin with 11122637 relations and 12187402 unique ideals
Tue Apr 17 18:59:48 2018 reduce to 10953600 relations and 10681967 ideals in 9 passes
Tue Apr 17 18:59:48 2018 max relations containing the same ideal: 82
Tue Apr 17 18:59:54 2018 relations with 0 large ideals: 755
Tue Apr 17 18:59:54 2018 relations with 1 large ideals: 2391
Tue Apr 17 18:59:54 2018 relations with 2 large ideals: 36537
Tue Apr 17 18:59:54 2018 relations with 3 large ideals: 262731
Tue Apr 17 18:59:54 2018 relations with 4 large ideals: 1017374
Tue Apr 17 18:59:54 2018 relations with 5 large ideals: 2276452
Tue Apr 17 18:59:54 2018 relations with 6 large ideals: 3092854
Tue Apr 17 18:59:54 2018 relations with 7+ large ideals: 4264506
Tue Apr 17 18:59:54 2018 commencing 2-way merge
Tue Apr 17 18:59:59 2018 reduce to 6708869 relation sets and 6437236 unique ideals
Tue Apr 17 18:59:59 2018 commencing full merge
Tue Apr 17 19:01:15 2018 memory use: 774.4 MB
Tue Apr 17 19:01:16 2018 found 3603757 cycles, need 3563436
Tue Apr 17 19:01:17 2018 weight of 3563436 cycles is about 249642142 (70.06/cycle)
Tue Apr 17 19:01:17 2018 distribution of cycle lengths:
Tue Apr 17 19:01:17 2018 1 relations: 454531
Tue Apr 17 19:01:17 2018 2 relations: 450624
Tue Apr 17 19:01:17 2018 3 relations: 450191
Tue Apr 17 19:01:17 2018 4 relations: 405986
Tue Apr 17 19:01:17 2018 5 relations: 364225
Tue Apr 17 19:01:17 2018 6 relations: 314802
Tue Apr 17 19:01:17 2018 7 relations: 269466
Tue Apr 17 19:01:17 2018 8 relations: 223623
Tue Apr 17 19:01:17 2018 9 relations: 177255
Tue Apr 17 19:01:17 2018 10+ relations: 452733
Tue Apr 17 19:01:17 2018 heaviest cycle: 18 relations
Tue Apr 17 19:01:18 2018 commencing cycle optimization
Tue Apr 17 19:01:22 2018 start with 18655987 relations
Tue Apr 17 19:01:39 2018 pruned 422846 relations
Tue Apr 17 19:01:40 2018 memory use: 636.2 MB
Tue Apr 17 19:01:40 2018 distribution of cycle lengths:
Tue Apr 17 19:01:40 2018 1 relations: 454531
Tue Apr 17 19:01:40 2018 2 relations: 460781
Tue Apr 17 19:01:40 2018 3 relations: 465658
Tue Apr 17 19:01:40 2018 4 relations: 414553
Tue Apr 17 19:01:40 2018 5 relations: 372861
Tue Apr 17 19:01:40 2018 6 relations: 317946
Tue Apr 17 19:01:40 2018 7 relations: 271268
Tue Apr 17 19:01:40 2018 8 relations: 221444
Tue Apr 17 19:01:40 2018 9 relations: 173339
Tue Apr 17 19:01:40 2018 10+ relations: 411055
Tue Apr 17 19:01:40 2018 heaviest cycle: 18 relations
Tue Apr 17 19:01:43 2018 RelProcTime: 966
Tue Apr 17 19:01:45 2018 elapsed time 00:16:09
Tue Apr 17 19:01:45 2018 LatSieveTime: 3030.97
Tue Apr 17 19:01:45 2018 -> Running matrix solving step ...
Tue Apr 17 19:01:45 2018 -> ./msieve -s ../factorMain/factorWork/comp.dat -l ../factorMain/factorWork/comp.log -i ../factorMain/factorWork/comp.ini -nf ../factorMain/factorWork/comp.fb -t 8 -nc2
Tue Apr 17 19:01:45 2018
Tue Apr 17 19:01:45 2018
Tue Apr 17 19:01:45 2018 Msieve v. 1.54 (SVN 1015)
Tue Apr 17 19:01:45 2018 random seeds: c6e44713 6025a0d7
Tue Apr 17 19:01:45 2018 factoring 481650646493457195451617145540517069613323533182564220176531860824741008875219974531986243531278506390059994303957879242329686004440770045179594064661 (150 digits)
Tue Apr 17 19:01:45 2018 searching for 15-digit factors
Tue Apr 17 19:01:46 2018 commencing number field sieve (150-digit input)
Tue Apr 17 19:01:46 2018 R0: -83721706899140253437921287641
Tue Apr 17 19:01:46 2018 R1: 2993340772548997
Tue Apr 17 19:01:46 2018 A0: -66005598344673508475341101414281312
Tue Apr 17 19:01:46 2018 A1: 756102870683322094138799460536
Tue Apr 17 19:01:46 2018 A2: 355141757301006322882440
Tue Apr 17 19:01:46 2018 A3: -1818204891139602416
Tue Apr 17 19:01:46 2018 A4: -2130702262759
Tue Apr 17 19:01:46 2018 A5: 117096
Tue Apr 17 19:01:46 2018 skew 1071014.76, size 1.235e-14, alpha -6.383, combined = 4.891e-12 rroots = 3
Tue Apr 17 19:01:46 2018
Tue Apr 17 19:01:46 2018 commencing linear algebra
Tue Apr 17 19:01:46 2018 read 3563436 cycles
Tue Apr 17 19:01:50 2018 cycles contain 10710077 unique relations
Tue Apr 17 19:02:32 2018 LatSieveTime: 2316.42
Tue Apr 17 19:02:51 2018 read 10710077 relations
Tue Apr 17 19:02:55 2018 LatSieveTime: 5806.55
Tue Apr 17 19:03:02 2018 using 20 quadratic characters above 4294917295
Tue Apr 17 19:03:48 2018 building initial matrix
Tue Apr 17 19:04:44 2018 LatSieveTime: 1987.28
Tue Apr 17 19:05:12 2018 memory use: 1469.6 MB
Tue Apr 17 19:05:13 2018 read 3563436 cycles
Tue Apr 17 19:05:13 2018 matrix is 3563257 x 3563436 (1082.4 MB) with weight 337682605 (94.76/col)
Tue Apr 17 19:05:13 2018 sparse part has weight 240989372 (67.63/col)
Tue Apr 17 19:05:43 2018 filtering completed in 2 passes
Tue Apr 17 19:05:43 2018 matrix is 3560664 x 3560843 (1082.2 MB) with weight 337585252 (94.80/col)
Tue Apr 17 19:05:43 2018 sparse part has weight 240962460 (67.67/col)
Tue Apr 17 19:05:59 2018 matrix starts at (0, 0)
Tue Apr 17 19:05:59 2018 matrix is 3560664 x 3560843 (1082.2 MB) with weight 337585252 (94.80/col)
Tue Apr 17 19:05:59 2018 sparse part has weight 240962460 (67.67/col)
Tue Apr 17 19:05:59 2018 saving the first 48 matrix rows for later
Tue Apr 17 19:06:00 2018 matrix includes 64 packed rows
Tue Apr 17 19:06:00 2018 matrix is 3560616 x 3560843 (1038.7 MB) with weight 267536437 (75.13/col)
Tue Apr 17 19:06:00 2018 sparse part has weight 236679147 (66.47/col)
Tue Apr 17 19:06:00 2018 using block size 8192 and superblock size 786432 for processor cache size 8192 kB
Tue Apr 17 19:06:10 2018 commencing Lanczos iteration (8 threads)
Tue Apr 17 19:06:10 2018 memory use: 831.4 MB
Tue Apr 17 19:06:20 2018 linear algebra at 0.0%, ETA 5h51m
Tue Apr 17 19:06:23 2018 checkpointing every 610000 dimensions
Tue Apr 17 19:07:51 2018 LatSieveTime: 2024.64
Tue Apr 17 15:11:09 2018 LatSieveTime: 4297.73
Tue Apr 17 19:11:58 2018 LatSieveTime: 4107.64
Tue Apr 17 19:12:07 2018 LatSieveTime: 4236.04
Tue Apr 17 19:12:30 2018 LatSieveTime: 5995.5
Tue Apr 17 19:13:59 2018 LatSieveTime: 2024.09
Tue Apr 17 19:16:49 2018 LatSieveTime: 2279.4
Sun Feb 18 10:19:55 2018 LatSieveTime: 4227.26
Tue Apr 17 19:25:11 2018 LatSieveTime: 2189.92
Tue Apr 17 19:25:46 2018 LatSieveTime: 4227.41
Tue Apr 17 19:26:46 2018 LatSieveTime: 3295.35
Tue Apr 17 19:27:04 2018 LatSieveTime: 4347.59
Tue Apr 17 15:28:31 2018 LatSieveTime: 2630.73
Tue Apr 17 19:30:00 2018 LatSieveTime: 7810.49
Tue Apr 17 19:31:54 2018 LatSieveTime: 1967.34
Tue Apr 17 19:34:23 2018 LatSieveTime: 3455.62
Tue Apr 17 19:34:39 2018 LatSieveTime: 2718.09
Tue Apr 17 19:42:35 2018 LatSieveTime: 3320.02
Tue Apr 17 19:36:38 2018 LatSieveTime: 8180.81
Tue Apr 17 19:43:00 2018 LatSieveTime: 10666.7
Tue Apr 17 19:45:35 2018 LatSieveTime: 5277.45
Tue Apr 17 19:47:36 2018 LatSieveTime: 6248.6
Tue Apr 17 19:52:47 2018 LatSieveTime: 16278.5
Tue Apr 17 19:56:33 2018 LatSieveTime: 8311.56
Tue Apr 17 19:57:51 2018 LatSieveTime: 4493.17
Tue Apr 17 20:03:34 2018 LatSieveTime: 4837.61
Tue Apr 17 20:14:07 2018 LatSieveTime: 11559.8
Tue Apr 17 20:18:42 2018 LatSieveTime: 6825.77
Tue Apr 17 20:23:41 2018 LatSieveTime: 6695.49
Tue Apr 17 20:29:42 2018 LatSieveTime: 17437.6
Tue Apr 17 19:47:09 2018 LatSieveTime: 11764.6
Tue Apr 17 21:20:43 2018 LatSieveTime: 12584
Tue Apr 17 21:35:48 2018 LatSieveTime: 12749.7
Tue Apr 17 21:57:29 2018 LatSieveTime: 13336.7
Tue Apr 17 23:12:40 2018 LatSieveTime: 22402.1
Wed Apr 18 00:57:55 2018 lanczos halted after 56316 iterations (dim = 3560616)
Wed Apr 18 00:57:58 2018 recovered 34 nontrivial dependencies
Wed Apr 18 00:57:58 2018 BLanczosTime: 21372
Wed Apr 18 00:57:58 2018 elapsed time 05:56:13
Wed Apr 18 00:57:58 2018 -> Running square root step ...
Wed Apr 18 00:57:58 2018 -> ./msieve -s ../factorMain/factorWork/comp.dat -l ../factorMain/factorWork/comp.log -i ../factorMain/factorWork/comp.ini -nf ../factorMain/factorWork/comp.fb -t 8 -nc3
Wed Apr 18 00:57:58 2018
Wed Apr 18 00:57:58 2018
Wed Apr 18 00:57:58 2018 Msieve v. 1.54 (SVN 1015)
Wed Apr 18 00:57:58 2018 random seeds: 0dc252cd 548d7aec
Wed Apr 18 00:57:58 2018 factoring 481650646493457195451617145540517069613323533182564220176531860824741008875219974531986243531278506390059994303957879242329686004440770045179594064661 (150 digits)
Wed Apr 18 00:57:59 2018 searching for 15-digit factors
Wed Apr 18 00:57:59 2018 commencing number field sieve (150-digit input)
Wed Apr 18 00:57:59 2018 R0: -83721706899140253437921287641
Wed Apr 18 00:57:59 2018 R1: 2993340772548997
Wed Apr 18 00:57:59 2018 A0: -66005598344673508475341101414281312
Wed Apr 18 00:57:59 2018 A1: 756102870683322094138799460536
Wed Apr 18 00:57:59 2018 A2: 355141757301006322882440
Wed Apr 18 00:57:59 2018 A3: -1818204891139602416
Wed Apr 18 00:57:59 2018 A4: -2130702262759
Wed Apr 18 00:57:59 2018 A5: 117096
Wed Apr 18 00:57:59 2018 skew 1071014.76, size 1.235e-14, alpha -6.383, combined = 4.891e-12 rroots = 3
Wed Apr 18 00:57:59 2018
Wed Apr 18 00:57:59 2018 commencing square root phase
Wed Apr 18 00:57:59 2018 reading relations for dependency 1
Wed Apr 18 00:58:00 2018 read 1780260 cycles
Wed Apr 18 00:58:02 2018 cycles contain 5353580 unique relations
Wed Apr 18 00:58:33 2018 read 5353580 relations
Wed Apr 18 00:58:55 2018 multiplying 5353580 relations
Wed Apr 18 01:03:51 2018 multiply complete, coefficients have about 288.86 million bits
Wed Apr 18 01:03:52 2018 initial square root is modulo 152563
Wed Apr 18 01:09:42 2018 found factor: 584458412373341050558641690854880477452541557046361
Wed Apr 18 01:09:42 2018 reading relations for dependency 2
Wed Apr 18 01:09:43 2018 read 1780316 cycles
Wed Apr 18 01:09:45 2018 cycles contain 5356386 unique relations
Wed Apr 18 01:10:16 2018 read 5356386 relations
Wed Apr 18 01:10:38 2018 multiplying 5356386 relations
Wed Apr 18 01:15:33 2018 multiply complete, coefficients have about 289.01 million bits
Wed Apr 18 01:15:34 2018 initial square root is modulo 153529
Wed Apr 18 01:21:26 2018 found factor: 584458412373341050558641690854880477452541557046361
Wed Apr 18 01:21:26 2018 reading relations for dependency 3
Wed Apr 18 01:21:26 2018 read 1777883 cycles
Wed Apr 18 01:21:28 2018 cycles contain 5350910 unique relations
Wed Apr 18 01:22:00 2018 read 5350910 relations
Wed Apr 18 01:22:21 2018 multiplying 5350910 relations
Wed Apr 18 01:27:18 2018 multiply complete, coefficients have about 288.72 million bits
Wed Apr 18 01:27:20 2018 initial square root is modulo 151579
Wed Apr 18 01:33:12 2018 found factor: 584458412373341050558641690854880477452541557046361
Wed Apr 18 01:33:12 2018 reading relations for dependency 4
Wed Apr 18 01:33:12 2018 read 1779216 cycles
Wed Apr 18 01:33:14 2018 cycles contain 5349988 unique relations
Wed Apr 18 01:33:46 2018 read 5349988 relations
Wed Apr 18 01:34:07 2018 multiplying 5349988 relations
Wed Apr 18 01:39:05 2018 multiply complete, coefficients have about 288.67 million bits
Wed Apr 18 01:39:06 2018 initial square root is modulo 151337
Wed Apr 18 01:45:00 2018 sqrtTime: 2821
Wed Apr 18 01:45:00 2018 p32 factor: 22947545427314151445011966017377
Wed Apr 18 01:45:00 2018 p51 factor: 584458412373341050558641690854880477452541557046361
Wed Apr 18 01:45:00 2018 p68 factor: 35912223503197268109418424875344813700437442706880566137398291217213
Wed Apr 18 01:45:00 2018 elapsed time 00:47:02
Wed Apr 18 01:45:00 2018 -> Computing time scale for this machine...
Wed Apr 18 01:45:00 2018 -> procrels -speedtest> PIPE
Wed Apr 18 01:45:04 2018 -> Factorization summary written to g150-comp.txt
[/code]Note, that, although it doesn't affect the cado-nfs vs. msieve/ggnfs results, I'm just a little concerned about my initial cado-nfs run with default params. I might have missed it, if any clients dropped out, since I wasn't looking for it at that time.

VBCurtis 2018-05-01 19:25

[QUOTE=EdH;486740]Note, that, although it doesn't affect the cado-nfs vs. msieve/ggnfs results, I'm just a little concerned about my initial cado-nfs run with default params. I might have missed it, if any clients dropped out, since I wasn't looking for it at that time.[/QUOTE]

This would only affect wall-clock time, not the CPU-time that we're mainly using for comparison. Most of the wall-clock time is eaten by the matrix, so a few clients disappearing during the sieve phase shouldn't matter much.

I set CADO to use 29/30-bit large primes, and your run used 72M raw relations to build the matrix. That doesn't sound massively higher than my recollection of msieve at this size, so perhaps my claim that CADO filtering is a hindrance is mistaken.
I'll dig up some C150 tasks and give this GGNFS vs CADO comparison a shot myself sometime soon.


All times are UTC. The time now is 19:12.

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