![]() |
|
|
#826 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Yes, the 43M one is odd, but I remember like a month ago when we got the first wave of <45Ms, most of them were in fact DC candidates, and as I recall, we're still not sure why PrimeNet assigned them as DC candidates. That's something that has as yet gone unsolved. (I don't know why that one is still held by GPU272.)
Last fiddled with by Dubslow on 2012-03-07 at 00:38 Reason: (I don't know why that one is still held by GPU272.) |
|
|
|
|
|
#827 |
|
Romulan Interpreter
Jun 2011
Thailand
26×151 Posts |
I remember there was a discussion about PrimeNet server confusing TF factors with P-1 factors, for bigger factors which fall over its TF-limit cutoff. I can not find that discussion, maybe someone can point me to it. I have looked in related threads (p95, gimps, server, etc) but at the end the factors I found in the last time were done under gpu-2-72 project, so I decided to post here. My dilemma is like that:
I have reported Code:
Manual testing 30946609 F 2012-03-07 13:17 0.0 541996012842777321943 3.6199 Manual testing 30946441 F 2012-03-07 13:17 0.0 370279690461888625657 2.5581 Manual testing 30987637 F 2012-03-07 07:36 0.0 310149215308792133399 2.0615 Manual testing 30603973 F 2012-03-06 17:10 0.0 480678252080857673159 3.3221 Manual testing 30037489 F 2012-03-01 15:34 0.0 319103639527297121881 2.2084 Manual testing 30939407 F 2012-03-01 11:41 0.0 314781084386270804327 2.1060 Manual testing 30938429 F 2012-03-01 00:33 0.0 567188230459976620057 3.7475 Manual testing 30566929 F 2012-02-29 18:37 0.0 351439136952867720439 2.4425 Manual testing 30958133 F 2012-02-29 15:49 0.0 383911472785050228289 2.6578 Manual testing 30917287 F 2012-02-29 15:49 0.0 569839859834256833551 3.7631 Manual testing 30565753 F 2012-02-27 11:54 0.0 476887570104844591409 3.3039 Manual testing 30565627 F 2012-02-27 11:54 0.0 379975074935690511911 2.6629 Manual testing 30954299 F 2012-02-26 02:06 0.0 340900192216659318823 2.3271 Code:
Manual testing 30924497 F-PM1 2012-03-06 11:13 0.0 325158435139110861601 1.3727 I don't care about 1.5 GHz-day credit difference, but I know there is some dilemma about this and maybe I can cast a spark... :P Last fiddled with by LaurV on 2012-03-08 at 07:00 Reason: format in code tags |
|
|
|
|
|
#828 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
We've known for sometime that it's only a PrimeNet issue, and only fixing PrimeNet will fix the issue. We're mostly just waiting for James to setup a WIMP environment, but as you can see he's having trouble.
|
|
|
|
|
|
#829 |
|
Romulan Interpreter
Jun 2011
Thailand
26×151 Posts |
Thanks Dubslow, that discussion is what I was looking for.
|
|
|
|
|
|
#830 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23·149 Posts |
Quote:
![]() The good news, however, is that I've successfully set up a WIMP->LAMP wrapper, so I'm now able to work through the code. I've made good progress so far, but I haven't worked though to the manual_results section yet. Out of curiosity, I want to look through that code and figure out why TF-PM1 credit gets mixed up, but honestly I'll probably just replace much of that code with the results parser from mersenne-aries.sili.net since I know that works well. Excellent question, good example. I'll look at the code and let you know.
|
|
|
|
|
|
|
#831 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
722110 Posts |
Quote:
|
|
|
|
|
|
|
#832 |
|
Nov 2010
Germany
11258 Posts |
I noticed that my factors were usually just "F" when the "factor found" line was surrounded by "no factor found ... mfakto ..." lines.
I just recently submitted a single "factor found" result without preceeding "no factor" lines, and that became a "F-PM1" again. But I do not find enough factors to validate this observation. |
|
|
|
|
|
#833 | |
|
Romulan Interpreter
Jun 2011
Thailand
26·151 Posts |
Quote:
|
|
|
|
|
|
|
#834 | |
|
Oct 2011
10101001112 Posts |
Quote:
|
|
|
|
|
|
|
#835 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
23·149 Posts |
Quote:
Code:
if (previously_found_mfaktco_nofactor_lines AND length(factor) <= 23) {
handle_as_TF_factor()
} else if (exponent < 16,000,000) {
if (factor_bits > 55) {
handle_as_ECM_factor()
} else {
handle_as_TF_factor()
}
} else {
if (factor_bits < default_tf_limit(exponent)) {
handle_as_TF_factor()
} else {
handle_as_PM1_factor()
}
}
|
|
|
|
|
|
|
#836 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Hmm... doesn't seem to be code that actually reads what the results lines are saying. Presuming your code does that, then I vote for that.
|
|
|
|
![]() |
| 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 |