Subject: Discussion related to cado-nfs
List archive
- From: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
- To: "Thomas D. Dean" <tomdean@wavecable.com>
- Cc: cado-nfs@inria.fr
- Subject: Re: [cado-nfs] Cado-nfs Failed
- Date: Thu, 31 Mar 2022 21:18:54 -0700
- Authentication-results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Emmanuel.Thome@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr
On Thu, Mar 31, 2022 at 08:08:45PM -0700, Thomas D. Dean wrote:
> I am attempting to factor a 251 digit number. After 6 weeks, cado-nfs
> reported failure.
Bear in mind that the current factoring record is a 250-digit number, and
that required 2700 core-years. Or, in another unit, 85 years on a
32-core machine. It _is_ parallelizable, but if you want to get the
calendar time below several months, you have to use a fairly big number
of machines, and you're bound to encounter a few dragons.
Now, it turns out that you did encounter an error, which has
unfortunately prevented localhost to embark on its multi-year journey to
factoring this 251-digit number:
/usr/local/lib/cado-nfs-3.0.0/sieve/freerel -poly /tmp/cado.s_xkwlx1/c251.poly
-renumber /tmp/cado.s_xkwlx1/c251.renumber.gz -lpb0 38 -lpb1 39 -out
/tmp/cado.s_xkwlx1/c251.freerel.gz -t 64 >
/tmp/cado.s_xkwlx1/c251.freerel.stdout.2 2>
/tmp/cado.s_xkwlx1/c251.freerel.stderr.2
Error:Generate Free Relations: Stderr output (last 10 lines only) follow
(stored in file /tmp/cado.s_xkwlx1/c251.freerel.stderr.2):
Error:Generate Free Relations: Warning: the -t argument to freerel is kept
for compatibility, but you should rather take it out and let openmp deal with
it
Error:Generate Free Relations: terminate called after throwing an instance of
'std::overflow_error'
Error:Generate Free Relations: what(): p_r_values_t is too small to store
ideals, recompile with FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8"
Error:Generate Free Relations:
Error:Generate Free Relations:
That is actually a correct error message. None of your previous work is
lost. everything is still in /tmp/cado.s_xkwlx1/ ; but in order to
proceed with 38- and 39- bit large primes, you need to rebuild a few
binaries, because it's necessary for the filtering to work. The
FLAGS_SIZE variable can be set, for example, in the local.sh
configuration file.
Now, seriously, I feel sad for the CPU cycles that you have spent, but it
seems to me that you are attempting something hopeless.
Cheers,
E.
>
> I edited local
> uncomment line:
> FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8 -DSIZEOF_INDEX=8"
>
> I rebuilt:
> > cd build
> > make clean
> > make
> > sudo make install
> > /usr/local/bin/cado-nfs.py /tmp/cado.s_xkwlx1\/c251.parameters_snapshot.0
>
> How do I restart?
>
> Tom Dean
>
> Console output from poly selection at 99.9%:
>
> Info:Polynomial Selection (size optimized): Parsed 162 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99905000-99910000 as ok (99.9% => ETA Thu Mar 31 14:13:26
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 189 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99920000-99925000 as ok (99.9% => ETA Thu Mar 31 14:10:38
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 169 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99915000-99920000 as ok (99.9% => ETA Thu Mar 31 14:07:43
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 159 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99925000-99930000 as ok (99.9% => ETA Thu Mar 31 14:04:26
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 175 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99930000-99935000 as ok (99.9% => ETA Thu Mar 31 14:02:23
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 183 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99935000-99940000 as ok (99.9% => ETA Thu Mar 31 13:59:30
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 192 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99940000-99945000 as ok (99.9% => ETA Thu Mar 31 13:56:51
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 162 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99950000-99955000 as ok (100.0% => ETA Thu Mar 31 13:54:04
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 181 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99945000-99950000 as ok (100.0% => ETA Thu Mar 31 13:51:08
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 162 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99960000-99965000 as ok (100.0% => ETA Thu Mar 31 13:49:20
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 167 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99955000-99960000 as ok (100.0% => ETA Thu Mar 31 13:46:17
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 188 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99970000-99975000 as ok (100.0% => ETA Thu Mar 31 13:44:34
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 173 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99965000-99970000 as ok (100.0% => ETA Thu Mar 31 13:41:27
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 163 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99975000-99980000 as ok (100.0% => ETA Thu Mar 31 13:38:42
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 167 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99980000-99985000 as ok (100.0% => ETA Thu Mar 31 13:35:25
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 192 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99985000-99990000 as ok (100.0% => ETA Thu Mar 31 13:33:36
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 164 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99990000-99995000 as ok (100.0% => ETA Thu Mar 31 13:30:42
> 2022)
> Info:Polynomial Selection (size optimized): Parsed 154 polynomials, added 0
> to priority queue (has 200)
> Info:Polynomial Selection (size optimized): Marking workunit
> c251_polyselect1_99995000-100000000 as ok (100.0% => ETA Thu Mar 31 13:28:19
> 2022)
> Info:Polynomial Selection (size optimized): Finished
> Info:Polynomial Selection (size optimized): Aggregate statistics:
> Info:Polynomial Selection (size optimized): potential collisions: 3.9693e+06
> Info:Polynomial Selection (size optimized): raw lognorm (nr/min/av/max/std):
> 4007498/72.570/88.419/91.330/1.010
> Info:Polynomial Selection (size optimized): optimized lognorm
> (nr/min/av/max/std): 3530219/69.180/75.209/77.970/0.816
> Info:Polynomial Selection (size optimized): Total time: 2.44726e+08
> Info:Polynomial Selection (root optimized): Starting
> Info:Polynomial Selection (root optimized): No polynomial was previously
> found
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_0-1 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_6-7 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_12-13 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_18-19 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_24-25 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_30-31 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_36-37 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_42-43 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_48-49 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_54-55 to database
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_0-1 to client
> localhost+16
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_6-7 to client
> localhost+5
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_12-13 to
> client localhost+11
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_18-19 to
> client localhost+9
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_24-25 to
> client localhost+4
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_30-31 to
> client localhost+12
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_36-37 to
> client localhost
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_42-43 to
> client localhost+21
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_48-49 to
> client localhost+30
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_54-55 to
> client localhost+20
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_60-61 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_66-67 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_72-73 to database
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_60-61 to
> client localhost+14
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_78-79 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_84-85 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_90-91 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_96-97 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_102-103 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_108-109 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_114-115 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_120-121 to database
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_66-67 to
> client localhost+27
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_72-73 to
> client localhost+19
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_78-79 to
> client localhost+29
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_84-85 to
> client localhost+10
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_90-91 to
> client localhost+6
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_126-127 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_132-133 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_138-139 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_144-145 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_150-151 to database
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_96-97 to
> client localhost+31
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_102-103 to
> client localhost+8
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_108-109 to
> client localhost+23
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_114-115 to
> client localhost+22
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_120-121 to
> client localhost+25
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_126-127 to
> client localhost+3
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_132-133 to
> client localhost+7
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_138-139 to
> client localhost+28
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_144-145 to
> client localhost+26
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_156-157 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_162-163 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_168-169 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_174-175 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_180-181 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_186-187 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_192-193 to database
> Info:Polynomial Selection (root optimized): Adding workunit
> c251_polyselect2_198-199 to database
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_150-151 to
> client localhost+13
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_156-157 to
> client localhost+24
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_162-163 to
> client localhost+18
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_168-169 to
> client localhost+32
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_174-175 to
> client localhost+17
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_180-181 to
> client localhost+15
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_186-187 to
> client localhost+2
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_192-193 to
> client localhost+17
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174: Murphy E =
> 1.037e-09
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174: Murphy E =
> 1.065e-09
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174: Murphy E =
> 1.123e-09
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174: Murphy E =
> 1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174 with
> E=9.839e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.urvoat5x.opt_174 with
> E=9.847e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_174-175 as ok (1.0% => ETA Unknown)
> Info:HTTP server: 127.0.0.1 Sending workunit c251_polyselect2_198-199 to
> client localhost+14
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=1.026e-09 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=9.999e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=9.902e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=9.782e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=1.105e-09 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.ivmiig0v.opt_60 with
> E=9.790e-10 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_60-61 as ok (4.0% => ETA Fri Apr 1 10:57:24 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138 with
> E=1.032e-09 is no better than current best with E=1.126e-09
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138: Murphy E =
> 1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138 with
> E=1.193e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138 with
> E=1.010e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138 with
> E=1.111e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kfkfrn31.opt_138 with
> E=9.394e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_138-139 as ok (7.0% => ETA Fri Apr 1 00:37:09 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=1.019e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=9.404e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=9.563e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=1.053e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=1.103e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pjr60uvj.opt_42 with
> E=9.531e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_42-43 as ok (10.0% => ETA Thu Mar 31 20:56:54 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=1.001e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=9.742e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=1.135e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=9.584e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=1.055e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3k0ffqs3.opt_30 with
> E=9.930e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_30-31 as ok (13.0% => ETA Thu Mar 31 19:10:42 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.048e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.042e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.154e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.128e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.101e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.kn87um44.opt_132 with
> E=1.019e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_132-133 as ok (16.0% => ETA Thu Mar 31 18:02:37 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=9.864e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=9.551e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=9.537e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=1.182e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=9.185e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.zkhre13r.opt_54 with
> E=9.356e-10 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_54-55 as ok (19.0% => ETA Thu Mar 31 17:18:07 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162 with
> E=1.022e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162 with
> E=1.127e-09 is no better than current best with E=1.235e-09
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162: Murphy E =
> 1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162 with
> E=1.065e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162 with
> E=1.154e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3cmbb8_c.opt_162 with
> E=1.022e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_162-163 as ok (22.0% => ETA Thu Mar 31 16:46:02 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=1.076e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=1.114e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=1.011e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=1.164e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=1.149e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0rb3s9q6.opt_72 with
> E=9.894e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_72-73 as ok (25.0% => ETA Thu Mar 31 16:22:16 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=1.086e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=1.050e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=1.215e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=9.955e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=1.011e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.4_ekyidi.opt_78 with
> E=9.386e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_78-79 as ok (28.0% => ETA Thu Mar 31 16:03:48 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.037e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.109e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.063e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.103e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.070e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.8c0xyb4z.opt_180 with
> E=1.037e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_180-181 as ok (31.0% => ETA Thu Mar 31 15:48:24 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=1.081e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=9.268e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=1.023e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=1.027e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=9.817e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.wty7ukw2.opt_12 with
> E=1.054e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_12-13 as ok (34.0% => ETA Thu Mar 31 15:36:05 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=1.087e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=9.858e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=1.058e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=9.706e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=1.127e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.326nwxnt.opt_90 with
> E=9.782e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_90-91 as ok (37.0% => ETA Thu Mar 31 15:25:26 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=1.012e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=9.978e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=1.001e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=1.005e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=9.944e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.9lfw2_vi.opt_6 with
> E=1.077e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_6-7 as ok (40.0% => ETA Thu Mar 31 15:16:54 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=1.024e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=9.814e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=9.848e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=1.108e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=1.037e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.7ehak7c7.opt_120 with
> E=9.781e-10 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_120-121 as ok (43.0% => ETA Thu Mar 31 15:09:15 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.032e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.082e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.077e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.046e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.014e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.t9bnzspm.opt_108 with
> E=1.153e-09 is no better than current best with E=1.236e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_108-109 as ok (46.0% => ETA Thu Mar 31 15:02:43 2022)
> Info:Polynomial Selection (root optimized): New best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150: Murphy E =
> 1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150 with
> E=9.942e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150 with
> E=1.151e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150 with
> E=1.229e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150 with
> E=9.816e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vveirzrn.opt_150 with
> E=1.003e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_150-151 as ok (49.0% => ETA Thu Mar 31 14:57:11 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=1.020e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=1.034e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=1.056e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=1.067e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=1.275e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nesc8slm.opt_126 with
> E=9.996e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_126-127 as ok (52.0% => ETA Thu Mar 31 14:52:08 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.067e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.170e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.067e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.027e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.005e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.nf6x7tla.opt_114 with
> E=1.079e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_114-115 as ok (55.0% => ETA Thu Mar 31 14:47:34 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.134e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.051e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.013e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.030e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.043e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qlxsb8mr.opt_186 with
> E=1.142e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_186-187 as ok (58.0% => ETA Thu Mar 31 14:43:33 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=1.015e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=8.794e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=9.951e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=9.852e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=9.729e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.r7aliop9.opt_36 with
> E=9.619e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_36-37 as ok (61.0% => ETA Thu Mar 31 14:39:56 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=1.118e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=9.515e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=1.017e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=9.270e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=9.893e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._i74i7tx.opt_24 with
> E=1.009e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_24-25 as ok (64.0% => ETA Thu Mar 31 14:36:35 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=9.994e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=9.449e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=1.055e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=1.039e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=1.130e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.3esh87q1.opt_84 with
> E=9.718e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_84-85 as ok (67.0% => ETA Thu Mar 31 14:33:29 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=9.775e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=9.852e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=1.042e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=9.516e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=8.553e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.gek3g4ba.opt_0 with
> E=8.966e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_0-1 as ok (70.0% => ETA Thu Mar 31 14:30:43 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=1.072e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=1.023e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=1.022e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=1.242e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=9.895e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.vqrauzld.opt_102 with
> E=9.872e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_102-103 as ok (73.0% => ETA Thu Mar 31 14:28:07 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=1.025e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=1.013e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=1.116e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=9.203e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=1.035e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2._8hxxd41.opt_96 with
> E=9.547e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_96-97 as ok (76.0% => ETA Thu Mar 31 14:25:54 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=9.949e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=1.137e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=1.092e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=9.666e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=1.025e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.qc_9jnti.opt_144 with
> E=9.928e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_144-145 as ok (79.0% => ETA Thu Mar 31 14:23:51 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=1.044e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=9.969e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=1.047e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=1.014e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=9.581e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.teos9v2z.opt_66 with
> E=9.609e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_66-67 as ok (82.0% => ETA Thu Mar 31 14:21:54 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=1.108e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=9.969e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=9.679e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=9.971e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=1.068e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.pdj9erzf.opt_168 with
> E=1.176e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_168-169 as ok (85.0% => ETA Thu Mar 31 14:20:20 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=1.058e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=1.176e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=1.128e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=9.885e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=1.147e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.mbcx8fc0.opt_156 with
> E=1.030e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_156-157 as ok (88.0% => ETA Thu Mar 31 14:18:44 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=9.540e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=9.158e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=1.033e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=9.739e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=9.619e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6_o2q7wy.opt_18 with
> E=9.213e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_18-19 as ok (91.0% => ETA Thu Mar 31 14:17:29 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=9.261e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=1.012e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=1.096e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=9.452e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=9.580e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.x8j7t9yr.opt_48 with
> E=9.516e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_48-49 as ok (94.0% => ETA Thu Mar 31 14:19:07 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6vs70jej.opt_198 with
> E=1.060e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.6vs70jej.opt_198 with
> E=1.076e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_198-199 as ok (97.0% => ETA Thu Mar 31 14:21:52 2022)
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=1.117e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=1.023e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=1.026e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=9.654e-10 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=1.165e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial from file
> /tmp/cado.s_xkwlx1/c251.upload/c251.polyselect2.0zwixp8w.opt_192 with
> E=1.179e-09 is no better than current best with E=1.357e-09
> Info:Polynomial Selection (root optimized): Marking workunit
> c251_polyselect2_192-193 as ok (100.0% => ETA Thu Mar 31 14:31:22 2022)
> Info:Polynomial Selection (root optimized): Kept 48 polynomials with MurphyE
> from 1.357e-09 to 1.086e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.0 had MurphyE 1.357e-09, refined to 1.354e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.1 had MurphyE 1.275e-09, refined to 1.281e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.2 had MurphyE 1.242e-09, refined to 1.236e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.3 had MurphyE 1.236e-09, refined to 1.240e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.4 had MurphyE 1.235e-09, refined to 1.224e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.5 had MurphyE 1.229e-09, refined to 1.207e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.6 had MurphyE 1.215e-09, refined to 1.218e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.7 had MurphyE 1.193e-09, refined to 1.190e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.8 had MurphyE 1.182e-09, refined to 1.186e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.9 had MurphyE 1.179e-09, refined to 1.181e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.10 had MurphyE 1.176e-09, refined to 1.186e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.11 had MurphyE 1.176e-09, refined to 1.184e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.12 had MurphyE 1.170e-09, refined to 1.179e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.13 had MurphyE 1.165e-09, refined to 1.156e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.14 had MurphyE 1.164e-09, refined to 1.178e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.15 had MurphyE 1.154e-09, refined to 1.154e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.16 had MurphyE 1.154e-09, refined to 1.157e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.17 had MurphyE 1.153e-09, refined to 1.151e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.18 had MurphyE 1.151e-09, refined to 1.160e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.19 had MurphyE 1.149e-09, refined to 1.142e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.20 had MurphyE 1.147e-09, refined to 1.170e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.21 had MurphyE 1.142e-09, refined to 1.142e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.22 had MurphyE 1.137e-09, refined to 1.124e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.23 had MurphyE 1.135e-09, refined to 1.138e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.24 had MurphyE 1.134e-09, refined to 1.122e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.25 had MurphyE 1.130e-09, refined to 1.122e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.26 had MurphyE 1.128e-09, refined to 1.121e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.27 had MurphyE 1.128e-09, refined to 1.120e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.28 had MurphyE 1.127e-09, refined to 1.126e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.29 had MurphyE 1.127e-09, refined to 1.113e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.30 had MurphyE 1.126e-09, refined to 1.123e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.31 had MurphyE 1.123e-09, refined to 1.108e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.32 had MurphyE 1.118e-09, refined to 1.118e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.33 had MurphyE 1.117e-09, refined to 1.107e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.34 had MurphyE 1.116e-09, refined to 1.110e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.35 had MurphyE 1.114e-09, refined to 1.105e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.36 had MurphyE 1.111e-09, refined to 1.098e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.37 had MurphyE 1.109e-09, refined to 1.107e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.38 had MurphyE 1.108e-09, refined to 1.107e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.39 had MurphyE 1.108e-09, refined to 1.099e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.40 had MurphyE 1.105e-09, refined to 1.090e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.41 had MurphyE 1.103e-09, refined to 1.092e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.42 had MurphyE 1.103e-09, refined to 1.102e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.43 had MurphyE 1.101e-09, refined to 1.097e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.44 had MurphyE 1.096e-09, refined to 1.085e-09
> Info:Polynomial Selection (root optimized): Polynomial
> FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8
> -DSIZEOF_INDEX=8"/tmp/cado.s_xkwlx1/c251.poly.45 had MurphyE 1.092e-09,
> refined to 1.081e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.46 had MurphyE 1.087e-09, refined to 1.087e-09
> Info:Polynomial Selection (root optimized): Polynomial
> /tmp/cado.s_xkwlx1/c251.poly.47 had MurphyE 1.086e-09, refined to 1.095e-09
> Info:Polynomial Selection (root optimized): Best polynomial is
> /tmp/cado.s_xkwlx1/c251.poly.0
> Info:Polynomial Selection (root optimized): Finished, best polynomial has
> Murphy_E = 1.357e-09
> Info:Polynomial Selection (root optimized): Best polynomial is:
> n:
> 26633090926792263436736904630531520479768742849435097127754634822168395438250791486509180275478812779959346908131589660697709489852830934711978704681639399323263270697821325581691729538877317736626598036703631970679737664887720652086830617767029002763
> skew: 8098113.453
> c0: 5546627990894859063338823184759046945793390997094400
> c1: 1780539681563017675142364009173685595575601360
> c2: -4030171950653818803996332082224630626630
> c3: -157260359035813927310350982239189
> c4: 69776951948535192761972905
> c5: 516478865029331796
> c6: -16653530880FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8 -DSIZEOF_INDEX=8"
> Y0: -27593326166104889057909370837562585503603
> Y1: 117455700879287683777597
> # MurphyE (Bf=5.498e+11,Bg=2.749e+11,area=3.688e+19) = 1.357e-09
> # f(x) =
> -16653530880*x^6+516478865029331796*x^5+69776951948535192761972905*x^4-157260359035813927310350982239189*x^3-4030171950653818803996332082224630626630*x^2+1780539681563017675142364009173685595575601360*x+5546627990894859063338823184759046945793390997094400
> # g(x) =
> 117455700879287683777597*x-27593326166104889057909370837562585503603
>
> Info:Polynomial Selection (root optimized): Best overall polynomial was
> 39-th in list after size optimization
> Info:Polynomial Selection (root optimized): Aggregate statistics:
> Info:Polynomial Selection (root optimized): Total time: 160825
> Info:Polynomial Selection (root optimized): Rootsieve time: 160819
> Info:Generate Factor Base: Starting
> Info:Generate Factor Base: Finished
> Info:Generate Factor Base: Total cpu/real time for makefb: 5166.54/112.615
> Info:Generate Free Relations: Starting
> Warning:Command: Process with PID 926150 finished with return code -6
> Error:Generate Free Relations: Program run on server failed with exit code
> -6
> Error:Generate Free Relations: Command line was:
> /usr/local/lib/cado-nfs-3.0.0/sieve/freerel -poly
> /tmp/cado.s_xkwlx1/c251.poly -renumber /tmp/cado.s_xkwlx1/c251.renumber.gz
> -lpb0 38 -lpb1 39 -out /tmp/cado.s_xkwlx1/c251.freerel.gz -t 64 >
> /tmp/cado.s_xkwlx1/c251.freerel.stdout.1 2>
> /tmp/cado.s_xkwlx1/c251.freerel.stderr.1
> Error:Generate Free Relations: Stderr output (last 10 lines only) follow
> (stored in file /tmp/cado.s_xkwlx1/c251.freerel.stderr.1):
> Error:Generate Free Relations: Warning: the -t argument to freerel is kept
> for compatibility, but you should rather take it out and let openmp deal
> with it
> Error:Generate Free Relations: terminate called after throwing an instance
> of 'std::overflow_error'
> Error:Generate Free Relations: what(): p_r_values_t is too small to
> store ideals, recompile with FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8"
> Error:Generate Free Relations:
> Error:Generate Free Relations:
> Traceback (most recent call last):
> File "/usr/local/bin/cado-nfs.py", line 202, in <module>
> factors = factorjob.run()
> File "/usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/cadotask.py", line
> 6131, in run
> last_status = task.run()
> File "/usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/cadotask.py", line
> 3135, in run
> raise Exception("Program failed")
> Exception: Program failed
- [cado-nfs] Cado-nfs Failed, Thomas D. Dean, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Thomas D. Dean, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Emmanuel Thomé, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Thomas D. Dean, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Emmanuel Thomé, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Robert Balfour, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Robert Balfour, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Thomas D. Dean, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Robert Balfour, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Robert Balfour, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Emmanuel Thomé, 04/01/2022
- Re: [cado-nfs] Cado-nfs Failed, Thomas D. Dean, 04/01/2022
Archive powered by MHonArc 2.6.19+.