![]() |
|
|
#1 |
|
Oct 2007
Manchester, UK
22·3·113 Posts |
Not sure what's going on here, but I've come across an issue during sieving that causes an immediate crash with two different p^7-1 numbers I've been working on.
I'm running this on Windows 10 on an i5 3570k (Ivy Bridge). Using binaries compiled quite some time ago by Jeff Gilchrist for this architecture. Not sure what version gnfs-lasieve4I14e is as it doesn't report it. Here's the setup if anyone wants to try it. I'm using factmsieve.py with the following poly: Code:
n: 971666989432985861438307125484123140925670597585594036480384648135507133303956446922912100021034526243538926163942190374778730570382786092317017893535902546203811531071728511879512377154370751 deg: 6 type: snfs c6: 1 c5: 1 c4: 1 c3: 1 c2: 1 c1: 1 c0: 1 Y1: 1 Y0: -440089295235970403642553674737477 skew: 1 lss: 0 q0: 4000000 Code:
q0: 3932210 <-- works q0: 3932211 <-- fails ... fails ... q0: 4056138 <-- fails q0: 4056139 <-- works Code:
n: 971666989432985861438307125484123140925670597585594036480384648135507133303956446922912100021034526243538926163942190374778730570382786092317017893535902546203811531071728511879512377154370751 c6: 1 c5: 1 c4: 1 c3: 1 c2: 1 c1: 1 c0: 1 Y1: 1 Y0: -440089295235970403642553674737477 skew: 1.00 rlim: 12900000 alim: 3999999 lpbr: 28 lpba: 28 mfbr: 56 mfba: 56 rlambda: 2.5 alambda: 2.5 q0: 4000000 qintsize: 100000 #q1:4100000 Code:
Sun Sep 22 19:47:47 2019 -> factmsieve.py (v0.86) Sun Sep 22 19:47:47 2019 -> This is client 1 of 1 Sun Sep 22 19:47:47 2019 -> Running on 1 Core with 1 hyper-thread per Core Sun Sep 22 19:47:47 2019 -> Working with NAME = fail Sun Sep 22 19:47:47 2019 -> Selected lattice siever: gnfs-lasieve4I14e Sun Sep 22 19:47:47 2019 -> Creating param file to detect parameter changes... Sun Sep 22 19:47:47 2019 -> Running setup ... Sun Sep 22 19:47:47 2019 -> Estimated minimum relations needed: 2.51189e+07 Sun Sep 22 19:47:47 2019 -> cleaning up before a restart Sun Sep 22 19:47:47 2019 -> Running lattice siever ... Sun Sep 22 19:47:47 2019 -> entering sieving loop Sun Sep 22 19:47:47 2019 -> making sieve job for q = 4000000 in 4000000 .. 4100000 as file fail.job.T0 Sun Sep 22 19:47:47 2019 -> Lattice sieving algebraic q from 4000000 to 4100000. Sun Sep 22 19:47:47 2019 -> gnfs-lasieve4I14e -k -o spairs.out.T0 -v -n 0 -a fail.job.T0 Sun Sep 22 19:47:52 2019 -> Return value 3221225477. Updating job file and terminating... Sun Sep 22 19:47:52 2019 LatSieveTime: 5.01 |
|
|
|
|
|
#2 |
|
Sep 2009
22×523 Posts |
I don't use Windows so I can't offer much more help.
Are there any errors logged when it happens? I don't know what logs Windows keeps or where it keeps them though. Chris |
|
|
|
|
|
#3 |
|
May 2013
Germany
5·17 Posts |
Maybe rlim = alim = 4000000 will help.
|
|
|
|
|
|
#4 | |
|
Oct 2007
Manchester, UK
22·3·113 Posts |
Quote:
Code:
Faulting application name: gnfs-lasieve4I14e_argfix.exe, version: 0.0.0.0, time stamp: 0x51567554 Faulting module name: gnfs-lasieve4I14e_argfix.exe, version: 0.0.0.0, time stamp: 0x51567554 Exception code: 0xc0000005 Fault offset: 0x0000000000020a71 Faulting process ID: 0x1a04 Faulting application start time: 0x01d5725ddfe91176 Faulting application path: E:\OPN\bin\gnfs-lasieve4I14e_argfix.exe Faulting module path: E:\OPN\bin\gnfs-lasieve4I14e_argfix.exe Report ID: 6db5123e-4645-4ff2-8cba-760c1b85cd6b Faulting package full name: Faulting package-relative application ID: Alfred, I don't really have control over those values as factmsieve.py creates the job.Tn files itself. What is confusing to me is that there is only a crash in a (relatively) small range of q0 values. I can get around this issue by simply starting my sieve at q0=5000000, but perhaps there is a bug in the underlying code? |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gmp-ecm crash | yoyo | GMP-ECM | 26 | 2011-06-01 06:31 |
| GMP-ECM crash | lavalamp | GMP-ECM | 55 | 2011-04-03 01:58 |
| Line sieving vs. lattice sieving | JHansen | NFSNET Discussion | 9 | 2010-06-09 19:25 |
| Crash! | storm5510 | Software | 8 | 2009-08-31 02:07 |
| Crash | coastertux | Software | 2 | 2004-03-16 20:49 |