mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   NFS@Home (https://www.mersenneforum.org/forumdisplay.php?f=98)
-   -   Fast Breeding (guru management) (https://www.mersenneforum.org/showthread.php?t=20024)

jyb 2016-06-26 17:58

1 Attachment(s)
[QUOTE=pinhodecarlos;436983]From Jon Polynomials for homogeneous Cunningham numbers, rest on the attached file.
[/QUOTE]

These polynomials didn't contain the parameters to use when I sent them to Carlos. SNFS difficulties range from 237 to 252 and judging by existing jobs at those levels, they should all be able to use the same values. The attached file contains the same polynomials as above, but with these parameter choices added, so they should all be ready to go right into the queue.

Example:
[code]
# 8-3,263
n: 1074220397608063744092456701155722449290119666365802488437623526859160975424802319394559862204759874721680339424141057973064241372305556832686404359799262209821344487053
# 8^263-3^263, difficulty: 238.89, skewness: 1.18, alpha: 0.00
skew: 1.178
c6: 3
c0: -8
Y1: -984770902183611232881
Y0: 5444517870735015415413993718908291383296
rlim: 134217727
alim: 134217727
lpbr: 31
lpba: 31
mfbr: 62
mfba: 62
rlambda: 2.6
alambda: 2.6

# 5+3,344
n: 50947357611569563899665041936661858420133932467666010404141837622987159151159644790341742059904557155078085087274009047956506693686019417370450122236059032711789321363607489
# 5^344+3^344, difficulty: 240.45, skewness: 0.84, alpha: 0.00
skew: 0.843
c6: 25
c0: 9
Y1: -1570042899082081611640534563
Y0: 6938893903907228377647697925567626953125
rlim: 134217727
alim: 134217727
lpbr: 31
lpba: 31
mfbr: 62
mfba: 62
rlambda: 2.6
alambda: 2.6

[/code]

pinhodecarlos 2016-06-26 19:13

Let's please queue all HCN composites. It will keep the clients busy for two months.

swellman 2016-06-28 23:10

Sorry for this cross post but the following list of candidates for NFS@Home was [url=http://www.mersenneforum.org/showpost.php?p=437094&postcount=286]posted in the xyyxf sub-forum[/url]:

C200_123_79 * queued 29/6
C204_126_71 * queued 4/7
C223_139_48 * queued 29/6
C224_139_50 * queued 4/7
C235_141_49 * queued 30/6
C207_143_47 * queued 30/6
C235_143_48 * queued 30/6
C185_145_43 * queued 29/6
C207_145_48 * queued 30/6
C205_148_80 * queued 29/6

Not sure if it was noticed.

fivemack 2016-06-29 16:34

I've queued five of the HCN numbers with difficulty above 250.

pinhodecarlos 2016-06-29 16:56

[QUOTE=fivemack;437214]I've queued five of the HCN numbers with difficulty above 250.[/QUOTE]

Thank you. Better reserve them here [url]http://www.chiark.greenend.org.uk/ucgi/~twomack/homcun.pl[/url].

fivemack 2016-06-29 17:29

I'm going to try to build some automation for parameter choice and range selection for XYYXF numbers

LaurV 2016-06-30 03:05

[QUOTE=pinhodecarlos;437215]Thank you. Better reserve them here [URL]http://www.chiark.greenend.org.uk/ucgi/~twomack/homcun.pl[/URL].[/QUOTE]
I don't see anything with difficulty over 250 in that list (?!)

jyb 2016-06-30 06:02

[QUOTE=LaurV;437253]I don't see anything with difficulty over 250 in that list (?!)[/QUOTE]

There are actually a small number of them. If you click on the "SNFS Difficulty (digits)" link, the table will by sorted by that and you can see the most difficult at the bottom.

However, that only partly answers the question. That web page calculates the SNFS difficulty by looking at the raw base and exponent values and doing the obvious thing. It doesn't take into account any increases in difficulty which might arise from having to actually generate practical polynomials for these numbers.

For example, 7+2,298 shows up with a difficulty of 251.8, because 298 * log[sub]10[/sub]7 = 251.8. However, in making a polynomial for SNFS at this approximate difficulty, one would use degree 6, which requires massaging sufficient to cause the difficulty to actually be 300*log[sub]10[/sub]7 + log[sub]10[/sub]4, which is 254.13.

After all such massaging is taken into account, there turn out to be 8 numbers with difficulty over 250. If you look at the combined .poly file I attached, you can see the most difficult numbers with something like this:
[code]
jon% grep difficulty HCN_polys.txt | sed -E 's/# ([^,]*),.*difficulty: ([^,]*),.*/\1: \2/g' | sort -n -k 2 -r
7^298+3^298: 254.48
7^298+2^298: 254.13
5^358+4^358: 252.83
5^359+3^359: 252.11
5^359+2^359: 251.93
8^277-3^277: 250.16
7^296+5^296: 250.15
7^296+4^296: 250.15
3^523-2^523: 249.53
12^226+5^226: 246.25
...
[/code]

swellman 2016-06-30 11:16

Here's a few more xyyx candidates for 14e:

C183_131_61 QUEUED 30/6
C208_132_61 QUEUED 30/6
C201_126_73 QUEUED 30/6

I've started preprocessing the low SNFS xyyx numbers with ECM prior to suggesting them to NFS@Home. Thank you.

fivemack 2016-06-30 12:15

Initial XYYXF automation script
 
candidates.txt has lines of the form C123_45_67

../results2.txt is the file [url]http://www.primefan.ru/xyyxf/results2.txt[/url]

rename the (I am a stoat; the file is attached in a new thread elsewhere) as automate.py, run automate.py and then something like

[code]
for u in *.initial_snfs; do ../gnfs-lasieve4I14e -a $u -f 130000000 -c 10000 2> $u.Axt & ../gnfs-lasieve4I14e -r $u -f 130000000 -c 10000 2> $u.Rxt & done
[/code]

I am sure my python is hopelessly unidiomatic, probably make a new thread elsewhere to complain about that -- this message is already getting off-topic for this thread.

(I am testing it on #608 and #614 so don't bother rerunning on those)

jyb 2016-06-30 15:31

[QUOTE=fivemack;437272]rename the attached file as automate.py, run automate.py and then something like

[code]
for u in *.initial_snfs; do ../gnfs-lasieve4I14e -a $u -f 130000000 -c 10000 2> $u.Axt & ../gnfs-lasieve4I14e -r $u -f 130000000 -c 10000 2> $u.Rxt & done
[/code]
[/QUOTE]

Attached file?


All times are UTC. The time now is 23:05.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.