mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2012-01-28, 23:44   #1332
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Quote:
Originally Posted by Stargate38 View Post
Also, Please fix the "Maximum of 2 parallel processing requests".
It's for people like you filling the FactorDB with useless numbers:

from your thread in the RPS forum asking for primes of Riesel-k=8675309 you're testing them like this.

Stop that please and use srsieve for sieving and LLR for finding primes instead.
Thanks.
kar_bon is offline   Reply With Quote
Old 2012-01-29, 00:11   #1333
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

23×83 Posts
Default

I will stop if I can get NewPGen to accept b=8675310 in k*b^n+1 WITHOUT crashing! I want to add the primes I find to the DB! Please increase the hourly CPU limit to 1 hour.
Stargate38 is online now   Reply With Quote
Old 2012-01-29, 00:18   #1334
firejuggler
 
firejuggler's Avatar
 
Apr 2010
Over the rainbow

2×1,303 Posts
Default

8675309*12^21+1
8675309*12^965+1
8675309*12^3733+1
those are the first 3 i found
firejuggler is offline   Reply With Quote
Old 2012-01-29, 00:20   #1335
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22×727 Posts
Default

Quote:
Originally Posted by Stargate38 View Post
b=8675310 in k*b^n+1
Do you know, how fast this will grow in n?
Do you know how much digits the FactorDB can handle?

And:
for your RPS-request:
8675309*2^n-1 is prime for n=4, 40, 84, 212, 720, 1512, 9344, 44160 (tested to n=50k),
done in 15min: 5min sieving and 10min LLR-testing, this you're not able to do with only FactorDB.

Last fiddled with by kar_bon on 2012-01-29 at 00:23
kar_bon is offline   Reply With Quote
Old 2012-01-29, 15:21   #1336
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

10100110002 Posts
Default

I'm trying to find a Generalized Fermat Prime base 8675310. Can you tell me why NewPGen crashes when I try to sieve b^2^n+k for k=1 n=1-14 and b=8675310? 8675310^16384+1 has 113677 digits, so it's not too big to test. Why would it make NewPGen crash? How do I fix it? (See attached image on Post 1328 of this thread)
Stargate38 is online now   Reply With Quote
Old 2012-01-30, 05:16   #1337
axn
 
axn's Avatar
 
Jun 2003

10011110111112 Posts
Default

Quote:
Originally Posted by Stargate38 View Post
Why would it make NewPGen crash? How do I fix it?
What is your OS version? What is the version of NewPGen you're using? What are the sequence of actions leading up to the crash? What, if any, error message is shown on the screen during the crash?
axn is offline   Reply With Quote
Old 2012-01-30, 15:52   #1338
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

23·83 Posts
Default

Windows 7 Home Premium 64-bit; NewPGen 2.8.2; See the "C166 from 10^455-1" thread, post #41. I pick a name for the output file (for example: 8675310^n+1), then I set it for b^n+k with k fixed, then I set k=1, base=8675310, nmin=2, nmax=16384, and click start. It outputs the following:

Code:
CPU capabillities: CMOV: Cupported. SSE2: Supported.
Using bitmap : allocating 2.0 Kb of RAM...
...succeeded
Sieving numbers with 14 to 113677 decimal digits
k is tiny : 8675310^2+1 = 75261003596101
Initialising sieve...
Done.
10:42:00 Starting sieve
After that, NewPGen crashes with the following windows message:

Code:
NewPGen has stopped working
 
Windows can check online for a solution to the problem.
Here are the error details:

Code:
Problem signature:
Problem Event Name: APPCRASH
Application Name: newpgen.exe
Application Version: 0.2.8.2
Application Timestamp: 4003d0b0
Fault Module Name: newpgen.exe
Fault Module Version: 0.2.8.2
Fault Module Timestamp: 4003d0b0
Exception Code: c0000005
Exception Offset: 00012546
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Stargate38 is online now   Reply With Quote
Old 2012-01-30, 16:46   #1339
smh
 
smh's Avatar
 
"Sander"
Oct 2002
52.345322,5.52471

29×41 Posts
Default

Try a filename without a ^
smh is offline   Reply With Quote
Old 2012-01-30, 16:55   #1340
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

12308 Posts
Default

I tried 8675310n1, 8675310nplus1, 86753101, and GFN8675310, but none of them worked. I even tried 1234567891. What else could cause the error?
Stargate38 is online now   Reply With Quote
Old 2012-01-30, 17:21   #1341
axn
 
axn's Avatar
 
Jun 2003

508710 Posts
Default

Quote:
Originally Posted by Stargate38 View Post
I tried 8675310n1, 8675310nplus1, 86753101, and GFN8675310, but none of them worked. I even tried 1234567891. What else could cause the error?
If you have DEP (Data Execution Prevention) enabled, add NewPGen.exe to the exception list.
axn is offline   Reply With Quote
Old 2012-01-30, 18:22   #1342
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

23×83 Posts
Default

It didn't say anything about DEP. Normally DEP shows a message saying "This program was shut down to protect your system" or something like that.
Stargate38 is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database for k-b-b's: 3.14159 Miscellaneous Math 325 2016-04-09 17:45
Factoring database issues Mini-Geek Factoring 5 2009-07-01 11:51
database.zip HiddenWarrior Data 1 2004-03-29 03:53
Database layout Prime95 PrimeNet 1 2003-01-18 00:49
Is there a performance database? Joe O Lounge 35 2002-09-06 20:19

All times are UTC. The time now is 23:22.


Fri Aug 6 23:22:34 UTC 2021 up 14 days, 17:51, 1 user, load averages: 3.72, 3.98, 4.01

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.