mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   MISFIT (https://www.mersenneforum.org/forumdisplay.php?f=103)
-   -   (archive)MISFIT (https://www.mersenneforum.org/showthread.php?t=17414)

swl551 2012-12-03 01:09

[QUOTE=flashjh;320269]I am currently working an exponent that I broke into two because it's so large:

[CODE]Factor=2012-11-21,332240563,77,78
Factor=2012-11-21,332240563,78,79[/CODE]

It's telling me they're a duplicate even though they're not. Can you make it also check the from and to for duplicate checking?[/QUOTE]


SURE...give me about an hour

swl551 2012-12-03 01:58

MISFIT VERSION 2.1.2
 
VERSION 2.1.2
1.Changed duplicate exponent checking to include the bit level as part of the evaluation

Factor=2012-11-28,74680841,72,73
Factor=2012-11-28,74680841,73,74

would no longer be considered duplicate. (always be careful if you fiddling your bits!)


2.Tightened up some interval configurations to prevent certain events from occurring too frequently.


Get from [url]http://www.mersenneforum.org/misfit/[/url]

Stef42 2012-12-03 09:22

[QUOTE=swl551;320263]I suspect they are. Who do I give the list to so they can be reversed out?[/QUOTE]

If exponents are completed and send to GIMPS, the final residue (in results.txt) will be compared to the first LL test.
If they match, then the LL's are verified. In your case, I guess all the residue's [B]do not match[/B].
A third check is then handed out to the first person asking for work.
So, the system has a safe-guard for these kind of malfunctions.

You should CUDALucas set to automatic, so that the program can choose the correct N= size.
The error rate should be below 0.25 at all times. For example, for exponent 28993147, N=1600K with err = 0.08.

Keep in mind that many GTX570 are overclocked, with memory set at 1900Mhz.
Some people here on the forum found out that this speed can cause mismatch residue's.
[B]Lower the speed to 1800Mhz when running CUDALucas.[/B] I've done the same and all residue's so far have matched, about 10 in total so far.

swl551 2012-12-03 14:22

[QUOTE=Stef42;320305]...[B]Lower the speed to 1800Mhz when running CUDALucas.[/B][/QUOTE]

Yes overclocking was the cause of all my problems and how I ended up with a low FFTLength which allowed CuLu to actually stay running. I never realized the condition being created.

kladner 2012-12-03 18:43

The irony in this is that 1900 MHz is actually nVidia specification for GTX 570 RAM. On my Gigabyte card it will work OK running mfaktc, but has to be down clocked for CuLu. Gigabyte lists two different brands of VRAM: Hynix and Samsung. I suspect that the Samsung chips are not up to spec. One other user here AFAIK has the same card as I do (GV-N570OC-13I (rev. 2.0)), and has had the same problem. I don't know if this problem occurs on other manufacturers' cards.

Stef42 2012-12-03 21:09

Mine is a Asus GTX570 DCII. Since I saw the messages involving a lower memory clock I just went ahead and lowered it. I didn't want to waste 28 hours of computing time....

swl551 2012-12-04 00:08

Let's get this thread back to MISFIT specific topics.

Specifically the MISFIT for CULU release..

If you not familiar with MISFIT check it out here


[URL]http://www.mersenneforum.org/misfit/[/URL]

kracker 2012-12-04 19:39

I was fiddling with some exponents when I got this error:

[code]
12/4/2012 11:37:59 AM Error!
Analyzing WorkToDo.txt rows
Value was either too large or too small for an Int32.
[/code]

flashjh 2012-12-04 20:03

[QUOTE=kracker;320487]I was fiddling with some exponents when I got this error:

[code]
12/4/2012 11:37:59 AM Error!
Analyzing WorkToDo.txt rows
Value was either too large or too small for an Int32.
[/code][/QUOTE]

Which exponents?

kracker 2012-12-04 20:06

3,321,xxx,xxx, wasn't doing them on gpu actively,was just tinkering around. :smile:

swl551 2012-12-04 21:05

[QUOTE=kracker;320492]3,321,xxx,xxx, wasn't doing them on gpu actively,was just tinkering around. :smile:[/QUOTE]


int32 has a max value of [LEFT][COLOR=#000000] 2,147,483,647[/COLOR]
[COLOR=#000000][/COLOR][/LEFT]
[LEFT][COLOR=#000000]If you are making up unreasonable numbers then MISFIT works perfectly. If you are making up realistic numbers then MISFIT needs to move to a larger data type.[/COLOR]
[COLOR=#000000][/COLOR][/LEFT]


All times are UTC. The time now is 08:19.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.