mersenneforum.org  

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

Reply
 
Thread Tools
Old 2012-06-24, 03:40   #45
nucleon
 
nucleon's Avatar
 
Mar 2003
Melbourne

10038 Posts
Default

Quote:
Originally Posted by firejuggler View Post
M3321935017 takes 91 630.041 Ghz/day to LL once

M60082823 takes 133.476 Ghz/day to LL once ( exemple of reasonnable work -one month?)

ratio is 686.5
Supposing that Moore law keep working for as long as needed, ( double computer output each 2 year) that would put the reasonnable range in 18 to 20 years.
Also, one vote for the P-1 on DC

I get about 10 years until computers get the same rate of what we have now vs those 100M digit exponents.

-- Craig
nucleon is offline   Reply With Quote
Old 2012-06-29, 23:52   #46
diamonddave
 
diamonddave's Avatar
 
Feb 2004

25×5 Posts
Default

The work saved for DC P-1 is a bit high. I don't think a 45M factor saves 144 GHz/Days
diamonddave is offline   Reply With Quote
Old 2012-06-30, 00:05   #47
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2×5×7×139 Posts
Default

Quote:
Originally Posted by diamonddave View Post
The work saved for DC P-1 is a bit high. I don't think a 45M factor saves 144 GHz/Days
Thanks. Missed that in my Observation spider -- it was still assuming that all P-1s were LLs, and thus gave credit for both a LL and a DC saved. Fixed.
chalsall is online now   Reply With Quote
Old 2012-06-30, 16:16   #48
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

22·7·167 Posts
Default

Quote:
Originally Posted by nucleon View Post
I get about 10 years until computers get the same rate of what we have now vs those 100M digit exponents.

-- Craig
Well if history repeats...
About 10 years ago I got my first LL assignment 33M (10M digits) and it took 1.5 years on a fairly modern PC. Today's 100M digit assignments are again taking about 1.5 years.
petrw1 is online now   Reply With Quote
Old 2012-06-30, 17:02   #49
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

160658 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Well if history repeats...
About 10 years ago I got my first LL assignment 33M (10M digits) and it took 1.5 years on a fairly modern PC. Today's 100M digit assignments are again taking about 1.5 years.
With AVX or CUDALucas it's actually just under a year... bcp19?

Last fiddled with by Dubslow on 2012-06-30 at 17:03 Reason: s/acually/actually
Dubslow is offline   Reply With Quote
Old 2012-06-30, 18:44   #50
nucleon
 
nucleon's Avatar
 
Mar 2003
Melbourne

51510 Posts
Default

Quote:
Originally Posted by Dubslow View Post
With AVX or CUDALucas it's actually just under a year... bcp19?
I wouldn't trust a video card without ECC to have a reliable calculation over a year.

I'm getting about say (1 in 7) to (1 in 5) LL DC mismatch. (that's my wild guess estimate). That's per 18-20hours for each DC LL. I'm pretty keen to keep my non TF cards to DC LLs.

BTW If there is an easy way analyze stats, to get exact mis match figure. I'm all ears. Considering all DCs I've done in the last 6 months were GPU completed.

-- Craig
nucleon is offline   Reply With Quote
Old 2012-06-30, 21:13   #51
bcp19
 
bcp19's Avatar
 
Oct 2011

2A716 Posts
Default

Quote:
Originally Posted by Dubslow View Post
With AVX or CUDALucas it's actually just under a year... bcp19?
Mine is slated to finish in Jan 13, which will have been a little under 1.2 years. (Started with 26.6) .075 sec/ iter atm (288 days for a full run atm)

Last fiddled with by bcp19 on 2012-06-30 at 21:16
bcp19 is offline   Reply With Quote
Old 2012-07-27, 19:20   #52
NormanRKN
 
NormanRKN's Avatar
 
Jul 2012
Saarland / Germany

22·17 Posts
Default

hi !

i´ve a few generell (newbie) questions ;)

1.) if i found a faktor with p.e. mfaktX what means that and what is the next step ?
2.) is the way of factoring better then a LL test or a requirement ?
3.) what do the other programs better or lesser good ?
4.) is p-1 factoring not effective enough then mfaktX or is that "two pair of socks ;) )
5.) why p.e. gpu72 can save LL test with this trial factoring methods.

Norman

Last fiddled with by NormanRKN on 2012-07-27 at 19:21
NormanRKN is offline   Reply With Quote
Old 2012-07-27, 19:36   #53
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

1C3516 Posts
Default

Quote:
Originally Posted by NormanRKN View Post
hi !

i´ve a few generell (newbie) questions ;)

1.) if i found a faktor with p.e. mfaktX what means that and what is the next step ?
2.) is the way of factoring better then a LL test or a requirement ?
3.) what do the other programs better or lesser good ?
4.) is p-1 factoring not effective enough then mfaktX or is that "two pair of socks ;) )
5.) why p.e. gpu72 can save LL test with this trial factoring methods.

Norman
We are trying to determine of Mersenne numbers, 2^p-1 for prime p, are themselves prime.

If a number has a factor, it is obviously not prime.

~60% of Mersenne numbers have a small factor. That is what mfaktc tries to do.

P-1 is an alternate method of finding smallish factors that works separately from mfatkc, which is purely Trial Factoring (TF).

If neither TF nor P-1 finds a factor, then the Mersenne number is still probably composite -- a LL test will say for sure. On the other hand, if a factor is found, then the Mersenne number is definitely composite, and there is no need to run an LL test, hence "LL tests saved".

Report all mfaktc results (factor or no factor) to PrimeNet (be sure to log in first for credit).

By the way, the authors of both mfaktc and mfakto (for AMD/OpenCL) are German, and there are a few other German speakers around if English is tough. (Hell, English is tough even for native speakers.)

Last fiddled with by Dubslow on 2012-07-27 at 19:37 Reason: I win the race! :P
Dubslow is offline   Reply With Quote
Old 2012-07-27, 19:36   #54
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

100110000000102 Posts
Default

Quote:
Originally Posted by NormanRKN View Post
1.) if i found a faktor with p.e. mfaktX what means that and what is the next step ?
2.) is the way of factoring better then a LL test or a requirement ?
3.) what do the other programs better or lesser good ?
4.) is p-1 factoring not effective enough then mfaktX or is that "two pair of socks ;) )
5.) why p.e. gpu72 can save LL test with this trial factoring methods.
In order:

1. It means that the candidate does not have to be LL tested (twice) in order to prove that it's composite (i.e. It's not prime). The "next step" is to simply report it to PrimeNet, and then that candidate will be considered "cleared".

2. The "bit level" we're trial factoring to has been carefully chosen such that it's more "economical" to run a Trial Factor (TF) test than two LL tests. This is based on the amount of CPU/GPU resources required to TF and the statistical likelihood of finding a factor, vs. simply running the LL tests.

3. Not really sure what you mean by this, but to try to answer... mfaktc is for nVidia cards. mfakto is for OpenCL cards (mainly AMD/ATI). Prime95/mprime can do CPU based trial factoring, but since GPUs came onto the scene it's no longer "cost" effective to do so.

4. Different methodologies. Generally P-1 is done after appropriate TFing, but before LLing.

5. GPU72 is simply a coordination tool for those with GPUs to do the newly appropriate TFing without "stepping on each other's toes" (read: two or more people doing the same work on the same candidate). Later on the other worktypes (P-1, LL, DC) were made available from the system..

5.1. GPU72 saves LL tests by eliminating candidates before they are assigned for LL testing.

Hope that helps clarify things for you.
chalsall is online now   Reply With Quote
Old 2012-07-27, 19:59   #55
NormanRKN
 
NormanRKN's Avatar
 
Jul 2012
Saarland / Germany

22·17 Posts
Default

it´s much clearer now.
thank you for your(s) explanations Dubslow/Chalsall !
forward to the digits
it is very interesting !

Norman
NormanRKN is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
What do the different types of work each mean? jrafanelli Information & Answers 20 2019-02-01 05:27
suggestions for new work types ixfd64 PrimeNet 4 2011-09-20 07:20
New work types Unregistered Information & Answers 0 2011-07-25 10:19
Work Types Unregistered Information & Answers 3 2010-07-28 09:54
v5 work types S00113 PrimeNet 14 2008-12-10 00:26

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


Fri Jul 16 14:56:09 UTC 2021 up 49 days, 12:43, 2 users, load averages: 1.87, 1.51, 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.