mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2015-08-22, 18:39   #199
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

22×5×89 Posts
Default

I'm pretty sure
Code:
ERROR m 1e10: argument out of range
goes with srsieve. There's this line in the main.cpp code:
Code:
sprintf(command, "srsieve -q -m1e10 -P%"PRIu64" -n%d -N%d -w sieve.in", max_p, n_min, n_max);
If I remember, that command suppresses the printing of any found factors to the screen unless they're greater than the value provided (here, 1e10). If your -P value is less than 1e10, it basically guarantees silent operation. With that said, no idea why it would throw an error.
wombatman is offline   Reply With Quote
Old 2015-08-22, 18:55   #200
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22×23×31 Posts
Default

Found the problem. Had an old version of srsieve. Thanks Kenneth and Ben

Last fiddled with by MyDogBuster on 2015-08-22 at 18:55
MyDogBuster is offline   Reply With Quote
Old 2015-08-22, 19:16   #201
KEP
Quasi Admin Thing
 
KEP's Avatar
 
May 2005

2×3×7×23 Posts
Default

Quote:
Originally Posted by MyDogBuster View Post
Found the problem. Had an old version of srsieve. Thanks Kenneth and Ben
Great

Looking forward to see how fast you can complete the range
KEP is offline   Reply With Quote
Old 2015-08-22, 19:36   #202
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22·23·31 Posts
Default

Next problem. Error open file sr_b.pfgw I have a file sr_3.pfgw. ??
MyDogBuster is offline   Reply With Quote
Old 2015-08-22, 19:37   #203
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

22×5×89 Posts
Default

Try deleting the checkpoint file and make sure you're starting fresh?
wombatman is offline   Reply With Quote
Old 2015-08-22, 19:54   #204
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

54448 Posts
Default

Started fresh. Still asking for sr_b.pfgw.

sr_3.pfgw keeps coming and going and it looks like it's working.

SRSieve is removing candidates and every once in a while I get a phase progress report.

Also seeing "no factoring at all, not even trivial division"

Last fiddled with by MyDogBuster on 2015-08-22 at 20:02
MyDogBuster is offline   Reply With Quote
Old 2015-08-22, 20:05   #205
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

22×5×89 Posts
Default

That last line is from pfgw with "-f0" being passed to it. No idea on the rest. Sorry.
wombatman is offline   Reply With Quote
Old 2015-08-22, 20:27   #206
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

144810 Posts
Default

It was something like in my post

http://www.mersenneforum.org/showpos...&postcount=127

Solution: dont use any version with checkpoint :)
pepi37 is online now   Reply With Quote
Old 2015-08-22, 23:59   #207
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

As for the missing ( and ), I'll add them. Without them you might get a memory exception.

Yes, the checkpoint version doesn't work. I have been way to busy to test it. Please use the last version I posted before adding checkpoint code.

If it stops for some reason while sieving or running pfgw, you can recover manually, but then can't use srbsieve to complete the range.

Last fiddled with by rogue on 2015-08-23 at 00:02
rogue is offline   Reply With Quote
Old 2015-08-23, 03:20   #208
wombatman
I moo ablest echo power!
 
wombatman's Avatar
 
May 2013

110111101002 Posts
Default

Quote:
Originally Posted by rogue View Post
As for the missing ( and ), I'll add them. Without them you might get a memory exception.
I'll be curious to see if I was right or not. I was playing with it in python, and with the parentheses where I thought they should go, it threw an index out of bounds error. With them where they are now, it worked flawlessly. But I'm not a solid programmer, so it could easily have been a mistake I made somewhere.
wombatman is offline   Reply With Quote
Old 2015-08-23, 14:06   #209
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

101101010002 Posts
Default

Quote:
Originally Posted by wombatman View Post
I'll be curious to see if I was right or not. I was playing with it in python, and with the parentheses where I thought they should go, it threw an index out of bounds error. With them where they are now, it worked flawlessly. But I'm not a solid programmer, so it could easily have been a mistake I made somewhere.
I try to edit code, add ( ) as you say ,and compile again under Linux
Compilation process is fine but srbieve crash at start...

Quote:
~/test# ./srbsieve
Status (00:00:00): Started with 2501 terms
*** Error in `./srbsieve': double free or corruption (out): 0x00000000023883a0 ***
Aborted

Last fiddled with by pepi37 on 2015-08-23 at 14:10
pepi37 is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Very Prime Riesel and Sierpinski k robert44444uk Open Projects 587 2016-11-13 15:26
Sierpinski/ Riesel bases 6 to 18 robert44444uk Conjectures 'R Us 139 2007-12-17 05:17
Sierpinski/Riesel Base 10 rogue Conjectures 'R Us 11 2007-12-17 05:08
Sierpinski / Riesel - Base 23 michaf Conjectures 'R Us 2 2007-12-17 05:04
Sierpinski / Riesel - Base 22 michaf Conjectures 'R Us 49 2007-12-17 05:03

All times are UTC. The time now is 09:50.


Tue Jul 27 09:50:16 UTC 2021 up 4 days, 4:19, 0 users, load averages: 2.21, 2.13, 1.99

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

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.