mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > NFS@Home

Reply
 
Thread Tools
Old 2016-09-05, 15:27   #672
swellman
 
swellman's Avatar
 
Jun 2012

1100000100112 Posts
Default

Here are a few for 14e:

C194_137_54
C236_128_81
C231_129_74: sieve on -a side

Polynomials attached.

I should have another eight 14e candidates with polys tomorrow.
Attached Files
File Type: 7z polys.7z (1.0 KB, 69 views)
swellman is online now   Reply With Quote
Old 2016-09-05, 15:46   #673
swellman
 
swellman's Avatar
 
Jun 2012

11×281 Posts
Default

Quote:
Originally Posted by XYYXF View Post
C284_135_127 survived 20k+ curves at B1=300M. Maybe that's enough for 15e?
Poly for C284_135_127, if anyone thinks it's a feasible 15e candidate:

Code:
n: 51578930581067683364712246470648754575547859544204494416682639186369708191170511796813769844989815356030793636516951005823853033136843878040207423438777859531071980737682922658424237441847940477236250134159969973913839323836340914369119915173296697165060318712911689331475534604820059
# 135^127+127^135, difficulty: 286.14, anorm: 3.33e+040, rnorm: -4.26e+052
# scaled difficulty: 288.16, suggest sieving rational side
# size = 8.811e-015, alpha = 0.000, combined = 3.588e-015, rroots = 0
type: snfs
size: 286
skew: 4.9756
c6: 135
c0: 2048383
Y1: -19216834992144255601295030362371570981188252929
Y0: 545769345012110469286894653523921966552734375
rlim: 536000000
alim: 536000000
lpbr: 33
lpba: 33
mfbr: 66
mfba: 66
rlambda: 3.0
alambda: 3.0
swellman is online now   Reply With Quote
Old 2016-09-06, 06:05   #674
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

2·883 Posts
Default

Quote:
Originally Posted by swellman View Post
Here are a few for 14e:

C194_137_54
C236_128_81
C231_129_74: sieve on -a side

Polynomials attached.

I should have another eight 14e candidates with polys tomorrow.
Can I ask about the polynomial for C236_128_81? Seems like an odd choice. With a Y1 of -2^94 (instead of -2^92), the polynomial becomes just 9x^6 + 8. Is there a reason for the choices that were made here? Did it just sieve better?
jyb is offline   Reply With Quote
Old 2016-09-06, 06:18   #675
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

2·883 Posts
Default

Quote:
Originally Posted by unconnected View Post
There are several near-repdigit composites reserved by Lionel a while ago. Two of them were cracked by ECM (18883_291 and 54441_248) and others received adequate ECM work and could be loaded into the 14e queue.

Also 90007_248 already done.
If you provide a .poly file for these, I'm sure they can be added.

Where is the information about the ECM factors which were found? The page to which you link and FactorDB both show 54441_248 as being a 249-digit composite, with no known factors at all.
jyb is offline   Reply With Quote
Old 2016-09-06, 07:49   #676
axn
 
axn's Avatar
 
Jun 2003

117358 Posts
Default

Quote:
Originally Posted by jyb View Post
Can I ask about the polynomial for C236_128_81? Seems like an odd choice. With a Y1 of -2^94 (instead of -2^92), the polynomial becomes just 9x^6 + 8. Is there a reason for the choices that were made here? Did it just sieve better?
Plugging into msieve, there is a huge difference between these two:
Code:
skew 4.00, size 1.996e-012, alpha 0.120, combined = 2.036e-013 rroots = 0
skew 1.00, size 3.794e-012, alpha 1.337, combined = 3.174e-013 rroots = 0
That is a 60% better score!
axn is offline   Reply With Quote
Old 2016-09-06, 08:29   #677
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

23·11·73 Posts
Default

Quote:
Originally Posted by swellman View Post
Poly for C284_135_127, if anyone thinks it's a feasible 15e candidate:
I have done the trial sieving, and I don't think it is a feasible 15e candidate: in the best configuration, which is with 3 large algebraic primes and sieving on the rational side, the yield on quite a fast machine is

Code:
total yield: 8693, q=500010029 (1.50569 sec/rel)
so we would be sieving 1000M special-Q to get a reasonable number of relations, and it would take 60% longer than C272_136_105 which I already thought was on the edge of feasibility.
fivemack is offline   Reply With Quote
Old 2016-09-06, 12:09   #678
swellman
 
swellman's Avatar
 
Jun 2012

C1316 Posts
Default

Quote:
Originally Posted by jyb View Post
Can I ask about the polynomial for C236_128_81? Seems like an odd choice. With a Y1 of -2^94 (instead of -2^92), the polynomial becomes just 9x^6 + 8. Is there a reason for the choices that were made here? Did it just sieve better?
The polynomial is an output from Yafu. It generates dozen of candidate polys and then test sieves the top three. I believe it compares the rational and algebraic norms for each poly, looking for the best balance. Ultimately Yafu compares ETA as the final determining factor.

While Yafu's poly select is a powerful tool, obviously it is not authoritative. If you believe the alternative poly is a better fit then we should use it. Yield and ETA from test sieving are the acid test!
swellman is online now   Reply With Quote
Old 2016-09-06, 17:13   #679
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

6E616 Posts
Default

Quote:
Originally Posted by swellman View Post
The polynomial is an output from Yafu. It generates dozen of candidate polys and then test sieves the top three. I believe it compares the rational and algebraic norms for each poly, looking for the best balance. Ultimately Yafu compares ETA as the final determining factor.

While Yafu's poly select is a powerful tool, obviously it is not authoritative. If you believe the alternative poly is a better fit then we should use it. Yield and ETA from test sieving are the acid test!
Okay, I've done a little test sieving. My tests show a substantially higher yield and 15-20% more relations per second with the simpler polynomial (i.e. the one I suggested rather than the one Yafu chose). So I'm switching it to that one.
jyb is offline   Reply With Quote
Old 2016-09-06, 20:16   #680
swellman
 
swellman's Avatar
 
Jun 2012

60238 Posts
Default

Quote:
Originally Posted by jyb View Post
Okay, I've done a little test sieving. My tests show a substantially higher yield and 15-20% more relations per second with the simpler polynomial (i.e. the one I suggested rather than the one Yafu chose). So I'm switching it to that one.
Good catch!

Here are the other eight candidates for 14e:

C229_123_88 use -a side
C227_124_85
C216_131_67
C224_136_106
C226_137_55
C212_138_53
C208_148_104 use -a side
C239_150_41
Attached Files
File Type: 7z poly.7z (2.0 KB, 75 views)
swellman is online now   Reply With Quote
Old 2016-09-06, 21:12   #681
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

2×883 Posts
Default

Quote:
Originally Posted by swellman View Post
Good catch!

Here are the other eight candidates for 14e:

C229_123_88 use -a side
C227_124_85
C216_131_67
C224_136_106
C226_137_55
C212_138_53
C208_148_104 use -a side
C239_150_41
So are there any guesses as to what confidence we should have that these really are the best polynomials? (Where by "best" I really mean "within a few percent of the best".)

As you can maybe tell, I'm a little disturbed that Yafu would choose such a non-obvious polynomial that turns out to be clearly worse than the obvious one. It would be a shame if it's doing that routinely and we're wasting 15% of our computing resources during sieving.
jyb is offline   Reply With Quote
Old 2016-09-06, 22:56   #682
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

1C3516 Posts
Default

Yafu does trial sieve, so it's *possible* that the original poly run was polluted somehow to came out with the wrong result. This is of course rather unlikely. I'll try and fiddle with it soon.

Last fiddled with by Dubslow on 2016-09-06 at 22:57
Dubslow is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
System management notes kriesel kriesel 7 2020-10-21 18:52
Improving the queue management. debrouxl NFS@Home 10 2018-05-06 21:05
Script-based Primenet assignment management ewmayer Software 3 2017-05-25 04:02
Do normal adults give themselves an allowance? (...to fast or not to fast - there is no question!) jasong jasong 35 2016-12-11 00:57
Power Management settings PrimeCroat Hardware 3 2004-02-17 19:11

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


Fri Aug 6 01:22:03 UTC 2021 up 13 days, 19:51, 1 user, load averages: 2.68, 2.42, 2.38

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.