mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2009-05-03, 09:31   #12
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

22·5·72·11 Posts
Default

Quote:
Originally Posted by FactorEyes View Post
What's the deal with uppercase in reln files, anyway. I mean, is the siever trying to tell us that some primes are WAY TOO IMPORTANT for lowercase?

And airplane food: What's the deal with airplane food? Don't they feed the jets enough when they're on the ground?
I've always wondered about people who think that using vacuum cleaners is worth the effort.

Paul
xilman is offline   Reply With Quote
Old 2009-05-03, 10:32   #13
mklasson
 
Feb 2004

4028 Posts
Default

Quote:
Originally Posted by xilman View Post
I've always wondered about people who think that using vacuum cleaners is worth the effort.
Some people are very particular about their empty spaces and want them more than averagely clean.
mklasson is offline   Reply With Quote
Old 2009-05-04, 16:55   #14
ValerieVonck
 
ValerieVonck's Avatar
 
Mar 2004
Belgium

34916 Posts
Default

Hi!

Does anybody know into which numbers this composite (and other ones) splits?

Thank you!
ValerieVonck is offline   Reply With Quote
Old 2009-05-04, 17:10   #15
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

426710 Posts
Default

Quote:
Originally Posted by CedricVonck View Post
Hi!

Does anybody know into which numbers this composite (and other ones) splits?

Thank you!
This database contains information on factors of numbers and certain types of sequences:
http://factorization.ath.cx/
Here's its entry on this number:
http://factorization.ath.cx/search.php?query=M859
Mini-Geek is offline   Reply With Quote
Old 2009-05-06, 20:37   #16
J.F.
 
J.F.'s Avatar
 
Jun 2008

1108 Posts
Default 60-70M done

I ran into the badsched bug...
Note the drop in yield for 67.5M to 68M:

Code:
A00670a: total yield: 72908, q=67050043 (0.70423 sec/rel)
A00670b: total yield: 74765, q=67100009 (0.62354 sec/rel)
A00671a: total yield: 72979, q=67150001 (0.62131 sec/rel)
A00671b: total yield: 74502, q=67200011 (0.71199 sec/rel)
A00672a: total yield: 76703, q=67250021 (0.62796 sec/rel)
A00672b: total yield: 75435, q=67300027 (0.70644 sec/rel)
A00673a: total yield: 76052, q=67350029 (0.62942 sec/rel)
A00673b: total yield: 76986, q=67400009 (0.71050 sec/rel)
A00674a: total yield: 76340, q=67450013 (0.62818 sec/rel)
A00674b: total yield: 76363, q=67500007 (0.70336 sec/rel)
A00675a: total yield: 71028, q=67550009 (0.62990 sec/rel)
A00675b: total yield: 72257, q=67600003 (0.71044 sec/rel)
A00676a: total yield: 2086, q=67650043 (5.48700 sec/rel)
A00676b: total yield: 0, q=67700011 (inf sec/rel)
A00677a: total yield: 14293, q=67750021 (1.23527 sec/rel)
A00677b: total yield: 12991, q=67800001 (1.24436 sec/rel)
A00678a: total yield: 35928, q=67850011 (0.77824 sec/rel)
A00678b: total yield: 36948, q=67900003 (0.75815 sec/rel)
A00679a: total yield: 62312, q=67950013 (0.63421 sec/rel)
A00679b: total yield: 60444, q=68000003 (0.63617 sec/rel)
Got myself the new binary from here, it seems to work perfectly. I did A67.5-68 again and put those relations in a separate file.

Total time estimation: 10.3M sec. This is from summing completion times of dualcore jobs. Actual time should therefore be doubled, I guess. Even better: subtract a few percent, because when one core finishes its 50K range, it remains idle until the other core finishes.
J.F. is offline   Reply With Quote
Old 2009-05-10, 22:42   #17
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

3·2,141 Posts
Default

I've been a bit slow at keeping this updated; had quite a full weekend.

We're two-thirds of the way through the sieving; can I inspire people to a swift race to the finish-line and beyond?
fivemack is offline   Reply With Quote
Old 2009-05-13, 17:26   #18
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

22×3×293 Posts
Default

I'll take 48M-54M both sides.
bsquared is offline   Reply With Quote
Old 2009-05-14, 22:23   #19
antiroach
 
antiroach's Avatar
 
Jun 2003

24410 Posts
Default

I've got 2 machines free and I can contribute to the sieving for a couple of weeks. Can someone provide the command that needs to be ran to sieve this number? Thanks.
antiroach is offline   Reply With Quote
Old 2009-05-15, 02:51   #20
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

351610 Posts
Default

Assuming you have the ggnfs binaries (if not, you can get them from here), create a poly file, say 2-859.poly and copy the [code] stuff from the first post into it. reserve a range (2 cpus for 2 weeks could probably do 1M both sides; 91M is open ...). then get into a command prompt (windows or linux shell) and type:

Code:
gnfs-lasieve4I15e -r 2-859.poly -f 91000000 -c 1000000 -o 91M-92M-rat.dat
then get into another command prompt (or use & after the previous command if you're in a linux environment) and do the same command but use -a 2-859.poly instead and use a different output file name like -o 91M-92M-alg.dat. The -r and -a flags instruct ggnfs to sieve special-q on the rational vs the algebraic side.

-c controls how many special-q to do. If you need to shut down your PC, I believe the new binaries have a resume option, else, there are other ways to determine manually where it left off.

Is that enough to get you started?
bsquared is offline   Reply With Quote
Old 2009-05-15, 03:46   #21
antiroach
 
antiroach's Avatar
 
Jun 2003

F416 Posts
Default

Thanks bsquared! Thats perfect. I'll take 91M - 92M a+r.
antiroach is offline   Reply With Quote
Old 2009-05-19, 12:48   #22
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

22·3·293 Posts
Default

Taking 96M-100M.
bsquared is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
NFS sieving? Dubslow Factoring 8 2012-09-28 06:47
Line sieving vs. lattice sieving JHansen NFSNET Discussion 9 2010-06-09 19:25
10^420 + 1 sieving juno1369 Factoring 20 2010-04-28 01:11
Sieving OmbooHankvald Prime Sierpinski Project 4 2005-06-30 07:51
Sieving robert44444uk Sierpinski/Riesel Base 5 8 2005-04-02 22:30

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


Mon Aug 2 01:10:40 UTC 2021 up 9 days, 19:39, 0 users, load averages: 1.26, 1.18, 1.14

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.