![]() |
|
|
#23 |
|
Jul 2003
wear a mask
2·829 Posts |
The candidates with n between 200 and 400 have only been ECM'd up to 35 digits. It might make sense to do more ECM before factoring them... just a warning.
|
|
|
|
|
|
#24 | |
|
Jan 2005
479 Posts |
hmm... this one bothers me...
after four times the same return value (65280) with ggnfs I haven't tried msieve yet, no idea if (and how) you can put the poly values in there yet. I will read into that first :) In the meantime, does anyone know what is the problem here? : Quote:
|
|
|
|
|
|
|
#25 | |
|
"Sander"
Oct 2002
52.345322,5.52471
29·41 Posts |
Quote:
|
|
|
|
|
|
|
#26 |
|
Jul 2003
So Cal
83A16 Posts |
If you compiled your binaries from source, try removing -fomit-frame-pointer from CFLAGS in src/Makefile and recompiling. I'm not sure of the error number, but I was getting occasional crashes in the lattice sieve until I removed that compiler option.
Greg |
|
|
|
|
|
#27 |
|
Jun 2005
3·11 Posts |
53546*5^200-1: I had a load of errors again, so I tried commenting out the code where it detected the error, and ended up with a valid partial factorisation!:
[11/11 09:39:34] From dependence 24, sqrt obtained: [11/11 09:39:34] r1=9371472846912361231466755306955909048138768280468851408539860585052203785 619765448104405489006204468163 (c103) [11/11 09:39:34] r2=355565855561475148370692149966677312439523 (pp42) Based on the time this took, at this level I should ecm part, but not all of the way up to 40 digits. Reserving: 325846*5^201-1 |
|
|
|
|
|
#28 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
|
|
|
|
|
|
|
#29 |
|
Jul 2003
wear a mask
110011110102 Posts |
Any word on this final reservation with n < 200?
Code:
24032*5^181+1 reserved (michaf) |
|
|
|
|
|
#30 | |
|
Jan 2005
7378 Posts |
Quote:
I've tried to get it fed to ggnfs withg snfs, but didn't succeed in the end. It just refused to get sieving. (iirc, something about a very bad poly) If someone else is able to do it the right way, go ahead :) |
|
|
|
|
|
|
#31 |
|
Jun 2005
3×11 Posts |
I didn't manage to get 325846*5^201-1 to work, so I'm unreserving it.
|
|
|
|
|
|
#32 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72×131 Posts |
This is interesting; you've found a new bug in the Franke siever, thanks! My original thought was that 24032*5^181+1 was behaving oddly when sieved with a quintic since 24032 is divisible by 32, and you might want to write it as 3755*(2*5^36)^5+1, but that doesn't seem to work either.
I'm trying jasonp's new implementation of line sieving on 24032*5^181+1, which is running slowly (~10 relations per second when I'd expect ~100 from the lattice sievers, but that's not accounting for the batch-factorisation step which probably adds another factor two to the yield) but does at least seem to be finding relations. If that works reasonably I'll try the same approach on 325846*5^201-1 |
|
|
|
|
|
#33 | |
|
Jan 2005
479 Posts |
ah, that good (or bad, depending on the way you see things)
It never even occurred to me that it might NOT be me... Do I need to report it anywhere, or will you take the upon you, to avoid future misses? Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SNFS targets which need more ECM | XYYXF | XYYXF Project | 57 | 2017-07-04 19:15 |
| SNFS(27x) How much ECM before switching to NFS? | YuL | Factoring | 24 | 2015-06-08 01:26 |
| SNFS polynomials for k*b^n+-1 | mdettweiler | Factoring | 15 | 2010-01-14 21:13 |
| SNFS Sample(10^4+1) | nuggetprime | Factoring | 1 | 2007-06-11 16:31 |
| Completed my first SNFS job | schickel | Factoring | 0 | 2007-05-27 05:42 |