mersenneforum.org  

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

Reply
 
Thread Tools
Old 2011-10-06, 14:10   #12
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

145128 Posts
Default

Quote:
Originally Posted by Prime95 View Post
These extra bits of TF are done manually on a rather ad hoc basis.
An understatement IMAO.
I would replace "rather" with "extremely"

David
davieddy is offline   Reply With Quote
Old 2011-10-06, 18:32   #13
Christenson
 
Christenson's Avatar
 
Dec 2010
Monticello

5·359 Posts
Default

Quote:
Originally Posted by davieddy View Post
Does CUDALucas employ the "random shift" trick described at the
bottom of "The Math" page?
It is trivial to implement it.

David
dunno, I just ordered some books on number theory and expect to be buried there for awhile.
Christenson is offline   Reply With Quote
Old 2011-10-16, 19:01   #14
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

2 things:
A: When I manually get TF assignments, I am now getting 59M from 70 to 71 (which I increase to 72).

B: When I try and set an exponent range to get lower assignments, the page doesn't load/times out. I tried 0-55M, 0-56M, 0-57M, 0-58M, 0-59M, and 0-60M. In each instance the header for mersenne.org loads and nothing else; if I let it set for ten minutes it does the same thing (just the header), but says the page has finished loading. I check my assignments page, and nothing. I also know it's not lack of assignments, because the 0-60M range includes the 59M assignments I get when I don't specify a range. What's up?
Dubslow is offline   Reply With Quote
Old 2011-10-16, 20:47   #15
garo
 
garo's Avatar
 
Aug 2002
Termonfeckin, IE

22·691 Posts
Default

Try asking for exponents with a lower bound of 50M or more. I was able to get 400 54Ms this way. Starting with zero may not be ideal depending on the way the Primenet server is coded.
garo is offline   Reply With Quote
Old 2011-10-16, 22:46   #16
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

I tried 0 after starting with 50M as the lower bound. I'll try again though.
Dubslow is offline   Reply With Quote
Old 2011-10-16, 22:57   #17
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Nope. Attached a screenshot. The little circle indicating the page was loading was there for about a minute before it went away. No more assignments appeared in my list.
Attached Thumbnails
Click image for larger version

Name:	Untitled.png
Views:	113
Size:	93.2 KB
ID:	7187  
Dubslow is offline   Reply With Quote
Old 2011-10-17, 01:12   #18
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

145128 Posts
Default

Quote:
Originally Posted by Dubslow View Post
2 things:
A: When I manually get TF assignments, I am now getting 59M from 70 to 71 (which I increase to 72).
Good on you for going to 72.
I think/hope George intends to make 54M+ available for GPUs to TF
to 72 as soon as expos up to 60M are TFed to 71.
(LLs reaching 60M is ~2 years away).

Quote:
Originally Posted by garo View Post
Try asking for exponents with a lower bound of 50M or more. I was able to get 400 54Ms this way. Starting with zero may not be ideal depending on the way the Primenet server is coded.
Some hard figures for 55M expo:
2.17 GHz days to TF 69 to 70
220 GHz days for 2 LLs.
If 70 bits is worth doing on a CPU, surely 72 bits on a GPU
is a conservative goal.
Note that "P-1 before last bit of TF" is pie in the sky these days:
A. Far too few takers
B. The CPU doing the LL can easily do P-1 where needed.
What it can't do (sensibly) is TF to 72 or more bits.

Finally a radical suggestion:
Since 80% of daily LL assignments are smaller than
54M, and by the nature of being half-chewed have not
been near a GPU in their life, why not make all the newly
rejected LLs available for a couple(*) of extra bits of prompt GPU TF
before assigning them to reliable CPUs for the Coup de Grace?

(*)Eric does 6 or 7 bits on my 45M assignments, Bless Him!

Last fiddled with by davieddy on 2011-10-17 at 01:34
davieddy is offline   Reply With Quote
Old 2011-10-17, 07:20   #19
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

Quote:
Originally Posted by davieddy View Post

Some hard figures for 55M expo:
2.17 GHz days to TF 69 to 70
220 GHz days for 2 LLs.
If 70 bits is worth doing on a CPU, surely 72 bits on a GPU
is a conservative goal.
Note that "P-1 before last bit of TF" is pie in the sky these days:
A. Far too few takers
B. The CPU doing the LL can easily do P-1 where needed.
What it can't do (sensibly) is TF to 72 or more bits.
70 bits isn't worth doing on CPU, 26.6 and the math page both list 69 as the max for 53M exponents. Also, there is no guarantee that CPUs doing LL have the memory required for a decent stage 2 P-1. I do, and that's why I might deliberately get P-1 assignments, do that, and then do the LL myself. Otherwise I do agree there's no sense in waiting with the last two bits of TF.
Dubslow is offline   Reply With Quote
Old 2011-10-17, 09:39   #20
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2·3·13·83 Posts
Default

Quote:
Originally Posted by Dubslow View Post
70 bits isn't worth doing on CPU, 26.6 and the math page both list 69 as the max for 53M exponents.
And 70 is the max for exponents >53M, e.g. 55M.

2.17 GHzdays to TF 69-70 has a 1/70 chance of finding a factor.
Say 1/100 if P-1 has been done. Even then it's worth it to try to
save 2 LLs.

BTW P95v26.6 = math page = GHz years forever = George


David
davieddy is offline   Reply With Quote
Old 2011-10-17, 20:59   #21
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Uhh... the math page says
Exponents up to: 58520000 [are] trial factored to 2^69
Dubslow is offline   Reply With Quote
Old 2011-10-17, 21:22   #22
garo
 
garo's Avatar
 
Aug 2002
Termonfeckin, IE

22×691 Posts
Default

There is nothing stopping GPUs from taking 54Ms to 72 or 73. Just ask for LL tests and then change the assignment type.

I have started catching expiring LLs and using my GPU to TF them to 71 bits. I was doing 72 but I can't keep up without help.

Quote:
Originally Posted by davieddy View Post
Good on you for going to 72.
I think/hope George intends to make 54M+ available for GPUs to TF
to 72 as soon as expos up to 60M are TFed to 71.
(LLs reaching 60M is ~2 years away).



Some hard figures for 55M expo:
2.17 GHz days to TF 69 to 70
220 GHz days for 2 LLs.
If 70 bits is worth doing on a CPU, surely 72 bits on a GPU
is a conservative goal.
Note that "P-1 before last bit of TF" is pie in the sky these days:
A. Far too few takers
B. The CPU doing the LL can easily do P-1 where needed.
What it can't do (sensibly) is TF to 72 or more bits.

Finally a radical suggestion:
Since 80% of daily LL assignments are smaller than
54M, and by the nature of being half-chewed have not
been near a GPU in their life, why not make all the newly
rejected LLs available for a couple(*) of extra bits of prompt GPU TF
before assigning them to reliable CPUs for the Coup de Grace?

(*)Eric does 6 or 7 bits on my 45M assignments, Bless Him!
garo is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
A quick question Pegos Information & Answers 6 2016-08-11 14:39
Quick TF Question Dubslow GPU Computing 2 2011-10-27 04:49
Quick msieve question alkirah Msieve 2 2009-12-30 14:00
Quick question about P90 CPU metric stars10250 PrimeNet 9 2008-08-31 23:58
Quick p-1 question Unregistered Software 8 2006-10-13 23:35

All times are UTC. The time now is 11:16.


Mon Aug 2 11:16:13 UTC 2021 up 10 days, 5:45, 0 users, load averages: 1.04, 1.08, 1.27

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.