![]() |
![]() |
#122 | |
Sep 2009
22·607 Posts |
![]() Quote:
Code:
#!/usr/bin/perl # This summarises msieve.log ready to post. use warnings; use strict; use LWP::Simple; my $logfile=$ARGV[0]; # The log to read my $numerrors=0; # Number of errors my %errors = (); # How many errors of each type if ( ! -f $logfile) { warn "*********** $logfile does not exist ***********\n"; exit; } warn "*********** Processing $logfile *************\n"; open(INFO,$logfile) or die "Can't read $logfile $!"; while(<INFO>) { if ($_ =~ /error -(\d+) reading relation /) { # found a url to post $numerrors++; $errors{$1}++; next; } if ($numerrors) { print "[ . . . skipped $numerrors error -n reading relation nnn messages . . . ]\n"; $numerrors = 0; my $err; foreach $err (sort by_number keys %errors) { print "[ $errors{$err} error -$err ]\n" } %errors = (); } print; } close(INFO) or die "Error closing $logfile $!"; sub by_number { $a <=> $b } |
|
![]() |
![]() |
![]() |
#123 |
"Oliver"
Sep 2017
Porta Westfalica, DE
2×11×61 Posts |
![]()
Yes, I had an absurd amount of relations that could not been read. But I just saw they were largely from previous attempts when they haven't been enough relations for a matrix. So I stripped it down drastically to only the mattering invocations. I should have deleted the logs of the unsuccessful attempts.
|
![]() |
![]() |
![]() |
#124 |
Jun 2012
385010 Posts |
![]()
11p8_254 is factored.
Code:
p76 factor: 2963897012281681678709613115834105724195821421454260604345654902584241693501 p137 factor: 42096691579079820095319625287723535446122231598963322246523234962616534155708894015439747745944923458282516446628478540382633789265057841 |
![]() |
![]() |
![]() |
#125 |
Aug 2020
79*6581e-4;3*2539e-3
659 Posts |
![]()
Forgot to mention: Reserve C174_1992_1695.
|
![]() |
![]() |
![]() |
#126 |
"Rich"
Aug 2002
Benicia, California
24·101 Posts |
![]()
C167_230916_6623 has built a matrix. Results 9 September AM.
|
![]() |
![]() |
![]() |
#127 |
"Rich"
Aug 2002
Benicia, California
24·101 Posts |
![]() Code:
p55 factor: 1839740722401033700417540068375751085542761086256704669 p113 factor: 37223169195598119704454339139486327729543836485915375288944005642702463758420855534496238295602229908929790031581 Log attached and at https://pastebin.com/URFX7QkH Factors added to factorDB. |
![]() |
![]() |
![]() |
#128 |
"Oliver"
Sep 2017
Porta Westfalica, DE
53E16 Posts |
![]()
4_430m has built a 12.7 M matrix at TD=140 and can be move to post-processing.
|
![]() |
![]() |
![]() |
#129 |
Jul 2003
So Cal
19·137 Posts |
![]()
34210243_31m1 is done. LA took about 30 minutes.
|
![]() |
![]() |
![]() |
#130 |
Aug 2020
79*6581e-4;3*2539e-3
659 Posts |
![]()
matrix is 8306661 x 8306886 (3805.9 MB) with weight 1017736557 (122.52/col)
C174_1992_1695 sufficient relations, can stop sieving. It had a uniques rate of 80%, which I found quite high. Any idea why that happened? Last fiddled with by bur on 2022-09-13 at 12:52 |
![]() |
![]() |
![]() |
#131 |
"Oliver"
Sep 2017
Porta Westfalica, DE
24768 Posts |
![]()
Your Q range is really small, that helps with uniques.
|
![]() |
![]() |
![]() |
#132 |
Aug 2020
79*6581e-4;3*2539e-3
659 Posts |
![]()
So in a way, the higher the raw yield is, the higher the uniques:duplicates ratio will be?
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
2022 14d post processing reservations and results | swellman | NFS@Home | 177 | 2023-01-02 12:40 |
2021 “small” 15e post processing reservations and results | swellman | NFS@Home | 275 | 2021-12-29 16:57 |
2020 “small” 15e post processing reservations and results | pinhodecarlos | NFS@Home | 116 | 2020-12-31 16:44 |
2020 15e post processing reservations and results | swellman | NFS@Home | 112 | 2020-12-29 22:58 |
2019 14e post processing reservations and results | swellman | NFS@Home | 862 | 2019-12-31 10:51 |