mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Msieve (https://www.mersenneforum.org/forumdisplay.php?f=83)
-   -   msieve has stopped breathing in the middle of execution. (https://www.mersenneforum.org/showthread.php?t=22188)

ray10may 2017-04-10 17:42

msieve has stopped breathing in the middle of execution.
 
2 Attachment(s)
I'm working on Windows 8.1 Professional with core i7.
For the given n in the [URL="http://gilchrist.ca/jeff/factoring/nfs_beginners_guide.html"]website[/URL]
n=2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453

it stopped working in the middle giving error as shown in the images. It was working well for the polynomial selection, and for the initial steps of the sieving phase, didn't give any error. But suddenly in the middle this error came out. Please Help:help:.

VBCurtis 2017-04-10 20:24

You can try restarting msieve manually, by copying the last command from the text window with -nc2 changed to -ncr -nc3.

You can try starting factmsieve.py the exact-same way you originally did, which will restart the linear algebra step (the one marked -nc2). The factorization may finish normally. For a bigger project, the first option saves time, but in your case this is a small-enough project that restarting the LA step won't cost you much time.

If neither of those work, post the log file, which may contain the specific error msieve is coming across.

ray10may 2017-04-11 14:06

1 Attachment(s)
[QUOTE]You can try restarting msieve manually, by copying the last command from the text window with -nc2 changed to -ncr -nc3.
[/QUOTE]

Could you please explain this 'manually', I'm new to this(GGNFS) I don't know how&where to perform these modifications (-nc2 --> -ncr -nc3.)



[QUOTE]You can try starting factmsieve.py the exact-same way you originally did, which will restart the linear algebra step (the one marked -nc2)[/QUOTE]

when I start the procedure in the same way as previous it gives me error(shown in the image)


[QUOTE]If neither of those work, post the log file, which may contain the specific error msieve is coming across.[/QUOTE]

name of file? :sorry:

ray10may 2017-04-11 15:31

[QUOTE]You can try restarting msieve manually, by copying the last command from the text window with -nc2 changed to -ncr -nc3.
[/QUOTE]


prompt goes in read in read only mode..after giving error at -> msieve -s example\example.dat -l example\example.log -i example\example.ini -
nf example\example.fb -t 4 -nc2


so I'm not able to write this after error
-> msieve -s example\example.dat -l example\example.log -i example\example.ini -
nf example\example.fb -t 4 -ncr -nc3

(If it is what your 'manually' means). :ouch1:

chris2be8 2017-04-11 15:47

[QUOTE=ray10may;456556]
[quote]
If neither of those work, post the log file, which may contain the specific error msieve is coming across. [/quote] name of file? [/QUOTE]

example\example.log (the parameter after -l in the command you quoted).

Chris

ray10may 2017-04-12 13:08

1 Attachment(s)
[QUOTE=chris2be8;456562]example\example.log (the parameter after -l in the command you quoted).

Chris[/QUOTE]

This is the screenshot of my example folder, and it does not contain 'example.log' file.

wombatman 2017-04-12 13:50

Check the one between example.lcf and example.log.T0. Many extensions are hidden by Windows by default.

ray10may 2017-04-12 14:05

[QUOTE=wombatman;456596]Check the one between example.lcf and example.log.T0. Many extensions are hidden by Windows by default.[/QUOTE]

Yeah...now example.log.T0 has been changed to example.log.
I'm attaching it. please find.

ray10may 2017-04-12 14:08

[QUOTE=wombatman;456596]Check the one between example.lcf and example.log.T0. Many extensions are hidden by Windows by default.[/QUOTE]



[CODE]Tue Apr 11 14:35:34 2017
Tue Apr 11 14:35:34 2017
Tue Apr 11 14:35:34 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:35:34 2017 random seeds: 3288d088 56580e8a
Tue Apr 11 14:35:34 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:35:35 2017 searching for 15-digit factors
Tue Apr 11 14:35:35 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:35:35 2017 commencing number field sieve polynomial selection
Tue Apr 11 14:35:35 2017 polynomial degree: 4
Tue Apr 11 14:35:35 2017 max stage 1 norm: 1.58e+017
Tue Apr 11 14:35:35 2017 max stage 2 norm: 3.44e+015
Tue Apr 11 14:35:35 2017 min E-value: 8.85e-009
Tue Apr 11 14:35:35 2017 poly select deadline: 1317
Tue Apr 11 14:35:35 2017 time limit set to 0.37 CPU-hours
Tue Apr 11 14:35:35 2017 expecting poly E from 1.24e-008 to > 1.43e-008
Tue Apr 11 14:35:35 2017 searching leading coefficients from 1 to 100
Tue Apr 11 14:36:12 2017 polynomial selection complete
Tue Apr 11 14:36:12 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:12 2017 R1: 307698591899
Tue Apr 11 14:36:12 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:12 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:12 2017 A2: 3039178964866602
Tue Apr 11 14:36:12 2017 A3: -942953632
Tue Apr 11 14:36:12 2017 A4: 24
Tue Apr 11 14:36:12 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:12 2017 elapsed time 00:00:38
Tue Apr 11 14:36:12 2017
Tue Apr 11 14:36:12 2017
Tue Apr 11 14:36:12 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:12 2017 random seeds: e9f512a0 f681566d
Tue Apr 11 14:36:12 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:13 2017 searching for 15-digit factors
Tue Apr 11 14:36:13 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:13 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:13 2017 R1: 307698591899
Tue Apr 11 14:36:13 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:13 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:13 2017 A2: 3039178964866602
Tue Apr 11 14:36:13 2017 A3: -942953632
Tue Apr 11 14:36:13 2017 A4: 24
Tue Apr 11 14:36:13 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:13 2017 elapsed time 00:00:01
Tue Apr 11 14:36:13 2017
Tue Apr 11 14:36:13 2017
Tue Apr 11 14:36:13 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:13 2017 random seeds: 72233e08 3a365c29
Tue Apr 11 14:36:13 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:14 2017 searching for 15-digit factors
Tue Apr 11 14:36:14 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:14 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:14 2017 R1: 307698591899
Tue Apr 11 14:36:14 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:14 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:14 2017 A2: 3039178964866602
Tue Apr 11 14:36:14 2017 A3: -942953632
Tue Apr 11 14:36:14 2017 A4: 24
Tue Apr 11 14:36:14 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:14 2017 elapsed time 00:00:01
Tue Apr 11 14:36:14 2017
Tue Apr 11 14:36:14 2017
Tue Apr 11 14:36:14 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:14 2017 random seeds: 21b2d530 e927c3db
Tue Apr 11 14:36:14 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:15 2017 searching for 15-digit factors
Tue Apr 11 14:36:15 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:15 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:15 2017 R1: 307698591899
Tue Apr 11 14:36:15 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:15 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:15 2017 A2: 3039178964866602
Tue Apr 11 14:36:15 2017 A3: -942953632
Tue Apr 11 14:36:15 2017 A4: 24
Tue Apr 11 14:36:15 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:15 2017 elapsed time 00:00:01
Tue Apr 11 14:36:15 2017
Tue Apr 11 14:36:15 2017
Tue Apr 11 14:36:15 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:15 2017 random seeds: f82f072c 0d173910
Tue Apr 11 14:36:15 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:16 2017 searching for 15-digit factors
Tue Apr 11 14:36:16 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:16 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:16 2017 R1: 307698591899
Tue Apr 11 14:36:16 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:16 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:16 2017 A2: 3039178964866602
Tue Apr 11 14:36:16 2017 A3: -942953632
Tue Apr 11 14:36:16 2017 A4: 24
Tue Apr 11 14:36:16 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:16 2017 elapsed time 00:00:01
Tue Apr 11 14:36:17 2017
Tue Apr 11 14:36:17 2017
Tue Apr 11 14:36:17 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:17 2017 random seeds: d3ca5928 f13757db
Tue Apr 11 14:36:17 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:18 2017 searching for 15-digit factors
Tue Apr 11 14:36:19 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:19 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:19 2017 R1: 307698591899
Tue Apr 11 14:36:19 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:19 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:19 2017 A2: 3039178964866602
Tue Apr 11 14:36:19 2017 A3: -942953632
Tue Apr 11 14:36:19 2017 A4: 24
Tue Apr 11 14:36:19 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:19 2017 elapsed time 00:00:02
Tue Apr 11 14:36:20 2017
Tue Apr 11 14:36:20 2017
Tue Apr 11 14:36:20 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:20 2017 random seeds: 27782800 c0cc2687
Tue Apr 11 14:36:20 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:20 2017 searching for 15-digit factors
Tue Apr 11 14:36:20 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:20 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:20 2017 R1: 307698591899
Tue Apr 11 14:36:20 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:20 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:20 2017 A2: 3039178964866602
Tue Apr 11 14:36:20 2017 A3: -942953632
Tue Apr 11 14:36:20 2017 A4: 24
Tue Apr 11 14:36:20 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:20 2017 elapsed time 00:00:00
Tue Apr 11 14:36:21 2017
Tue Apr 11 14:36:21 2017
Tue Apr 11 14:36:21 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:21 2017 random seeds: 497ad124 583417a1
Tue Apr 11 14:36:21 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:21 2017 searching for 15-digit factors
Tue Apr 11 14:36:21 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:21 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:21 2017 R1: 307698591899
Tue Apr 11 14:36:21 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:21 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:21 2017 A2: 3039178964866602
Tue Apr 11 14:36:21 2017 A3: -942953632
Tue Apr 11 14:36:21 2017 A4: 24
Tue Apr 11 14:36:21 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:21 2017 elapsed time 00:00:00
Tue Apr 11 14:36:22 2017
Tue Apr 11 14:36:22 2017
Tue Apr 11 14:36:22 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:22 2017 random seeds: a3be10a0 9c485af3
Tue Apr 11 14:36:22 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:22 2017 searching for 15-digit factors
Tue Apr 11 14:36:23 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:23 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:23 2017 R1: 307698591899
Tue Apr 11 14:36:23 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:23 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:23 2017 A2: 3039178964866602
Tue Apr 11 14:36:23 2017 A3: -942953632
Tue Apr 11 14:36:23 2017 A4: 24
Tue Apr 11 14:36:23 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:23 2017 elapsed time 00:00:01
Tue Apr 11 14:36:23 2017
Tue Apr 11 14:36:23 2017
Tue Apr 11 14:36:23 2017 Msieve v. 1.52 (SVN 939)
Tue Apr 11 14:36:23 2017 random seeds: 55c92ce8 9953e814
Tue Apr 11 14:36:23 2017 factoring 2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453 (100 digits)
Tue Apr 11 14:36:23 2017 searching for 15-digit factors
Tue Apr 11 14:36:23 2017 commencing number field sieve (100-digit input)
Tue Apr 11 14:36:23 2017 R0: -3310052648944823459650143
Tue Apr 11 14:36:23 2017 R1: 307698591899
Tue Apr 11 14:36:23 2017 A0: 644524824118622424359387242160
Tue Apr 11 14:36:23 2017 A1: 226192299417382645260471
Tue Apr 11 14:36:23 2017 A2: 3039178964866602
Tue Apr 11 14:36:23 2017 A3: -942953632
Tue Apr 11 14:36:23 2017 A4: 24
Tue Apr 11 14:36:23 2017 skew 18278756.08, size 7.247e-014, alpha -4.730, combined = 1.043e-008 rroots = 2
Tue Apr 11 14:36:23 2017 elapsed time 00:00:00
[/CODE]

VBCurtis 2017-04-12 16:44

[QUOTE=ray10may;456597]Yeah...now example.log.T0 has been changed to example.log.
I'm attaching it. please find.[/QUOTE]

Huh? In your screenshot, there was a file "example" before example.log.T0. That file is likely called example.log, but windows believes users might get confused if they saw .log, so they just show the file name without the extension.

The log you posted doesn't help us; it only shows the polynomial. If you renamed example.log.T0 into example.log, you didn't post what might help us figure it out.

ray10may 2017-04-12 17:01

[QUOTE=VBCurtis;456612]Huh? In your screenshot, there was a file "example" before example.log.T0. That file is likely called example.log, but windows believes users might get confused if they saw .log, so they just show the file name without the extension.

The log you posted doesn't help us; it only shows the polynomial. If you renamed example.log.T0 into example.log, you didn't post what might help us figure it out.[/QUOTE]



This is the content of that example file(The one with setting icon in the screenshot)

2881039827457895971881627053137530734638790825166127496066674320241571446494762386620442953820735453

which is nothing but n.


All times are UTC. The time now is 01:14.

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