![]() |
|
|
#2971 | |
|
Apr 2014
528 Posts |
Quote:
from benchmark, my 290x spend 2h on it so far and it also is duplicated.. |
|
|
|
|
|
|
#2972 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23×149 Posts |
No real reason, I just wanted to give it an opportunity to run through at least one class before being aborted by finding a factor. If a factor is found after 0.001ms of runtime on an exponent I wouldn't put much faith in the displayed processing rate.
Looking at the 60M-70M range, this is the approximate distribution of the first few classes. It's not even, with some classes having many more than others, and several (2, 6, 10, 14, 18, 22, etc) having none at all. Class-0 has some, but not nearly as many as class 1 or 3. Code:
+-----------+---------+ | class4620 | howmany | +-----------+---------+ | 0 | 276 | | 1 | 19788 | | 3 | 12456 | | 4 | 9254 | | 5 | 4850 | | 7 | 3130 | | 8 | 4565 | | 9 | 3926 | | 11 | 1803 | | 12 | 5790 | | 13 | 1550 | | 15 | 3222 | | 16 | 2209 | | 17 | 1050 | | 19 | 993 | | 20 | 2434 | | 21 | 2085 | | 23 | 784 | | 24 | 2907 | | 25 | 957 | | 27 | 1261 | | 28 | 1544 | | 29 | 615 | | 31 | 574 | | 32 | 1092 |
|
|
|
|
|
|
#2973 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
342710 Posts |
Quote:
3rd revision attached with additional checking for this kind of borderline case. Last fiddled with by James Heinrich on 2014-05-31 at 13:17 |
|
|
|
|
|
|
#2974 | |
|
Apr 2014
2×3×7 Posts |
Quote:
Another one to remove... no factor for M88345373 from 2^65 to 2^66 [mfakto 0.14-Win cl_barrett15_69_gs_2] DropBox 290x Benchmark ziped |
|
|
|
|
|
|
#2975 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
Quote:
|
|
|
|
|
|
|
#2976 | |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Quote:
So if you ignore relative small factors your statistics should be more evenly distributed (but still some classes are more common than others). Oliver |
|
|
|
|
|
|
#2977 |
|
May 2013
East. Always East.
6BF16 Posts |
|
|
|
|
|
|
#2978 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
I was thinking: it probably would/might be best to skip every other M? I don't think there is a whole lot of difference. 6h later on my slow (160 GHz) I'm at 36M.
|
|
|
|
|
|
#2979 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23·149 Posts |
It would probably be just fine to only do every 5th M, with possible later refinement around the "interesting" transition areas when those are identified for various architectures.
|
|
|
|
|
|
#2980 | |
|
Apr 2014
2·3·7 Posts |
Quote:
Factor=88345373,65,66 should be Factor=88345373,64,65 Code:
OpenCL device info name Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz (GenuineInt el) device (driver) version OpenCL 1.2 AMD-APP (1411.4) (1411.4 (sse2)) maximum threads per block 1024 maximum threads per grid 1073741824 number of multiprocessors 8 (512 compute elements) clock rate 3105MHz Automatic parameters threads per grid 2097152 optimizing kernels for GCN got assignment: exp=88345373 bit_min=64 bit_max=65 (0.04 GHz-days) Starting trial factoring M88345373 from 2^64 to 2^65 (0.04GHz-days) Using GPU kernel "cl_barrett15_69_gs" No checkpoint file "M88345373.ckp" found. Date Time | class Pct | time ETA | GHz-d/day Sieve Wait Jun 01 13:08 | 0 0.1% | 1.263 20m11s | 3.01 82485 0.00% Jun 01 13:08 | 3 0.2% | 1.270 20m17s | 3.00 82485 0.00% Jun 01 13:08 | 7 0.3% | 1.260 20m06s | 3.02 82485 0.00% Jun 01 13:08 | 12 0.4% | 1.265 20m09s | 3.01 82485 0.00% M88345373 has a factor: 36893056995103492273 found 1 factor for M88345373 from 2^64 to 2^65 (partially tested) [mfakto 0.13-W in cl_barrett15_69_gs_2] tf(): total time spent: 5.062s (721.87 GHz-days / day) |
|
|
|
|
|
|
#2981 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
978210 Posts |
Quote:
But might there be upside (defined as factors found per GPU cycle) in deriving an empirical statistical distribution "curve" of the probability of finding a factor in each class for the ranges and depths we're currently working, and do them in that order rather than sequentially? Taking James' data above, the optimal order to do the classes would be: Code:
+---------+-----------+ | howmany | class4620 | +---------+-----------+ | 19788 | 1 | | 12456 | 3 | | 9254 | 4 | | 5790 | 12 | | 4850 | 5 | | 4565 | 8 | | 3926 | 9 | | 3222 | 15 | | 3130 | 7 | | 2907 | 24 | | 2434 | 20 | | 2209 | 16 | | 2085 | 21 | | 1803 | 11 | | 1550 | 13 | | 1544 | 28 | | 1261 | 27 | | 1092 | 32 | | 1050 | 17 | | 993 | 19 | | 957 | 25 | | 784 | 23 | | 615 | 29 | | 574 | 31 | | 276 | 0 | Again, please forgive me (and tell me) if this is a really stupid idea. I can't hold a candle to you guys when it comes to the maths.
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Status | Primeinator | Operation Billion Digits | 5 | 2011-12-06 02:35 |
| 62 bit status | 1997rj7 | Lone Mersenne Hunters | 27 | 2008-09-29 13:52 |
| OBD Status | Uncwilly | Operation Billion Digits | 22 | 2005-10-25 14:05 |
| 1-2M LLR status | paulunderwood | 3*2^n-1 Search | 2 | 2005-03-13 17:03 |
| Status of 26.0M - 26.5M | 1997rj7 | Lone Mersenne Hunters | 25 | 2004-06-18 16:46 |