mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Aliquot Sequences

Reply
 
Thread Tools
Old 2009-06-06, 20:52   #188
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

2×33×109 Posts
Default

Quote:
Originally Posted by mklasson View Post
+ handles up to sextic polynomials output by msieve.
i hope quartic as well
i dont see that we will be using sextic polys in aliquot searching for many years
henryzz is online now   Reply With Quote
Old 2009-06-06, 21:03   #189
mklasson
 
Feb 2004

25810 Posts
Default

Quote:
Originally Posted by henryzz View Post
i hope quartic as well
Indeed.
mklasson is offline   Reply With Quote
Old 2009-06-07, 03:34   #190
Greebley
 
Greebley's Avatar
 
May 2009
Dedham Massachusetts USA

3×281 Posts
Default

I thought of a feature I would like to see.

The ability to have aliqueit stop if it reaches a certain number of digits - so if 120 digits are reached it stops.

A more advanced form would be to stop if it reaches a certain number of digits AND is in control of a upward driver. (list of drivers in the ini file??) So '120D' would mean that it could go over 120 digits, but only stop when it also had a driver forcing it upward.

The final form would be a way to specify a 'batch file' with more than one number to process. Something with lines of the form
<number> <limit>

so for example a file with:

233058 120
233100 120D

would mean go to 120 digits (or termination) with sequence 233058 and then run 233100 until it has both 120 digits and a driver driving it upward.

---

This would make it easier to take several numbers up to say 100 or 120 digits. The driver part keeps you from quitting when there is greater hope you will go down again.

Currently single sequences are mostly being done, but someone might want to take all the 400K numbers to 100 digits for example. You could do this more easily with this functionality.

BTW, I really like the program.

Last fiddled with by Greebley on 2009-06-07 at 03:36
Greebley is offline   Reply With Quote
Old 2009-06-07, 08:45   #191
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

46628 Posts
Default

Quote:
Originally Posted by mklasson View Post
+ "-s <start>" submits the given sequence's elf file to Syd's DB, starting with iteration <start>. You'll need wget to use this.
Do I see this correctly - is wget a linux program? If yes, is there a windows binary available (or can please someone post a windows binary)?
Andi47 is offline   Reply With Quote
Old 2009-06-07, 09:03   #192
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

B5C16 Posts
Default

Quote:
Originally Posted by Andi47 View Post
Do I see this correctly - is wget a linux program? If yes, is there a windows binary available (or can please someone post a windows binary)?
perhaps this helps: http://unxutils.sourceforge.net/
kar_bon is offline   Reply With Quote
Old 2009-06-07, 09:37   #193
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

It is in this .zip from mklasson's site.

Last fiddled with by 10metreh on 2009-06-07 at 09:38
10metreh is offline   Reply With Quote
Old 2009-06-07, 09:40   #194
mklasson
 
Feb 2004

2·3·43 Posts
Default

Quote:
Originally Posted by Greebley View Post
The ability to have aliqueit stop if it reaches a certain number of digits - so if 120 digits are reached it stops.
Yeah, this could be nice. I've added it to my ever-growing todo list.

Quote:
Originally Posted by Greebley View Post
BTW, I really like the program.
Glad to hear it.

Quote:
Originally Posted by Andi47 View Post
Do I see this correctly - is wget a linux program? If yes, is there a windows binary available (or can please someone post a windows binary)?
Latest wget version can be found at http://wget.addictivecode.org/Freque...t=Faq#download.
mklasson is offline   Reply With Quote
Old 2009-06-07, 09:57   #195
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2×17×73 Posts
Default

I just benchmarked GNFS with a quartic against yafu on a c92: GNFS takes a total time of 01:21:20 hours, yafu takes 01:50:00 hours, so GNFS is quite a bit faster on this input size.

So for all who are already using msieve 1.42 beta, I suggest lowering the GNFS_cutoff in the aliqueit.ini file to 90 digits (BTW: If I understood correctly, 90 digits is the minimum input size where msieve will do GNFS poly selection.).


Edit: Does wget need to be in the aliqueit directory if I want to automatically upload new lines of my aliquot sequences to the database?

Last fiddled with by Andi47 on 2009-06-07 at 09:59
Andi47 is offline   Reply With Quote
Old 2009-06-07, 10:03   #196
mklasson
 
Feb 2004

2×3×43 Posts
Default

Quote:
Originally Posted by Andi47 View Post
I just benchmarked GNFS with a quartic against yafu on a c92: GNFS takes a total time of 01:21:20 hours, yafu takes 01:50:00 hours, so GNFS is quite a bit faster on this input size.

So for all who are already using msieve 1.42 beta, I suggest lowering the GNFS_cutoff in the aliqueit.ini file to 90 digits (BTW: If I understood correctly, 90 digits is the minimum input size where msieve will do GNFS poly selection.).
Awesome! That's with an optimised 64-bit gnfs-lasieve* under linux though, right? I wonder what the optimal cutoff is for a sluggish windows system...
mklasson is offline   Reply With Quote
Old 2009-06-07, 10:06   #197
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by mklasson View Post
Awesome! That's with an optimised 64-bit gnfs-lasieve* under linux though, right? I wonder what the optimal cutoff is for a sluggish windows system...
I am pretty sure Andi is using a sluggish Windows system.
10metreh is offline   Reply With Quote
Old 2009-06-07, 10:07   #198
mklasson
 
Feb 2004

2·3·43 Posts
Default

Quote:
Originally Posted by Andi47 View Post
Does wget need to be in the aliqueit directory if I want to automatically upload new lines of my aliquot sequences to the database?
Either there or somewhere included in your PATH env. var. Am I the only one still actively using the PATH variable? A nice directory such as c:\utils with all sorts of useful tools in it is very handy imho.
mklasson is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Resuming aliqueit johnadam74 Aliquot Sequences 4 2016-03-28 12:32
Apparent aliqueit issue with specifying factors pakaran Aliquot Sequences 2 2015-09-12 23:10
Using Several Instances of Aliqueit for a large gnfs job EdH Aliquot Sequences 6 2011-12-13 18:58
Setting up aliqueit science_man_88 Aliquot Sequences 185 2011-11-08 12:18
Tried out aliqueit.exe: ggnfs failing Greebley Aliquot Sequences 35 2010-02-13 15:23

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


Fri Aug 6 09:56:20 UTC 2021 up 14 days, 4:25, 1 user, load averages: 4.17, 4.32, 4.08

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.