![]() |
|
|
#452 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
Now that I actually have more time to look at it, I can see that the same computer that found M49 checked in another result on the same day in the 74M range, and checked in 2 more results just 5 days later in the 77M range. So I'm pretty sure it was working on 4 exponents at once. That seems to have held true over the past few months... it would turn in 4 results at a time within days of each other. Okay, mystery solved.
|
|
|
|
|
|
|
#453 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
That reminds me of an experiment I did a couple weeks ago. I rounded up samples of different servers with different memory speeds. DDR3 at 1066 - 1600 and then DDR4 at 2100.
The memory speed has a big impact on how multiple workers of different sizes get along. I'll just say that DDR4 @ 2100 is really really awesome. Nuff said. |
|
|
|
|
|
#454 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
|
|
|
|
|
|
#455 |
|
Serpentine Vermin Jar
Jul 2014
63618 Posts |
We'll just call 'em brain farts and be done with it.
![]() Imagine how George and I felt when we figured out a prime was hiding in the data for nearly 4 months. Ugh. I checked again today to make sure... nothing else. Phew. |
|
|
|
|
|
#456 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
185016 Posts |
Quote:
Whenever one of my minions comes to me and claims his latest stuff works I say "Show me it works, don't just tell me". So they go off and write a test suite for it and, shock, it doesn't work! |
|
|
|
|
|
|
#457 | |
|
Aug 2012
Mass., USA
2×3×53 Posts |
Quote:
So far I haven't done much experimenting with running different size exponents together. Perhaps I'll look into that in the near future. Mostly I just put all 4 cores on one exponent on this machine. |
|
|
|
|
|
|
#458 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
I wrote a quick and dirty sproc that looks for newly reported primes and will send an email. It tested okay when I told it to look back over the past couple years (so it would find the previous false positives from 2014/2015). Works good.
Now it's just a matter of a *real world* test when it's only looking at stuff in the past xx hours and running on a recurring schedule. It should definitely work, but in my line of work where zero downtime is the goal, I'd add the typical caveats that it's not guaranteed... SQL agent may crash, the email services may poop out, etc. Best bet for those is to have overlapping periods of checking... run daily but report on anything new in the past 3-4 days. Yeah, if one does show up, at worst you get *too many* emails for the same thing. Better that than missing a day because some other thing went wonky. And of course there are the manual checks when I (or someone else) goes through looking for weird things. I had previously done my own tests of all known false positives a year ago and I'm sure at some point I would have done it again, but maybe not for a while. It just happened that someone asked about it so I checked before I probably would have. Nothing to say about that except like the subject of this thread says... "Oops". The real trick is fixing the code that's supposed to send an email when the "is prime" result comes in. This other thing is a failsafe since that didn't seem to fire off. I was afraid that was a result of the move to the new server in Aug 2014, like the PHP mail function didn't work... but it does, and I guess it's not a new thing after all. :( Nothing for that except put on the sleuth hat and trace the code. |
|
|
|
|
|
#459 | |
|
Serpentine Vermin Jar
Jul 2014
63618 Posts |
Quote:
When testing larger exponents, my rule of them us to only run 2 tests at a time with exponents < 58M. A pair of 3M FFT's tends to do okay, but running more than 2 of those at once will flood memory. If you run something larger than a 3M FFT on one worker, you can do another worker with an FFT < 2M FFT. Is there a magic formula that ties those FFT sizes into the L1/L2/L3 cache sizes or the memory bandwidth? Probably, I just haven't gone beyond my empirical observations to work that out. I do know that with DDR4 @ 2100 those rules are obsolete... I can run a pair of tests with FFT sizes of at least 8M on one and 4M on the other without any issues. That's as much as I've tested...haven't tried a combo larger than that. |
|
|
|
|
|
|
#460 |
|
Romulan Interpreter
Jun 2011
Thailand
2×3×1,609 Posts |
Whoops... I took it literally (I read that phrase as "half of the 13.2 miles length of a marathon"), without any calculus. Miles are not my native measuring sticks. I guess you (and Ernst later) are completely right about me being the idiot this time
Last fiddled with by LaurV on 2016-01-21 at 05:44 |
|
|
|
|
|
#461 | |
|
Sep 2006
Brussels, Belgium
6A716 Posts |
Quote:
Jacob |
|
|
|
|
|
|
#462 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2·3·1,693 Posts |
Quote:
![]() With something like this. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Are Bitcoins Prime Related | a1call | Miscellaneous Math | 26 | 2021-03-18 14:18 |
| Merry Christmas and a prime! (M50 related) | Prime95 | News | 505 | 2020-01-18 01:03 |
| Oops i did it again. (Prime found) | ltd | Prime Sierpinski Project | 21 | 2006-01-04 14:50 |
| Another new prime (M42-Related) | Uncwilly | News | 132 | 2005-05-10 19:47 |
| some prime-related trick questions | ixfd64 | Puzzles | 2 | 2003-09-23 12:53 |