mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Lone Mersenne Hunters

Reply
Thread Tools
Old 2012-07-09, 19:26   #397
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3×199 Posts
Default

Quote:
Originally Posted by chalsall View Post
If you give me the all of the ranges in question, I could quite easily spider them to find which candidates were TFed at the depths you've specified with mfakto using the two kernels in question.
Thanks. The complete list of ranges is:
1163264 - 1179648
2326528 - 2359296
4653056 - 4718592
9306112 - 9437184
18612224 - 18874368
37224448 - 37748736
74448896 - 75497472
148897792 - 150994944
297795584 - 301989888
595591168 - 603979776
1191182336 - 1207959552
2382364672 - 2415919104
Searching for barrett15_75 and mfakto_cl_71 with "to 2^71" or below is sufficient (these kernel names are unique to mfakto).

I've analyzed the bug thoroughly, also with respect to the other kernels and their limits. I did not find any further way to make the precomputing overflow the modulus, so to the best I can tell: this is it.

The problem is fixed and the fix being tested (I'll send it around to the testers later).
Bdot is offline   Reply With Quote
Old 2012-07-10, 03:14   #398
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

100110001001112 Posts
Default

Quote:
Originally Posted by Bdot View Post
Searching for barrett15_75 and mfakto_cl_71 with "to 2^71" or below is sufficient (these kernel names are unique to mfakto).
OK, the spidering is still underway, but the preliminary results are encouraging.

All of your specified ranges below 74,448,896 have been completed, and only the following match your specs:

Code:
,History,no factor for M2328107 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2011-11-30
,History,no factor for M2330837 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2011-11-30
,History,no factor for M2346413 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2346413 from 2^62 to 2^63 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2346413 from 2^63 to 2^64 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^62 to 2^63 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^63 to 2^64 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
And just for confirmation, you're not concerned about anything using kernel "mfakto_cl_barrett79" nor "mfakto_cl_barrett79_4". Correct?

There are also a few matches for "mfakto_cl_71_4" up in the 601M range. I'll report on that (and any other Spidy finds) once the other (much larger) ranges complete.
chalsall is offline   Reply With Quote
Old 2012-07-10, 07:27   #399
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3·199 Posts
Default

Quote:
Originally Posted by chalsall View Post
OK, the spidering is still underway, but the preliminary results are encouraging.

All of your specified ranges below 74,448,896 have been completed, and only the following match your specs:

Code:
,History,no factor for M2328107 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2011-11-30
,History,no factor for M2330837 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2011-11-30
,History,no factor for M2346413 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2346413 from 2^62 to 2^63 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2346413 from 2^63 to 2^64 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^61 to 2^62 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^62 to 2^63 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
,History,no factor for M2355799 from 2^63 to 2^64 [mfakto 0.08-Win mfakto_cl_71] by "lycorn" on 2012-01-23
I'll redo them quickly (with the fixed mfakto AND mfaktc ;-) )
Quote:
Originally Posted by chalsall View Post
And just for confirmation, you're not concerned about anything using kernel "mfakto_cl_barrett79" nor "mfakto_cl_barrett79_4". Correct?

There are also a few matches for "mfakto_cl_71_4" up in the 601M range. I'll report on that (and any other Spidy finds) once the other (much larger) ranges complete.
That is correct, the barrett79 kernel is not affected. The trailing _<n> is just the vector size this kernel was used with, so all _<n> need to be included.

Thanks a lot for your help, and also big thank you to dabaichi and Axelsson for finding and reporting the bug!
Bdot is offline   Reply With Quote
Old 2012-07-10, 17:27   #400
Axelsson
 
Jul 2012
Sweden

2×3×7 Posts
Default

The probability to trigger this bug is one in 128 and only with some distinct factoring depths... so what was the probability that I would run into it?

People that knows me know that with me in the mix the possibility to trigger the bug is close to unity! I like to experiment.

I break every program I get close to.



Thanks for fixing the code so fast!

/Göran
Axelsson is offline   Reply With Quote
Old 2012-07-10, 18:04   #401
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

9,767 Posts
Default

Quote:
Originally Posted by Bdot View Post
I'll redo them quickly (with the fixed mfakto AND mfaktc ;-) )
OK. Spidy has found 691 up in the 601M range (all by Axelsson). Nothing else (yet) in the other ranges.

How did you want to handle this Bdot? Would it help if I sed'ed them into "Factor=..." assignment lines, and PM them to you? Or did you want the raw results lines?
chalsall is offline   Reply With Quote
Old 2012-07-10, 19:19   #402
Axelsson
 
Jul 2012
Sweden

2·3·7 Posts
Default

It seems proper that I should rerun the results I reported. I already have an assignment list of the factors ready to feed to mfakto.

But maybe Bdot wants to double check it against mfaktc.

/Göran
Axelsson is offline   Reply With Quote
Old 2012-07-10, 19:33   #403
Bdot
 
Bdot's Avatar
 
Nov 2010
Germany

3·199 Posts
Default

Quote:
Originally Posted by chalsall View Post
OK. Spidy has found 691 up in the 601M range (all by Axelsson). Nothing else (yet) in the other ranges.

How did you want to handle this Bdot? Would it help if I sed'ed them into "Factor=..." assignment lines, and PM them to you? Or did you want the raw results lines?
Quote:
Originally Posted by Axelsson View Post
It seems proper that I should rerun the results I reported. I already have an assignment list of the factors ready to feed to mfakto.

But maybe Bdot wants to double check it against mfaktc.

/Göran
If you could PM a "Factor=..." list to me and Göran, that would be great! I could put a Quadro2000 on it right now.

Göran, thanks a lot for helping me with this ... I'll send you the fixed binary soon - I'd like to run these test with both mfakto and mfaktc, just to be sure.
Bdot is offline   Reply With Quote
Old 2012-07-10, 20:54   #404
Axelsson
 
Jul 2012
Sweden

2×3×7 Posts
Default

Hi Chalsall

Quote:
Originally Posted by chalsall View Post
OK. Spidy has found 691 up in the 601M range (all by Axelsson). Nothing else (yet) in the other ranges.
I found 692 in my list.
I've sent a list to Bdot already. If you can send me a raw list with numbers only then I can compare it with mine and see if there is any difference.

/Göran

Last fiddled with by Axelsson on 2012-07-10 at 20:55
Axelsson is offline   Reply With Quote
Old 2012-07-10, 23:43   #405
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

230478 Posts
Default

Quote:
Originally Posted by Axelsson View Post
I found 692 in my list.
Yes. 692 total, but one was done with "mfakto_cl_barrett72_4".

I'm about to send you and Bdot links to the raw results lines, and a SED'ed worktodo.txt file. I'll leave it up to you two to work out what ranges you each want to do.
chalsall is offline   Reply With Quote
Old 2012-07-11, 21:09   #406
Axelsson
 
Jul 2012
Sweden

2A16 Posts
Default

Done!

I've re-run all the candidates I tested with mfakto 0.11 earlier and with the new 0.12 code I found 19 factors, two already known.

I even think the new program is a bit faster than the old one.



/Göran
Axelsson is offline   Reply With Quote
Old 2012-07-12, 02:42   #407
TObject
 
TObject's Avatar
 
Feb 2012

19516 Posts
Default

M67389239 has a factor: 1389239703570981962393
k = 2^2 * 7 * 11 * 233 * 143631601 = 10307578214164
TObject is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
A new factor of F11?! siegert81 FermatSearch 2 2018-01-24 04:35
A fond farewell rogue Lounge 10 2008-11-21 05:25
who can factor 10^100+27? aaa120 Factoring 17 2008-11-13 19:23
New factor fivemack ElevenSmooth 4 2008-05-07 19:28
Shortest time to complete a 2^67 trial factor (no factor) dsouza123 Software 12 2003-08-21 18:38

All times are UTC. The time now is 10:38.


Mon Aug 2 10:38:13 UTC 2021 up 10 days, 5:07, 0 users, load averages: 2.11, 1.80, 1.52

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

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.