mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
Thread Tools
Old 2009-08-29, 11:08   #419
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Quote:
Originally Posted by unconnected View Post
Another 2000 curves now in progress...
Thanks, that'll do. Anyone want to do the poly search?
10metreh is offline   Reply With Quote
Old 2009-09-01, 15:56   #420
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3·281 Posts
Default

I can try using aliqueit to find a poly. I get:

factoring 16181837014125290739138668566669295398316302912886258004758896093690565962635455503848232760339988586007070042
3649548753039700027221666945941 (141 digits)
searching for 15-digit factors
commencing number field sieve (141-digit input)
commencing number field sieve polynomial selection
time limit set to 64.00 hours
searching leading coefficients from 1 to 341452
deadline: 400 seconds per coefficient

So 64 hours I guess - unless one of the other speedier ppl apply.
Greebley is offline   Reply With Quote
Old 2009-09-01, 17:59   #421
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by Greebley View Post
I can try using aliqueit to find a poly. I get:

<snip>

So 64 hours I guess - unless one of the other speedier ppl apply.
To find a poly with msieve without using aliqueit, run:

Code:
msieve -np -v <the_number>
10metreh is offline   Reply With Quote
Old 2009-09-01, 19:52   #422
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

It looks like that is exactly the command that aliqueit is running, so I should get the same result.

What is the other way? I think I have seen mention of another program to use?
Greebley is offline   Reply With Quote
Old 2009-09-01, 20:19   #423
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by Greebley View Post
It looks like that is exactly the command that aliqueit is running, so I should get the same result.

What is the other way? I think I have seen mention of another program to use?
The other way is to use the GGNFS polynomial finder tools, pol51opt and pol51m0b. However, those are somewhat more complex to use, and are not nearly as welf-explanatory. (I myself have never used them except in group efforts where the parameters and command lines to use are laid out ahead of time. )

Fortunately, for numbers of this size, msieve generally produces better polynomials than pol51. Sometimes pol51 will still be used, say, if msieve has a problem and can't generate a polynomial (which happens every once in a while). And for some numbers much larger than the ones we're dealing with here, pol51 is the only option since msieve's parameters for those ranges are still under development. But, for the purposes of this project, pol51 is mostly not needed.
mdettweiler is offline   Reply With Quote
Old 2009-09-01, 21:53   #424
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

251916 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
... welf-explanatory...
Please don't fix it. This is a great portmanteau. well+self! Loved it.

Note that both pol51 and msieve poly searches can be distributed.
If people just take different ranges, like this:
msieve -v insert_number_here -np 1,12000
msieve -v insert_number_here -np 12001,24000
msieve -v insert_number_here -np 24001,36000
msieve -v insert_number_here -np 36001,48000
#etc. or use different step

P.S. Let's just not call msieve (called from inside aliquiet) aliqueit.
aliqueit is a great program, but here it is simply a shell.
Batalov is offline   Reply With Quote
Old 2009-09-01, 23:35   #425
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

186916 Posts
Default

Quote:
Originally Posted by Batalov View Post
Please don't fix it. This is a great portmanteau. well+self! Loved it.
Hmm, good point. Indeed I did not notice the boo-boo, but now that you mention it, yes, it does make sense.
mdettweiler is offline   Reply With Quote
Old 2009-09-03, 17:08   #426
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

34B16 Posts
Default

My computer rebooted in the middle of finding polygons. It was about 2/3 done (maybe 45 hours out of 64). This means it didn't automatically pick the best and I am not exactly sure of the criteria.

It didn't find anything the first day, but did the second. I am attaching the msieve.dat.p file. Note that there are less than 10 - about 7 or so - all seemed to come all in the same iteration.

Is one of these good enough or do we need to search more?
Attached Files
File Type: zip msieve.dat.zip (1.3 KB, 76 views)

Last fiddled with by Greebley on 2009-09-03 at 17:09
Greebley is offline   Reply With Quote
Old 2009-09-03, 17:12   #427
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by Greebley View Post
My computer rebooted in the middle of finding polygons.
I didn't think polygons were related to GNFS, except that "polygon" and "poly search" are both related to lost parrots.

BTW, those polys don't look good enough - the closest data point we have is a c140, and the poly we used for this had a Murphy E of 2.21e-11. Could someone do a search with pol51?

Last fiddled with by 10metreh on 2009-09-03 at 17:16
10metreh is offline   Reply With Quote
Old 2009-09-03, 17:56   #428
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

I don't know why it came out as polygon. Weird.
Years of programming graphics I guess.
Greebley is offline   Reply With Quote
Old 2009-09-08, 17:27   #429
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588610 Posts
Default

if someone could provide parameters for poly51m0b and poly51opt i will put some effort into poly selection

BTW what is the difference between polym0b and polym0n?
henryzz is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Reserved for MF - Sequence 3366 RichD Aliquot Sequences 470 2021-04-22 02:17
Reserved for MF - Sequence 3408 RichD Aliquot Sequences 474 2021-03-07 20:28
Reserved for MF - Sequence 276 kar_bon Aliquot Sequences 127 2020-12-17 10:05
Assignments are reserved but not showing up prism019 GPU to 72 6 2020-09-21 22:11
80M to 64 bits ... but not really reserved petrw1 Lone Mersenne Hunters 82 2010-01-11 01:57

All times are UTC. The time now is 09:57.


Fri Aug 6 09:57:11 UTC 2021 up 14 days, 4:26, 1 user, load averages: 4.57, 4.40, 4.12

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.