![]() |
![]() |
#12 |
(loop (#_fork))
Feb 2006
Cambridge, England
2·7·461 Posts |
![]()
Those are figures starting from zero; I think the behaviour is a bit different with (for example) start=1e9 end=1e9+1e8
which I have just run four times, getting interval=10000: 23287.8 seconds (lots of blocks) interval=100000: 5348.9 seconds (about 60 blocks) interval=1000000: 2816 seconds (seven blocks) interval=10000000: 2162.8 seconds (three blocks) start=1e11, end=1e11+1e9, interval=1e8 (i.e. very much larger than the ~40 million primes in the range, of which we never look at more than half at once) took 22489 seconds for the first chunk, which was all the 5-mod-12 primes (whereas interval=1e6 took 13169 seconds for about 10% of the 5-mod-12 primes); quite a lot of RAM (up to 3.3 gigabytes), but I have quite a lot of RAM so that's OK. start=5e10, end=6e10, interval=4e7 is taking up to 3.6 gigabytes at times and hasn't yet finished an interval; this would suggest that interval=2e8, which would hold all the primes and finish the job in three bites, would take about twenty gigabytes. Last fiddled with by fivemack on 2011-09-03 at 19:47 |
![]() |
![]() |
![]() |
#13 | ||
"Robert Gerbicz"
Oct 2005
Hungary
112×13 Posts |
![]() Quote:
Quote:
Thanks for your times, those gives that an interval of k*1e7 for these high p values (p>>1e10) uses a little less than k GB of RAM. Last fiddled with by R. Gerbicz on 2011-09-03 at 21:03 Reason: grammar |
||
![]() |
![]() |
![]() |
#14 |
"Tapio Rajala"
Feb 2010
Finland
32×5×7 Posts |
![]()
Now that we have some coordination: I'll check the range 6e10 to 7e10.
I decided to collect the data (at least temporarily) on this web page so as to give an easier reference for the reservations and results. If you come up with more appropriate place (a dedicated and updated thread here? Or another place where other results are also gathered?) I'll remove that page. |
![]() |
![]() |
![]() |
#15 |
(loop (#_fork))
Feb 2006
Cambridge, England
2×7×461 Posts |
![]()
I am currently also doing 100G .. 102G (might as well do my calibration runs in useful territory); 100G-101G is currently in the final stage, writing out about an 80M range of residues every eleven minutes with 600M to go. Reserve 102G-110G also.
Last fiddled with by fivemack on 2011-09-04 at 10:10 |
![]() |
![]() |
![]() |
#16 |
(loop (#_fork))
Feb 2006
Cambridge, England
144668 Posts |
![]()
100660783343 -1+87p
(100G..101G complete, took 79427.6 seconds utime and 3.647G maximum memory, using interval size '1e8' i.e. whole interval at once, on one core of 1.9GHz Magny Cours) Last fiddled with by fivemack on 2011-09-04 at 12:11 |
![]() |
![]() |
![]() |
#17 |
(loop (#_fork))
Feb 2006
Cambridge, England
2·7·461 Posts |
![]()
101G-102G complete; 200194.42 seconds on one core of 1.9GHz Magny Cours, using interval 4e6 (11 blocks). Maximum memory usage 0.397GB. No interesting primes found.
Code:
Testing p=101000000051...101405292671, p==11 mod 12, time=131 sec. 35080 Testing p=101000000011...101202702379, p==1 mod 3, time=35211 sec. 10799 Testing p=101000000033...101405467049, p==5 mod 12, time=46010 sec. 19699 Testing p=101202702439...101405417359, p==1 mod 3, time=65679 sec. 12196 Testing p=101405292839...101810835047, p==11 mod 12, time=77875 sec. 40467 Testing p=101405417539...101608187797, p==1 mod 3, time=118342 sec. 11902 Testing p=101405467061...101811138809, p==5 mod 12, time=130244 sec. 18794 Testing p=101608187887...101810900473, p==1 mod 3, time=149038 sec. 11539 Testing p=101810835143...101999999987, p==11 mod 12, time=160577 sec. 25263 Testing p=101810900479...101999999923, p==1 mod 3, time=185840 sec. 11258 Testing p=101811138917...101999999897, p==5 mod 12, time=197098 sec. 12504 Done the st=101000000000-en=102000000000 interval. Time=209602 sec. 200194.42user 1538.25system 58:13:21elapsed 96%CPU Last fiddled with by fivemack on 2011-09-06 at 07:45 |
![]() |
![]() |
![]() |
#18 | |
"Robert Gerbicz"
Oct 2005
Hungary
112·13 Posts |
![]() Quote:
(Don't see the last three blocks, because in those there are less than "interval" primes.) Last fiddled with by R. Gerbicz on 2011-09-06 at 10:33 |
|
![]() |
![]() |
![]() |
#19 |
"Tapio Rajala"
Feb 2010
Finland
4738 Posts |
![]()
First (near) hit here:
60373446719 -1-48pMy new (cheap) computer should arrive soon so I can use more than just my laptop to this and other things... |
![]() |
![]() |
![]() |
#20 |
Mar 2011
Germany
97 Posts |
![]()
I also found a few more:
12896325149 -1+86p 13286279999 -1+52p 21950810731 -1+93p 23607097193 -1+97p 41659815553 -1+55p 42647052491 -1+10p Still the range is not completed yet... |
![]() |
![]() |
![]() |
#21 |
(loop (#_fork))
Feb 2006
Cambridge, England
144668 Posts |
![]()
Reserve 110G..111G for further calibration exercise: how does interval=2e7 behave differently memory-wise from interval=1e8 when both are larger than the total number of primes?
Last fiddled with by fivemack on 2011-09-06 at 22:52 |
![]() |
![]() |
![]() |
#22 |
Jun 2003
Ottawa, Canada
117310 Posts |
![]()
I would like to help out with the search. You guys are taking R. Gerbicz's code and compiling it, but what command line parameters are you using?
I see talk about different ranges are better for things, but if you have core2 based CPUs what would the best settings be? Did I see that someone said it is better to run it on 1 core because running it on multiple ends up being the same speed? |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Twin prime search? | MooooMoo | Twin Prime Search | 115 | 2010-08-29 17:38 |
k=51 or about coordinated prime search | Kosmaj | Riesel Prime Search | 7 | 2007-07-13 22:15 |
Prime Search on PS-3? | Kosmaj | Riesel Prime Search | 6 | 2006-11-21 15:19 |
Genetics and Wilson's theorem | David John Hill Jr | Science & Technology | 2 | 2006-05-10 14:10 |
Generalized wilson's theorem | bouayoun | Math | 3 | 2004-03-12 18:24 |