mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2010-08-06, 15:13   #1
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default Wasting time at 100 digits

In search of a polynomial of unreasonable splendor, I searched C4=0..400k for the 99-digit number
Code:
138085380262017373391847464640141690192010578238288085140109139681731008586729833372478334305456977
This took eleven hours, which is much longer than the sieving and linear algebra took; as I said, I was wasting time. But I might as well make some observations, having wasted that much time:

* The yield of adequate polynomials drops off quite quickly with C4 (391 in 0..100k, 75 in 100k..200k, 46 in 200k..300k, 35 in 300k..400k)
* The distribution of scores was (*1e8)
Code:
1.0-1.1 235
1.1-1.2 182
1.2-1.3 66
1.3-1.4 51
1.4-1.5 12
1.5-1.6 1
* The best polynomial had score 1.543e-8 and came from c4=66000, the second-best had 1.494e-8 and came from c4=120 right at the start of the run
* Sieving with the best polynomial (12e, 24-bit large primes, alim=400k, sieve Q=200k..600k) took 5495 seconds for 1782015 relations and a matrix size of 114k. 1650k relations is enough to run with a matrix size of 132k (1600 is not); so say 5100 seconds for sieving just-enough. Duplication rate at the end is about 20%
* Sieving with the worst polynomial, of score 1.035e-8 (12e, 24-bit large primes, alim=400k, sieve Q=200k..1000k) took 9555 seconds for 1918123 relations and a matrix size of 155k; 1850k is not enough to get a matrix, 1875k is (matrix size 168k); say 9340s for just enough sieving. Duplication rate at the end is 27%

So a polynomial of score 0.67*B produces a matrix of size 1.27*M_B and takes 1.83*t_B to get there.
fivemack is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum of Digits davar55 Puzzles 36 2015-12-18 15:47
Am I Wasting My Time? pxp FactorDB 4 2014-05-29 15:27
How many digits? kokakola Information & Answers 23 2009-11-03 05:08
Time it takes to select polynomials for 154 digits John5788 Factoring 23 2008-08-27 07:54
140+ digits which is better marthamm GMP-ECM 4 2006-01-25 17:32

All times are UTC. The time now is 15:42.


Fri Jul 16 15:42:55 UTC 2021 up 49 days, 13:30, 1 user, load averages: 1.71, 1.55, 1.60

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.