mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2011-03-31, 05:42   #1
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

5×479 Posts
Default unusually low P-1 bounds

Several of my computers are currently doing P-1 factoring in the 53.8M range. I usually allocate 384 MB of memory per core, and the bounds I get are usually B1=630000, B2=16222500 (4.2385 GHz-days).

However, I recently requested a few P-1 assignments in the 50.1M range manually, and the bounds for those are B1=280000, B2=5460000 (only 1.4934 GHz-days).

Is this normal? For the record, the bounds I get for a 49M exponent are B1=570000, B2=14107500 (3.2916 GHz-days).
ixfd64 is offline   Reply With Quote
Old 2011-03-31, 06:09   #2
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

170148 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Several of my computers are currently doing P-1 factoring in the 53.8M range. I usually allocate 384 MB of memory per core, and the bounds I get are usually B1=630000, B2=16222500 (4.2385 GHz-days).
Presumably, those exponents had not yet been LLed, so the last parameter on their worktodo Pfactor lines was 2 (finding a factor saves 2 LLs) -- right?

Quote:
However, I recently requested a few P-1 assignments in the 50.1M range manually, and the bounds for those are B1=280000, B2=5460000 (only 1.4934 GHz-days).
Had those exponents already been first-time LLed? What's the last parameter on their worktodo lines?

Last fiddled with by cheesehead on 2011-03-31 at 06:12
cheesehead is offline   Reply With Quote
Old 2011-03-31, 16:02   #3
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

45338 Posts
Default

The worktodo.txt format is:

Pfactor=<assignment key>,1,2,<exponent>,-1,68,2
ixfd64 is offline   Reply With Quote
Old 2011-03-31, 20:50   #4
markr
 
markr's Avatar
 
"Mark"
Feb 2003
Sydney

10758 Posts
Default

Quote:
Originally Posted by cheesehead View Post
Quote:
However, I recently requested a few P-1 assignments in the 50.1M range manually, and the bounds for those are B1=280000, B2=5460000 (only 1.4934 GHz-days).
Had those exponents already been first-time LLed? What's the last parameter on their worktodo lines?
These ones had a prior LL test - there may have been others with slightly different bounds than ixfd64's example.
Code:
Exponent	Status	Data

50175679	No factors below	2^69
	P-1	B1=280000, B2=5460000
	Unverified LL	9CA5E2E3BBEB38__ by "mister_phil" on 2010-12-25
	History	9CA5E2E3BBEB38__ by "mister_phil" on 2010-12-25
	History	B1=280000, B2=5460000 by "ixfd64" on 2011-03-31

50185963	No factors below	2^69
	P-1	B1=280000, B2=5460000
	Unverified LL	AC782724D87460__ by "ANONYMOUS" on 2010-08-31
	History	AC782724D87460__ by "ANONYMOUS" on 2010-08-31
	History	B1=280000, B2=5460000 by "ixfd64" on 2011-03-30

50175679	No factors below	2^69
	P-1	B1=280000, B2=5460000
	Unverified LL	9CA5E2E3BBEB38__ by "mister_phil" on 2010-12-25
	History	9CA5E2E3BBEB38__ by "mister_phil" on 2010-12-25
	History	B1=280000, B2=5460000 by "ixfd64" on 2011-03-31

50185963	No factors below	2^69
	P-1	B1=280000, B2=5460000
	Unverified LL	AC782724D87460__ by "ANONYMOUS" on 2010-08-31
	History	AC782724D87460__ by "ANONYMOUS" on 2010-08-31
	History	B1=280000, B2=5460000 by "ixfd64" on 2011-03-30

Last fiddled with by markr on 2011-03-31 at 20:52
markr is offline   Reply With Quote
Old 2011-03-31, 21:04   #5
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22·3·641 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
The worktodo.txt format is:

Pfactor=<assignment key>,1,2,<exponent>,-1,68,2
for the 50.1M exponents?
cheesehead is offline   Reply With Quote
Old 2011-03-31, 21:25   #6
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

5·479 Posts
Default

Quote:
Originally Posted by cheesehead View Post
for the 50.1M exponents?
Yes.
ixfd64 is offline   Reply With Quote
Old 2011-03-31, 22:09   #7
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22×3×641 Posts
Default

Do you happen to have a saved copy of the Pfactor assignment lines you received for the 50.1M exponents that you can post?

Last fiddled with by cheesehead on 2011-03-31 at 22:10
cheesehead is offline   Reply With Quote
Old 2011-04-02, 01:36   #8
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

239510 Posts
Default

Here's two of them:

Quote:
Pfactor=A5E36281D18ADB9E5C6C5FAD90B9DE87,1,2,50171491,-1,69,1
Pfactor=38FD532B5233142BCF520A0FA832B338,1,2,50175119,-1,69,1
ixfd64 is offline   Reply With Quote
Old 2011-04-02, 02:06   #9
KingKurly
 
KingKurly's Avatar
 
Sep 2010
Annapolis, MD, USA

101111012 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Here's two of them:
It's the ,1 at the end that causes the difference. That is the number of LL tests that will be saved by running the P-1 test. On an exponent that has never been LL tested, that number would normally be 2 (the LL and the LL-D) instead of 1. Prime95/mprime set their bounds based on how many LL tests are assumed to be saved in the event of success. You can pick numbers between 0 and 10, though I guess picking 0 wouldn't make much sense, would it...?
KingKurly is offline   Reply With Quote
Old 2011-04-02, 18:45   #10
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22·3·641 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Here's two of them:
Quote:
Pfactor=A5E36281D18ADB9E5C6C5FAD90B9DE87,1,2,50171491,-1,69,1
Pfactor=38FD532B5233142BCF520A0FA832B338,1,2,50175119,-1,69,1
So, the answers to some of my previous questions should (:-) have been:

Quote:
Originally Posted by cheesehead View Post
Quote:
Originally Posted by ixfd64 View Post
However, I recently requested a few P-1 assignments in the 50.1M range manually, and the bounds for those are B1=280000, B2=5460000 (only 1.4934 GHz-days).
Had those exponents already been first-time LLed? What's the last parameter on their worktodo lines?
Answers: yes, 1 :-)

Quote:
Originally Posted by cheesehead View Post
Quote:
Originally Posted by ixfd64 View Post
The worktodo.txt format is:

Pfactor=<assignment key>,1,2,<exponent>,-1,68,2
for the 50.1M exponents?
Answer: No, for those exponents the last parameter was 1 rather than 2. :-)

... which would have more quickly led to the reason for their P-1 limits being lower than for your 53.8M exponents.

Last fiddled with by cheesehead on 2011-04-02 at 19:01 Reason: added what the effect of correct answers would have been :-)
cheesehead is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
What Bounds to choose, and what are Bounds 144 Information & Answers 5 2017-03-15 13:36
ECM bounds Unregistered Information & Answers 4 2011-07-17 20:18
Counting the unusually anal way. lavalamp Puzzles 9 2009-12-02 11:27
Unusually quiet xilman Lounge 14 2008-12-30 23:21
Factors bounds jtavares Factoring 5 2004-11-28 09:46

All times are UTC. The time now is 20:18.


Sun Aug 1 20:18:07 UTC 2021 up 9 days, 14:47, 0 users, load averages: 1.71, 1.77, 1.57

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.