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] Lattice Sieving Failed
- Date: Mon, 21 Mar 2022 21:19:11 -0700
- Authentication-results: mail2-relais-roc.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
Hi,
Thanks for your report.
Yes, you found out the correct answer.
Error -4 means that the binary died with SIGILL, illegal instruction.
With 99% chance, this means that the client has let the server ship to it
the binary to execute, which is incredibly fragile whenever you run in an
even mildly heterogeneous setting. It is correct, and in fact
recommended, to compile a set of binaries on the machines that will run
the computation, and use the bindir argument to cado-nfs later on.
(I'm going to write that more explicitly in the README.md)
E.
On Mon, Mar 21, 2022 at 08:05:46PM -0700, Thomas D. Dean wrote:
> I have several computers on a local network. I am attempting to run cado-nfs
> on at least four. To start, I am trying to use two computers, one as server
> and the other as client. For now, I am running only one client.
>
>
> On comuter1:
> > /usr/local/bin/cado-nfs.py
> > 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> server.whitelist=computer2 server.port=56789 server.ssl=no --server
>
> On computer2:
> > /usr/local/bin/cado-nfs-client.py --server=http://comuter1:56789
>
> Error:Lattice Sieving: Program run on computer2.131c007d failed with exit
> code -4
>
> I have attached the log.
>
> What am I doing wrong?
>
> Tom Dean
> PID1409924 2022-03-21 19:50:46,644 Info:root: Command line parameters:
> /usr/local/bin/cado-nfs.py
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> server.whitelist=p9x79 server.port=56789 server.ssl=no --server
> PID1409924 2022-03-21 19:50:46,645 Debug:root: Root parameter dictionary:
> N =
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> name = c95
> server.port = 56789
> server.ssl = no
> server.whitelist = p9x79
> tasks.I = 11
> tasks.execpath = /usr/local/lib/cado-nfs-3.0.0
> tasks.lim0 = 600000
> tasks.lim1 = 850000
> tasks.lpb0 = 24
> tasks.lpb1 = 25
> tasks.qmin = 200000
> tasks.threads = 4
> tasks.workdir = /tmp/cado.8bk0et44
> tasks.filter.target_density = 145.0
> tasks.filter.purge.keep = 160
> tasks.linalg.m = 64
> tasks.linalg.n = 64
> tasks.linalg.bwc.cpubinding =
> /usr/local/share/cado-nfs-3.0.0/misc/cpubinding.conf
> tasks.linalg.bwc.interleaving = 0
> tasks.linalg.bwc.threads = 2
> tasks.linalg.characters.nchar = 50
> tasks.polyselect.P = 12000
> tasks.polyselect.admax = 8e4
> tasks.polyselect.adrange = 1e4
> tasks.polyselect.degree = 4
> tasks.polyselect.incr = 60
> tasks.polyselect.nq = 1024
> tasks.polyselect.nrkeep = 40
> tasks.polyselect.ropteffort = 1
> tasks.polyselect.threads = 2
> tasks.sieve.mfb0 = 48
> tasks.sieve.mfb1 = 50
> tasks.sieve.ncurves0 = 11
> tasks.sieve.ncurves1 = 14
> tasks.sieve.qrange = 10000
> tasks.sieve.las.threads = 2
> PID1409924 2022-03-21 19:50:46,645 Debug:root: Writing parameter snapshot
> to /tmp/cado.8bk0et44/c95.parameters_snapshot.0
> PID1409924 2022-03-21 19:50:46,646 Info:root: If this computation gets
> interrupted, it can be resumed with /usr/local/bin/cado-nfs.py
> /tmp/cado.8bk0et44/c95.parameters_snapshot.0
> PID1409924 2022-03-21 19:50:46,682 Debug:HTTP server: Found upload.py at
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:50:46,685 Debug:HTTP server: Creating upload
> directory /tmp/cado.8bk0et44/c95.upload/
> PID1409924 2022-03-21 19:50:46,686 Info:HTTP server: Using non-threaded
> HTTP server
> PID1409924 2022-03-21 19:50:46,686 Info:HTTP server: Using whitelist: p9x79
> PID1409924 2022-03-21 19:50:46,694 Debug:Generate Factor Base: Enter
> Task.__init__(factorbase)
> PID1409924 2022-03-21 19:50:46,694 Debug:Generate Factor Base: state = {}
> PID1409924 2022-03-21 19:50:46,695 Debug:Generate Factor Base:
> self.parameters = MyParameters: name = None, prefix = ['tasks', 'sieve']
> PID1409924 2022-03-21 19:50:46,695 Debug:Generate Factor Base: params =
> {'workdir': '/tmp/cado.8bk0et44', 'I': 11, 'lim0': 600000, 'lim1': 850000,
> 'name': 'c95', 'run': True, 'gzip': True}
> PID1409924 2022-03-21 19:50:46,695 Debug:Generate Factor Base:
> tasks.sieve.makefb.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,695 Debug:Generate Factor Base:
> tasks.sieve.makefb.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,695 Debug:Generate Factor Base: Exit
> Task.__init__(factorbase)
> PID1409924 2022-03-21 19:50:46,699 Debug:Generate Free Relations: Enter
> Task.__init__(freerel)
> PID1409924 2022-03-21 19:50:46,699 Debug:Generate Free Relations: state = {}
> PID1409924 2022-03-21 19:50:46,699 Debug:Generate Free Relations:
> self.parameters = MyParameters: name = None, prefix = ['tasks', 'sieve']
> PID1409924 2022-03-21 19:50:46,699 Debug:Generate Free Relations: params =
> {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'run': True, 'dlp': False,
> 'gzip': True}
> PID1409924 2022-03-21 19:50:46,699 Debug:Generate Free Relations:
> tasks.sieve.freerel.lpb0 found from tasks.lpb0
> PID1409924 2022-03-21 19:50:46,700 Debug:Generate Free Relations:
> tasks.sieve.freerel.lpb1 found from tasks.lpb1
> PID1409924 2022-03-21 19:50:46,700 Debug:Generate Free Relations:
> tasks.sieve.freerel.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,700 Debug:Generate Free Relations:
> tasks.sieve.freerel.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,700 Debug:Generate Free Relations: Exit
> Task.__init__(freerel)
> PID1409924 2022-03-21 19:50:46,709 Debug:Lattice Sieving: Enter
> Task.__init__(sieving)
> PID1409924 2022-03-21 19:50:46,709 Debug:Lattice Sieving: state = {}
> PID1409924 2022-03-21 19:50:46,709 Debug:Lattice Sieving: self.parameters =
> MyParameters: name = None, prefix = ['tasks', 'sieve']
> PID1409924 2022-03-21 19:50:46,709 Debug:Lattice Sieving: params =
> {'qrange': 10000, 'workdir': '/tmp/cado.8bk0et44', 'qmin': 200000, 'lim0':
> 600000, 'lim1': 850000, 'name': 'c95', 'run': True, 'maxwu': 10,
> 'wutimeout': 10800, 'maxresubmit': 5, 'maxwuerror': 2, 'maxtimedout': 100,
> 'maxfailed': 100, 'rels_wanted': 0, 'gzip': True, 'sqside': 1,
> 'adjust_strategy': 0}
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.threads found from tasks.sieve.las.threads
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.mfb0 found from tasks.sieve.mfb0
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.mfb1 found from tasks.sieve.mfb1
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.ncurves0 found from tasks.sieve.ncurves0
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.ncurves1 found from tasks.sieve.ncurves1
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving: tasks.sieve.las.I
> found from tasks.I
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.lim0 found from tasks.lim0
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.lim1 found from tasks.lim1
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.lpb0 found from tasks.lpb0
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.lpb1 found from tasks.lpb1
> PID1409924 2022-03-21 19:50:46,710 Debug:Lattice Sieving:
> tasks.sieve.las.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,711 Debug:Lattice Sieving: Exit
> Task.__init__(sieving)
> PID1409924 2022-03-21 19:50:46,724 Info:Lattice Sieving: param rels_wanted
> is 0
> PID1409924 2022-03-21 19:50:46,734 Debug:Filtering - Duplicate Removal,
> splitting pass: Enter Task.__init__(duplicates1)
> PID1409924 2022-03-21 19:50:46,734 Debug:Filtering - Duplicate Removal,
> splitting pass: state = {}
> PID1409924 2022-03-21 19:50:46,734 Debug:Filtering - Duplicate Removal,
> splitting pass: self.parameters = MyParameters: name = None, prefix =
> ['tasks', 'filter']
> PID1409924 2022-03-21 19:50:46,734 Debug:Filtering - Duplicate Removal,
> splitting pass: params = {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95',
> 'run': True, 'nslices_log': 1}
> PID1409924 2022-03-21 19:50:46,735 Debug:Filtering - Duplicate Removal,
> splitting pass: tasks.filter.dup1.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,735 Debug:Filtering - Duplicate Removal,
> splitting pass: Exit Task.__init__(duplicates1)
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: Enter Task.__init__(duplicates2)
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: state = {}
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: self.parameters = MyParameters: name = None, prefix =
> ['tasks', 'filter']
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: params = {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95',
> 'run': True, 'dlp': False, 'nslices_log': 1}
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: tasks.filter.dup2.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,750 Debug:Filtering - Duplicate Removal,
> removal pass: Exit Task.__init__(duplicates2)
> PID1409924 2022-03-21 19:50:46,761 Debug:Filtering - Singleton removal:
> Enter Task.__init__(purge)
> PID1409924 2022-03-21 19:50:46,761 Debug:Filtering - Singleton removal:
> state = {}
> PID1409924 2022-03-21 19:50:46,761 Debug:Filtering - Singleton removal:
> self.parameters = MyParameters: name = None, prefix = ['tasks', 'filter']
> PID1409924 2022-03-21 19:50:46,762 Debug:Filtering - Singleton removal:
> params = {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'run': True,
> 'dlp': False, 'galois': 'none', 'gzip': True, 'add_ratio': 0.01,
> 'required_excess': 0.0}
> PID1409924 2022-03-21 19:50:46,762 Debug:Filtering - Singleton removal:
> tasks.filter.purge.keep found from tasks.filter.purge.keep
> PID1409924 2022-03-21 19:50:46,762 Debug:Filtering - Singleton removal:
> tasks.filter.purge.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,762 Debug:Filtering - Singleton removal:
> tasks.filter.purge.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,762 Debug:Filtering - Singleton removal:
> Exit Task.__init__(purge)
> PID1409924 2022-03-21 19:50:46,770 Debug:Polynomial Selection (size
> optimized): Enter Task.__init__(polyselect1)
> PID1409924 2022-03-21 19:50:46,770 Debug:Polynomial Selection (size
> optimized): state = {}
> PID1409924 2022-03-21 19:50:46,770 Debug:Polynomial Selection (size
> optimized): self.parameters = MyParameters: name = None, prefix = ['tasks',
> 'polyselect']
> PID1409924 2022-03-21 19:50:46,770 Debug:Polynomial Selection (size
> optimized): params = {'adrange': 10000, 'admax': 80000, 'nrkeep': 40,
> 'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'N':
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281,
> 'run': True, 'maxwu': 10, 'wutimeout': 10800, 'maxresubmit': 5,
> 'maxwuerror': 2, 'maxtimedout': 100, 'maxfailed': 100, 'admin': 0}
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.P found from tasks.polyselect.P
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.degree found from
> tasks.polyselect.degree
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.threads found from
> tasks.polyselect.threads
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.admax found from
> tasks.polyselect.admax
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.incr found from
> tasks.polyselect.incr
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.nq found from tasks.polyselect.nq
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): tasks.polyselect.polyselect.N found from N
> PID1409924 2022-03-21 19:50:46,771 Debug:Polynomial Selection (size
> optimized): Exit Task.__init__(polyselect1)
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): Enter Task.__init__(polyselect2)
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): state = {}
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): self.parameters = MyParameters: name = None, prefix = ['tasks',
> 'polyselect']
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): params = {'workdir': '/tmp/cado.8bk0et44', 'I': 11, 'qmin':
> 200000, 'lpb1': 25, 'lpb0': 24, 'name': 'c95', 'N':
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281,
> 'run': True, 'maxwu': 10, 'wutimeout': 10800, 'maxresubmit': 5,
> 'maxwuerror': 2, 'maxtimedout': 100, 'maxfailed': 100}
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): tasks.polyselect.polyselect_ropt.threads found from
> tasks.polyselect.threads
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): tasks.polyselect.polyselect_ropt.ropteffort found from
> tasks.polyselect.ropteffort
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): tasks.polyselect.polyselect_ropt.execpath found from
> tasks.execpath
> PID1409924 2022-03-21 19:50:46,789 Debug:Polynomial Selection (root
> optimized): Exit Task.__init__(polyselect2)
> PID1409924 2022-03-21 19:50:46,804 Debug:Filtering - Merging: Enter
> Task.__init__(merge)
> PID1409924 2022-03-21 19:50:46,804 Debug:Filtering - Merging: state = {}
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging:
> self.parameters = MyParameters: name = None, prefix = ['tasks', 'filter']
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging: params =
> {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'run': True, 'gzip': True}
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging:
> tasks.filter.merge.target_density found from tasks.filter.target_density
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging:
> tasks.filter.merge.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging:
> tasks.filter.merge.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging:
> tasks.filter.replay.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,805 Debug:Filtering - Merging: Exit
> Task.__init__(merge)
> PID1409924 2022-03-21 19:50:46,817 Debug:Linear Algebra: Enter
> Task.__init__(linalg)
> PID1409924 2022-03-21 19:50:46,817 Debug:Linear Algebra: state = {}
> PID1409924 2022-03-21 19:50:46,817 Debug:Linear Algebra: self.parameters =
> MyParameters: name = None, prefix = ['tasks', 'linalg']
> PID1409924 2022-03-21 19:50:46,817 Debug:Linear Algebra: params =
> {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'run': True,
> 'force_wipeout': False}
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra:
> tasks.linalg.bwc.threads found from tasks.linalg.bwc.threads
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra:
> tasks.linalg.bwc.interleaving found from tasks.linalg.bwc.interleaving
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra:
> tasks.linalg.bwc.cpubinding found from tasks.linalg.bwc.cpubinding
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra: tasks.linalg.bwc.m
> found from tasks.linalg.m
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra: tasks.linalg.bwc.n
> found from tasks.linalg.n
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra:
> tasks.linalg.bwc.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,818 Debug:Linear Algebra: Exit
> Task.__init__(linalg)
> PID1409924 2022-03-21 19:50:46,823 Debug:Quadratic Characters: Enter
> Task.__init__(characters)
> PID1409924 2022-03-21 19:50:46,823 Debug:Quadratic Characters: state = {}
> PID1409924 2022-03-21 19:50:46,823 Debug:Quadratic Characters:
> self.parameters = MyParameters: name = None, prefix = ['tasks', 'linalg']
> PID1409924 2022-03-21 19:50:46,823 Debug:Quadratic Characters: params =
> {'workdir': '/tmp/cado.8bk0et44', 'name': 'c95', 'run': True}
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters:
> tasks.linalg.characters.nchar found from tasks.linalg.characters.nchar
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters:
> tasks.linalg.characters.lpb0 found from tasks.lpb0
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters:
> tasks.linalg.characters.lpb1 found from tasks.lpb1
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters:
> tasks.linalg.characters.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters:
> tasks.linalg.characters.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,824 Debug:Quadratic Characters: Exit
> Task.__init__(characters)
> PID1409924 2022-03-21 19:50:46,827 Debug:Square Root: Enter
> Task.__init__(sqrt)
> PID1409924 2022-03-21 19:50:46,827 Debug:Square Root: state = {}
> PID1409924 2022-03-21 19:50:46,828 Debug:Square Root: self.parameters =
> MyParameters: name = None, prefix = ['tasks', 'sqrt']
> PID1409924 2022-03-21 19:50:46,828 Debug:Square Root: params = {'workdir':
> '/tmp/cado.8bk0et44', 'name': 'c95', 'N':
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281,
> 'run': True, 'gzip': True}
> PID1409924 2022-03-21 19:50:46,828 Debug:Square Root:
> tasks.sqrt.sqrt.threads found from tasks.threads
> PID1409924 2022-03-21 19:50:46,828 Debug:Square Root:
> tasks.sqrt.sqrt.execpath found from tasks.execpath
> PID1409924 2022-03-21 19:50:46,828 Debug:Square Root: Exit
> Task.__init__(sqrt)
> PID1409924 2022-03-21 19:50:46,834 Info:Complete Factorization / Discrete
> logarithm: Factoring
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> PID1409924 2022-03-21 19:50:46,836 Info:HTTP server: serving at
> http://meerkat:56789 (0.0.0.0)
> PID1409924 2022-03-21 19:50:46,836 Info:HTTP server: For debugging
> purposes, the URL above can be accessed if the server.only_registered=False
> parameter is added
> PID1409924 2022-03-21 19:50:46,836 Info:HTTP server: You can start
> additional cado-nfs-client.py scripts with parameters:
> --server=http://meerkat:56789
> PID1409924 2022-03-21 19:50:46,836 Info:HTTP server: If you want to start
> additional clients, remember to add their hosts to server.whitelist
> PID1409924 2022-03-21 19:50:46,836 Info:Polynomial Selection (size
> optimized): Starting
> PID1409924 2022-03-21 19:50:46,836 Debug:Polynomial Selection (size
> optimized): polyselect1.run(): Task state: {'wu_submitted': 0,
> 'wu_received': 0, 'wu_range_received': 0, 'wu_timedout': 0, 'wu_failed': 0,
> 'start_real_time': 0, 'start_achievement': -1, 'adnext': 0}
> PID1409924 2022-03-21 19:50:46,837 Info:Polynomial Selection (size
> optimized): 0 polynomials in queue from previous run
> PID1409924 2022-03-21 19:50:46,838 Debug:Sha1Cache: Computing SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect
> PID1409924 2022-03-21 19:50:46,840 Debug:Sha1Cache: SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect is
> ('3b1d6bb152c152014d492f78b89963d544f55ed1', (2108534, 941400,
> 1647914599.0))
> PID1409924 2022-03-21 19:50:46,840 Debug:Server Launcher: Registering file
> name polyselect with target
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect
> PID1409924 2022-03-21 19:50:46,842 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_0-10000 to database
> PID1409924 2022-03-21 19:50:46,846 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_10000-20000 to database
> PID1409924 2022-03-21 19:50:46,848 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_20000-30000 to database
> PID1409924 2022-03-21 19:50:46,851 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_30000-40000 to database
> PID1409924 2022-03-21 19:50:46,854 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_40000-50000 to database
> PID1409924 2022-03-21 19:50:46,856 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_50000-60000 to database
> PID1409924 2022-03-21 19:50:46,858 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_60000-70000 to database
> PID1409924 2022-03-21 19:50:46,860 Info:Polynomial Selection (size
> optimized): Adding workunit c95_polyselect1_70000-80000 to database
> PID1409924 2022-03-21 19:50:46,864 Debug:Polynomial Selection (size
> optimized): Setting last timeout check to 1647917446.864229
> PID1409924 2022-03-21 19:51:14,855 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_0-10000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:51:14,855 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:27,954 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:27,955 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:51:28,045 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_10000-20000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:51:28,045 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:29,222 Info:Polynomial Selection (size
> optimized): Parsed 427 polynomials, added 111 to priority queue (has 40)
> PID1409924 2022-03-21 19:51:29,222 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.810000
> PID1409924 2022-03-21 19:51:29,235 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '964.19',
> 'stats_rawlognorm': '706 31.52 35.12 38.32 0.96', 'stats_optlognorm': '427
> 30.36 33.67 36.98 1.2', 'stats_total_time': '25.95'}
> PID1409924 2022-03-21 19:51:29,235 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '964.19',
> 'stats_rawlognorm': '706 31.52 35.12 38.32 0.96', 'stats_optlognorm': '427
> 30.36 33.67 36.98 1.2', 'stats_total_time': '25.95'}
> PID1409924 2022-03-21 19:51:29,237 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_0-10000 as ok (12.5% => ETA
> Unknown)
> PID1409924 2022-03-21 19:51:41,317 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:41,318 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:51:41,386 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_20000-30000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:51:41,386 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:42,343 Info:Polynomial Selection (size
> optimized): Parsed 462 polynomials, added 9 to priority queue (has 40)
> PID1409924 2022-03-21 19:51:42,343 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.670000
> PID1409924 2022-03-21 19:51:42,351 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '970.0',
> 'stats_rawlognorm': '716 31.53 35.6 38.75 1.09', 'stats_optlognorm': '462
> 30.7 33.82 37.05 1.22', 'stats_total_time': '26.22'}
> PID1409924 2022-03-21 19:51:42,351 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '1934.19',
> 'stats_rawlognorm': '1422 31.52 35.36168776371308 38.75
> 1.0551702288883396', 'stats_optlognorm': '889 30.36 33.747952755905516
> 37.05 1.2127526694004307', 'stats_total_time': '52.17'}
> PID1409924 2022-03-21 19:51:42,352 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_10000-20000 as ok (25.0% =>
> ETA Mon Mar 21 19:57:15 2022)
> PID1409924 2022-03-21 19:51:47,367 Debug:Polynomial Selection (size
> optimized): Timeout check took 0.001398 s, found 0 WUs
> PID1409924 2022-03-21 19:51:54,138 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:54,139 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:51:54,207 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_30000-40000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:51:54,208 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:51:54,438 Info:Polynomial Selection (size
> optimized): Parsed 411 polynomials, added 1 to priority queue (has 40)
> PID1409924 2022-03-21 19:51:54,438 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.660000
> PID1409924 2022-03-21 19:51:54,446 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '964.19',
> 'stats_rawlognorm': '634 32.34 35.95 43.22 1.28', 'stats_optlognorm': '411
> 30.91 33.84 37.78 1.08', 'stats_total_time': '25.33'}
> PID1409924 2022-03-21 19:51:54,446 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '2898.38',
> 'stats_rawlognorm': '2056 31.52 35.54310311284046 43.22
> 1.1615069714045647', 'stats_optlognorm': '1300 30.36 33.77705384615385
> 37.78 1.173189412286205', 'stats_total_time': '77.5'}
> PID1409924 2022-03-21 19:51:54,446 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_20000-30000 as ok (37.5% =>
> ETA Mon Mar 21 19:54:43 2022)
> PID1409924 2022-03-21 19:52:07,206 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:07,206 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:52:07,313 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_40000-50000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:52:07,314 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:07,542 Info:Polynomial Selection (size
> optimized): Parsed 463 polynomials, added 1 to priority queue (has 40)
> PID1409924 2022-03-21 19:52:07,543 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.650000
> PID1409924 2022-03-21 19:52:07,551 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '970.0',
> 'stats_rawlognorm': '638 32.16 36.03 39.32 1.25', 'stats_optlognorm': '463
> 30.73 33.84 37.17 1.18', 'stats_total_time': '25.73'}
> PID1409924 2022-03-21 19:52:07,551 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '3868.38',
> 'stats_rawlognorm': '2694 31.52 35.65841128433556 43.22 1.201034539251877',
> 'stats_optlognorm': '1763 30.36 33.79358479863869 37.78
> 1.1753082998035498', 'stats_total_time': '103.23'}
> PID1409924 2022-03-21 19:52:07,552 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_30000-40000 as ok (50.0% =>
> ETA Mon Mar 21 19:53:55 2022)
> PID1409924 2022-03-21 19:52:20,386 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:20,388 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:52:20,444 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_50000-60000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:52:20,444 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:20,648 Info:Polynomial Selection (size
> optimized): Parsed 474 polynomials, added 1 to priority queue (has 40)
> PID1409924 2022-03-21 19:52:20,648 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.650000
> PID1409924 2022-03-21 19:52:20,657 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '970.0',
> 'stats_rawlognorm': '678 30.05 36.24 40.2 1.38', 'stats_optlognorm': '474
> 29.97 33.93 37.39 1.04', 'stats_total_time': '25.98'}
> PID1409924 2022-03-21 19:52:20,657 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '4838.38',
> 'stats_rawlognorm': '3372 30.05 35.77534994068802 43.22
> 1.2608314217147136', 'stats_optlognorm': '2237 29.97 33.82248994188646
> 37.78 1.149322832449056', 'stats_total_time': '129.21'}
> PID1409924 2022-03-21 19:52:20,657 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_40000-50000 as ok (62.5% =>
> ETA Mon Mar 21 19:53:31 2022)
> PID1409924 2022-03-21 19:52:33,440 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:33,441 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:52:33,532 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_60000-70000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:52:33,532 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:33,752 Info:Polynomial Selection (size
> optimized): Parsed 441 polynomials, added 2 to priority queue (has 40)
> PID1409924 2022-03-21 19:52:33,752 Info:Polynomial Selection (size
> optimized): Worst polynomial in queue now has exp_E 28.640000
> PID1409924 2022-03-21 19:52:33,761 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '964.19',
> 'stats_rawlognorm': '664 30.55 36.08 43.04 1.29', 'stats_optlognorm': '441
> 30.32 33.95 36.99 1.11', 'stats_total_time': '25.64'}
> PID1409924 2022-03-21 19:52:33,761 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '5802.57',
> 'stats_rawlognorm': '4036 30.05 35.82547076313182 43.22
> 1.2707061050216482', 'stats_optlognorm': '2678 29.97 33.84348767737117
> 37.78 1.1439183810676246', 'stats_total_time': '154.85000000000002'}
> PID1409924 2022-03-21 19:52:33,761 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_50000-60000 as ok (75.0% =>
> ETA Mon Mar 21 19:53:16 2022)
> PID1409924 2022-03-21 19:52:46,604 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:46,605 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:52:46,697 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect1_70000-80000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:52:46,697 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:46,854 Info:Polynomial Selection (size
> optimized): Parsed 482 polynomials, added 0 to priority queue (has 40)
> PID1409924 2022-03-21 19:52:46,863 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '970.0',
> 'stats_rawlognorm': '662 32.15 36.24 40.35 1.32', 'stats_optlognorm': '482
> 30.96 33.97 37.48 1.11', 'stats_total_time': '25.96'}
> PID1409924 2022-03-21 19:52:46,863 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '6772.57',
> 'stats_rawlognorm': '4698 30.05 35.88388250319285 43.22
> 1.2858812661844157', 'stats_optlognorm': '3160 29.97 33.86278481012658
> 37.78 1.139718068856682', 'stats_total_time': '180.81000000000003'}
> PID1409924 2022-03-21 19:52:46,864 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_60000-70000 as ok (87.5% =>
> ETA Mon Mar 21 19:53:06 2022)
> PID1409924 2022-03-21 19:52:47,868 Debug:Polynomial Selection (size
> optimized): Timeout check took 0.000633 s, found 0 WUs
> PID1409924 2022-03-21 19:52:59,672 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:52:59,672 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:52:59,949 Info:Polynomial Selection (size
> optimized): Parsed 445 polynomials, added 0 to priority queue (has 40)
> PID1409924 2022-03-21 19:52:59,958 Debug:Polynomial Selection (size
> optimized): Newly arrived stats: {'stats_collisions': '970.0',
> 'stats_rawlognorm': '650 32.03 36.46 42.23 1.44', 'stats_optlognorm': '445
> 31.1 34.03 36.94 1.06', 'stats_total_time': '25.77'}
> PID1409924 2022-03-21 19:52:59,958 Debug:Polynomial Selection (size
> optimized): Combined stats: {'stats_collisions': '7742.57',
> 'stats_rawlognorm': '5348 30.05 35.953904263275994 43.22
> 1.3190863346361923', 'stats_optlognorm': '3605 29.97 33.88342579750346
> 37.78 1.1315196281569802', 'stats_total_time': '206.58000000000004'}
> PID1409924 2022-03-21 19:52:59,959 Info:Polynomial Selection (size
> optimized): Marking workunit c95_polyselect1_70000-80000 as ok (100.0% =>
> ETA Mon Mar 21 19:52:59 2022)
> PID1409924 2022-03-21 19:52:59,962 Info:Polynomial Selection (size
> optimized): Finished
> PID1409924 2022-03-21 19:52:59,962 Info:Polynomial Selection (size
> optimized): Aggregate statistics:
> PID1409924 2022-03-21 19:52:59,962 Info:Polynomial Selection (size
> optimized): potential collisions: 7742.57
> PID1409924 2022-03-21 19:52:59,962 Info:Polynomial Selection (size
> optimized): raw lognorm (nr/min/av/max/std): 5348/30.050/35.954/43.220/1.319
> PID1409924 2022-03-21 19:52:59,962 Info:Polynomial Selection (size
> optimized): optimized lognorm (nr/min/av/max/std):
> 3605/29.970/33.883/37.780/1.132
> PID1409924 2022-03-21 19:52:59,963 Info:Polynomial Selection (size
> optimized): Total time: 206.58
> PID1409924 2022-03-21 19:52:59,963 Info:Polynomial Selection (root
> optimized): Starting
> PID1409924 2022-03-21 19:52:59,963 Debug:Polynomial Selection (root
> optimized): polyselect2.run(): Task state: {'wu_submitted': 0,
> 'wu_received': 0, 'wu_range_received': 0, 'wu_timedout': 0, 'wu_failed': 0,
> 'start_real_time': 0, 'start_achievement': -1, 'nr_poly_submitted': 0}
> PID1409924 2022-03-21 19:52:59,963 Info:Polynomial Selection (root
> optimized): No polynomial was previously found
> PID1409924 2022-03-21 19:52:59,964 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_0
> PID1409924 2022-03-21 19:52:59,964 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_0 is
> ('4df75ccf16514a5fb45a636f8c70f809853aaf50', (2108768, 2486,
> 1647917579.9623444))
> PID1409924 2022-03-21 19:52:59,964 Debug:Sha1Cache: Computing SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect_ropt
> PID1409924 2022-03-21 19:52:59,965 Debug:Sha1Cache: SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect_ropt is
> ('09a6eb8e198fe6c4f4e23763c88f1bf586014c87', (2108535, 954600,
> 1647914599.0))
> PID1409924 2022-03-21 19:52:59,965 Debug:Server Launcher: Registering file
> name polyselect_ropt with target
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect_ropt
> PID1409924 2022-03-21 19:52:59,967 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_0 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_0
> PID1409924 2022-03-21 19:52:59,969 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_0-1 to database
> PID1409924 2022-03-21 19:52:59,973 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_6
> PID1409924 2022-03-21 19:52:59,973 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_6 is
> ('406857f351e635f439ee173ab522e4dcc13135b0', (2108769, 2484,
> 1647917579.9703445))
> PID1409924 2022-03-21 19:52:59,973 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_6 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_6
> PID1409924 2022-03-21 19:52:59,975 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_6-7 to database
> PID1409924 2022-03-21 19:52:59,977 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_12
> PID1409924 2022-03-21 19:52:59,977 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_12 is
> ('0a855592def4b3ca2a800dbd283c882a273c1871', (2108770, 2500,
> 1647917579.9743447))
> PID1409924 2022-03-21 19:52:59,978 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_12 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_12
> PID1409924 2022-03-21 19:52:59,979 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_12-13 to database
> PID1409924 2022-03-21 19:52:59,981 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_18
> PID1409924 2022-03-21 19:52:59,981 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_18 is
> ('683f2d0748dff2e884d4217880ff4a6861fc44dc', (2108771, 2505,
> 1647917579.9783447))
> PID1409924 2022-03-21 19:52:59,981 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_18 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_18
> PID1409924 2022-03-21 19:52:59,982 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_18-19 to database
> PID1409924 2022-03-21 19:52:59,984 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_24
> PID1409924 2022-03-21 19:52:59,985 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_24 is
> ('9cb71d35022b7d1e1e7e84187e68f7c5e408f0cf', (2108772, 2442,
> 1647917579.9823449))
> PID1409924 2022-03-21 19:52:59,985 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_24 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_24
> PID1409924 2022-03-21 19:52:59,986 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_24-25 to database
> PID1409924 2022-03-21 19:52:59,988 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_30
> PID1409924 2022-03-21 19:52:59,988 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_30 is
> ('e84c6c9413bcdf6fb8618b1be2a0ca210a2dd9f3', (2108773, 2490,
> 1647917579.986345))
> PID1409924 2022-03-21 19:52:59,988 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_30 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_30
> PID1409924 2022-03-21 19:52:59,989 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_30-31 to database
> PID1409924 2022-03-21 19:52:59,991 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_36
> PID1409924 2022-03-21 19:52:59,991 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.polyselect2.raw_36 is
> ('8e4278ea68891e1802600f806fe40858699ffd23', (2108774, 1654,
> 1647917579.990345))
> PID1409924 2022-03-21 19:52:59,991 Debug:Server Launcher: Registering file
> name c95.polyselect2.raw_36 with target
> /tmp/cado.8bk0et44/c95.polyselect2.raw_36
> PID1409924 2022-03-21 19:52:59,993 Info:Polynomial Selection (root
> optimized): Adding workunit c95_polyselect2_36-37 to database
> PID1409924 2022-03-21 19:52:59,994 Debug:Polynomial Selection (root
> optimized): Setting last timeout check to 1647917579.994632
> PID1409924 2022-03-21 19:53:09,798 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_0-1 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:09,798 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:16,725 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:16,726 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:16,758 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_6-7 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:16,758 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:16,792 Debug:HTTP server: 192.168.1.175
> Translated path /c95.polyselect2.raw_6 to
> /tmp/cado.8bk0et44/c95.polyselect2.raw_6
> PID1409924 2022-03-21 19:53:16,792 Debug:HTTP server: 192.168.1.175 "GET
> /c95.polyselect2.raw_6 HTTP/1.1" HTTPStatus.OK -
> PID1409924 2022-03-21 19:53:17,028 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0: Murphy E =
> 8.711e-06
> PID1409924 2022-03-21 19:53:17,029 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 501338.762
> c0: 144488315630160326776810475
> c1: 2376629005748766904695
> c2: -3123365723193588
> c3: 247939546
> c4: 7080
> Y0: -22888815757444183725486
> Y1: 26944027920112783
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 8.711e-06
> # f(x) =
> 7080*x^4+247939546*x^3-3123365723193588*x^2+2376629005748766904695*x+144488315630160326776810475
> # g(x) = 26944027920112783*x-22888815757444183725486
>
> PID1409924 2022-03-21 19:53:17,030 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0: Murphy E =
> 9.861e-06
> PID1409924 2022-03-21 19:53:17,030 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 174352.721
> c0: -30074089010983529916751824
> c1: 98249748384665421119
> c2: 186160015782181
> c3: 2831583624
> c4: 37440
> Y0: -20319014227080261976972
> Y1: 52544124229547813
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 9.861e-06
> # f(x) =
> 37440*x^4+2831583624*x^3+186160015782181*x^2+98249748384665421119*x-30074089010983529916751824
> # g(x) = 52544124229547813*x-20319014227080261976972
>
> PID1409924 2022-03-21 19:53:17,031 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0 with
> E=9.026e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:17,032 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0 with
> E=9.643e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:17,032 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0 with
> E=8.028e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:17,032 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.bodmm8i1.opt_0 with
> E=9.712e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:17,033 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '12.75',
> 'stats_rootsieve_time': '12.64'}
> PID1409924 2022-03-21 19:53:17,033 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '12.75',
> 'stats_rootsieve_time': '12.64'}
> PID1409924 2022-03-21 19:53:17,037 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_0-1 as ok (10.0% => ETA
> Unknown)
> PID1409924 2022-03-21 19:53:23,180 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:23,181 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:23,214 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_12-13 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:23,214 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:23,232 Debug:HTTP server: 192.168.1.175
> Translated path /c95.polyselect2.raw_12 to
> /tmp/cado.8bk0et44/c95.polyselect2.raw_12
> PID1409924 2022-03-21 19:53:23,233 Debug:HTTP server: 192.168.1.175 "GET
> /c95.polyselect2.raw_12 HTTP/1.1" HTTPStatus.OK -
> PID1409924 2022-03-21 19:53:24,059 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6 with
> E=7.830e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:24,060 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6 with
> E=9.127e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:24,060 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6 with
> E=9.330e-06 is no better than current best with E=9.861e-06
> PID1409924 2022-03-21 19:53:24,060 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6: Murphy E =
> 1.034e-05
> PID1409924 2022-03-21 19:53:24,061 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 323601.987
> c0: -9015452069975035414231760
> c1: 468068642340613631104
> c2: -317414196214803
> c3: 818028468
> c4: 5400
> Y0: -23724622705685069363699
> Y1: 21726060364884683
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 1.034e-05
> # f(x) =
> 5400*x^4+818028468*x^3-317414196214803*x^2+468068642340613631104*x-9015452069975035414231760
> # g(x) = 21726060364884683*x-23724622705685069363699
>
> PID1409924 2022-03-21 19:53:24,061 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6 with
> E=8.492e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:24,061 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.g8g7bgfn.opt_6 with
> E=9.871e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:24,062 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '11.87',
> 'stats_rootsieve_time': '11.76'}
> PID1409924 2022-03-21 19:53:24,062 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '24.619999999999997',
> 'stats_rootsieve_time': '24.4'}
> PID1409924 2022-03-21 19:53:24,063 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_6-7 as ok (25.0% => ETA Mon
> Mar 21 19:55:24 2022)
> PID1409924 2022-03-21 19:53:30,864 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:30,865 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:30,901 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_18-19 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:30,901 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:30,927 Debug:HTTP server: 192.168.1.175
> Translated path /c95.polyselect2.raw_18 to
> /tmp/cado.8bk0et44/c95.polyselect2.raw_18
> PID1409924 2022-03-21 19:53:30,927 Debug:HTTP server: 192.168.1.175 "GET
> /c95.polyselect2.raw_18 HTTP/1.1" HTTPStatus.OK -
> PID1409924 2022-03-21 19:53:31,087 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=9.317e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,087 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=7.639e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,088 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=8.905e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,088 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=8.926e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,089 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=8.754e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,090 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.d_2_f635.opt_12 with
> E=9.732e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:31,091 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '13.31',
> 'stats_rootsieve_time': '13.21'}
> PID1409924 2022-03-21 19:53:31,091 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '37.93',
> 'stats_rootsieve_time': '37.61'}
> PID1409924 2022-03-21 19:53:31,092 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_12-13 as ok (40.0% => ETA Mon
> Mar 21 19:54:33 2022)
> PID1409924 2022-03-21 19:53:38,476 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:38,477 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:38,513 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_24-25 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:38,513 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:39,116 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18 with
> E=7.065e-06 is no better than current best with E=1.034e-05
> PID1409924 2022-03-21 19:53:39,116 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18: Murphy E =
> 1.058e-05
> PID1409924 2022-03-21 19:53:39,117 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 451802.484
> c0: 6885358977508153057725425
> c1: 624160431399936433837
> c2: -543394307189448
> c3: 86655986
> c4: 2520
> Y0: -29520349228899645782376
> Y1: 25806192648742847
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 1.058e-05
> # f(x) =
> 2520*x^4+86655986*x^3-543394307189448*x^2+624160431399936433837*x+6885358977508153057725425
> # g(x) = 25806192648742847*x-29520349228899645782376
>
> PID1409924 2022-03-21 19:53:39,118 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18 with
> E=7.578e-06 is no better than current best with E=1.058e-05
> PID1409924 2022-03-21 19:53:39,119 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18: Murphy E =
> 1.064e-05
> PID1409924 2022-03-21 19:53:39,119 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 96632.161
> c0: 5195689025677838243167757
> c1: 100219664658551662881
> c2: -1742089165821266
> c3: -10219712100
> c4: 54000
> Y0: -18839303497104487775654
> Y1: 308873859385388747
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 1.064e-05
> # f(x) =
> 54000*x^4-10219712100*x^3-1742089165821266*x^2+100219664658551662881*x+5195689025677838243167757
> # g(x) = 308873859385388747*x-18839303497104487775654
>
> PID1409924 2022-03-21 19:53:39,120 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18 with
> E=7.528e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:39,121 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.qr2iosbh.opt_18 with
> E=8.980e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:39,122 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '14.9',
> 'stats_rootsieve_time': '14.79'}
> PID1409924 2022-03-21 19:53:39,122 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '52.83',
> 'stats_rootsieve_time': '52.4'}
> PID1409924 2022-03-21 19:53:39,123 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_18-19 as ok (55.0% => ETA Mon
> Mar 21 19:54:18 2022)
> PID1409924 2022-03-21 19:53:45,800 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:45,801 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:45,837 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_30-31 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:45,838 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:45,857 Debug:HTTP server: 192.168.1.175
> Translated path /c95.polyselect2.raw_30 to
> /tmp/cado.8bk0et44/c95.polyselect2.raw_30
> PID1409924 2022-03-21 19:53:45,858 Debug:HTTP server: 192.168.1.175 "GET
> /c95.polyselect2.raw_30 HTTP/1.1" HTTPStatus.OK -
> PID1409924 2022-03-21 19:53:46,145 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=1.060e-05 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,145 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=7.822e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,146 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=7.617e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,147 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=1.051e-05 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,147 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=1.032e-05 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,148 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.5zdtffnh.opt_24 with
> E=1.005e-05 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:46,149 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '13.99',
> 'stats_rootsieve_time': '13.89'}
> PID1409924 2022-03-21 19:53:46,149 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '66.82',
> 'stats_rootsieve_time': '66.28999999999999'}
> PID1409924 2022-03-21 19:53:46,151 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_24-25 as ok (70.0% => ETA Mon
> Mar 21 19:54:09 2022)
> PID1409924 2022-03-21 19:53:53,417 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:53,418 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:53,459 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_polyselect2_36-37 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:53:53,459 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:53,492 Debug:HTTP server: 192.168.1.175
> Translated path /c95.polyselect2.raw_36 to
> /tmp/cado.8bk0et44/c95.polyselect2.raw_36
> PID1409924 2022-03-21 19:53:53,493 Debug:HTTP server: 192.168.1.175 "GET
> /c95.polyselect2.raw_36 HTTP/1.1" HTTPStatus.OK -
> PID1409924 2022-03-21 19:53:54,173 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30 with
> E=9.002e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:54,173 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30 with
> E=7.312e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:54,174 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30 with
> E=9.581e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:54,175 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30 with
> E=7.358e-06 is no better than current best with E=1.064e-05
> PID1409924 2022-03-21 19:53:54,176 Info:Polynomial Selection (root
> optimized): New best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30: Murphy E =
> 1.073e-05
> PID1409924 2022-03-21 19:53:54,176 Debug:Polynomial Selection (root
> optimized): New best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 36319.63
> c0: 873889851158473607601486
> c1: -52451180424870682367
> c2: -3783218320889623
> c3: 17769291810
> c4: 59400
> Y0: -5864096827340197940120
> Y1: 631165477032612659
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 1.073e-05
> # f(x) =
> 59400*x^4+17769291810*x^3-3783218320889623*x^2-52451180424870682367*x+873889851158473607601486
> # g(x) = 631165477032612659*x-5864096827340197940120
>
> PID1409924 2022-03-21 19:53:54,177 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.nppvo97u.opt_30 with
> E=9.364e-06 is no better than current best with E=1.073e-05
> PID1409924 2022-03-21 19:53:54,178 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '13.86',
> 'stats_rootsieve_time': '13.75'}
> PID1409924 2022-03-21 19:53:54,179 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '80.67999999999999',
> 'stats_rootsieve_time': '80.03999999999999'}
> PID1409924 2022-03-21 19:53:54,180 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_30-31 as ok (85.0% => ETA Mon
> Mar 21 19:54:05 2022)
> PID1409924 2022-03-21 19:53:58,619 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:53:58,620 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:53:59,196 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.ovn2n00h.opt_36 with
> E=9.515e-06 is no better than current best with E=1.073e-05
> PID1409924 2022-03-21 19:53:59,197 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.ovn2n00h.opt_36 with
> E=1.046e-05 is no better than current best with E=1.073e-05
> PID1409924 2022-03-21 19:53:59,198 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.ovn2n00h.opt_36 with
> E=5.918e-06 is no better than current best with E=1.073e-05
> PID1409924 2022-03-21 19:53:59,198 Info:Polynomial Selection (root
> optimized): Best polynomial from file
> /tmp/cado.8bk0et44/c95.upload/c95.polyselect2.ovn2n00h.opt_36 with
> E=8.918e-06 is no better than current best with E=1.073e-05
> PID1409924 2022-03-21 19:53:59,199 Debug:Polynomial Selection (root
> optimized): Newly arrived stats: {'stats_total_time': '10.06',
> 'stats_rootsieve_time': '9.99'}
> PID1409924 2022-03-21 19:53:59,200 Debug:Polynomial Selection (root
> optimized): Combined stats: {'stats_total_time': '90.74',
> 'stats_rootsieve_time': '90.02999999999999'}
> PID1409924 2022-03-21 19:53:59,200 Info:Polynomial Selection (root
> optimized): Marking workunit c95_polyselect2_36-37 as ok (100.0% => ETA Mon
> Mar 21 19:53:59 2022)
> PID1409924 2022-03-21 19:53:59,202 Info:Polynomial Selection (root
> optimized): Kept 28 polynomials with MurphyE from 1.073e-05 to 8.711e-06
> PID1409924 2022-03-21 19:53:59,206 Command:Command:
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect3 -t 2 -num 28 -poly
> /tmp/cado.8bk0et44/c95.poly -Bf 33554432.0 -Bg 16777216.0 -area
> 419430400000.0
> PID1409924 2022-03-21 19:53:59,509 Debug:Command: Process with PID 1409937
> finished successfully
> PID1409924 2022-03-21 19:53:59,509 Debug:Command: Process with PID 1409937
> stdout: b'# (0002b9613)
> /usr/local/lib/cado-nfs-3.0.0/polyselect/polyselect3 -t 2 -num 28 -poly
> /tmp/cado.8bk0et44/c95.poly -Bf 33554432.0 -Bg 16777216.0 -area
> 419430400000.0\n# Compiled with gcc 9.4.0\n# Compilation flags (C) -std=c99
> -W -Wall -msse3 -mssse3 -msse4.1 -mpopcnt -mavx -mavx2 -mpclmul\n#
> Compilation flags (C++) -export-dynamic -std=c++17 -Wno-c++11-compat -W
> -Wall -Wno-literal-suffix -msse3 -mssse3 -msse4.1 -mpopcnt -mavx -mavx2
> -mpclmul\n'
> PID1409924 2022-03-21 19:53:59,509 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.0 had MurphyE 1.073e-05,
> refined to 1.086e-05
> PID1409924 2022-03-21 19:53:59,509 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.1 had MurphyE 1.064e-05,
> refined to 1.048e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.2 had MurphyE 1.060e-05,
> refined to 1.054e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.3 had MurphyE 1.058e-05,
> refined to 1.056e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.4 had MurphyE 1.051e-05,
> refined to 1.058e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.5 had MurphyE 1.046e-05,
> refined to 1.060e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.6 had MurphyE 1.034e-05,
> refined to 1.036e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.7 had MurphyE 1.032e-05,
> refined to 1.024e-05
> PID1409924 2022-03-21 19:53:59,510 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.8 had MurphyE 1.005e-05,
> refined to 1.018e-05
> PID1409924 2022-03-21 19:53:59,511 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.9 had MurphyE 9.871e-06,
> refined to 9.693e-06
> PID1409924 2022-03-21 19:53:59,511 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.10 had MurphyE
> 9.861e-06, refined to 1.006e-05
> PID1409924 2022-03-21 19:53:59,511 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.11 had MurphyE
> 9.732e-06, refined to 9.952e-06
> PID1409924 2022-03-21 19:53:59,511 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.12 had MurphyE
> 9.712e-06, refined to 9.831e-06
> PID1409924 2022-03-21 19:53:59,511 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.13 had MurphyE
> 9.643e-06, refined to 9.500e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.14 had MurphyE
> 9.581e-06, refined to 9.699e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.15 had MurphyE
> 9.515e-06, refined to 9.427e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.16 had MurphyE
> 9.364e-06, refined to 9.340e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.17 had MurphyE
> 9.330e-06, refined to 9.329e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.18 had MurphyE
> 9.317e-06, refined to 9.280e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.19 had MurphyE
> 9.127e-06, refined to 9.106e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.20 had MurphyE
> 9.026e-06, refined to 9.104e-06
> PID1409924 2022-03-21 19:53:59,512 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.21 had MurphyE
> 9.002e-06, refined to 9.021e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.22 had MurphyE
> 8.980e-06, refined to 9.121e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.23 had MurphyE
> 8.926e-06, refined to 8.890e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.24 had MurphyE
> 8.918e-06, refined to 8.932e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.25 had MurphyE
> 8.905e-06, refined to 8.794e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.26 had MurphyE
> 8.754e-06, refined to 8.795e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Polynomial /tmp/cado.8bk0et44/c95.poly.27 had MurphyE
> 8.711e-06, refined to 8.773e-06
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Best polynomial is /tmp/cado.8bk0et44/c95.poly.0
> PID1409924 2022-03-21 19:53:59,513 Info:Polynomial Selection (root
> optimized): Finished, best polynomial has Murphy_E = 1.073e-05
> PID1409924 2022-03-21 19:53:59,514 Info:Polynomial Selection (root
> optimized): Best polynomial is:
> n:
> 1975636228803860706131861386351317508435774072460176838764200263234956507563682801432890234281
> skew: 36319.63
> c0: 873889851158473607601486
> c1: -52451180424870682367
> c2: -3783218320889623
> c3: 17769291810
> c4: 59400
> Y0: -5864096827340197940120
> Y1: 631165477032612659
> # MurphyE (Bf=3.355e+07,Bg=1.678e+07,area=4.194e+11) = 1.073e-05
> # f(x) =
> 59400*x^4+17769291810*x^3-3783218320889623*x^2-52451180424870682367*x+873889851158473607601486
> # g(x) = 631165477032612659*x-5864096827340197940120
>
> PID1409924 2022-03-21 19:53:59,514 Info:Polynomial Selection (root
> optimized): Best overall polynomial was 23-th in list after size
> optimization
> PID1409924 2022-03-21 19:53:59,515 Info:Polynomial Selection (root
> optimized): Aggregate statistics:
> PID1409924 2022-03-21 19:53:59,515 Info:Polynomial Selection (root
> optimized): Total time: 90.74
> PID1409924 2022-03-21 19:53:59,515 Info:Polynomial Selection (root
> optimized): Rootsieve time: 90.03
> PID1409924 2022-03-21 19:53:59,516 Info:Generate Factor Base: Starting
> PID1409924 2022-03-21 19:53:59,516 Debug:Generate Factor Base:
> factorbase.run(): Task state: {}
> PID1409924 2022-03-21 19:53:59,519 Command:Command:
> /usr/local/lib/cado-nfs-3.0.0/sieve/makefb -poly
> /tmp/cado.8bk0et44/c95.poly -lim 850000 -maxbits 11 -out
> /tmp/cado.8bk0et44/c95.roots1.gz -t 4 >
> /tmp/cado.8bk0et44/c95.makefb.stdout.1 2>
> /tmp/cado.8bk0et44/c95.makefb.stderr.1
> PID1409924 2022-03-21 19:53:59,995 Debug:Command: Process with PID 1409939
> finished successfully
> PID1409924 2022-03-21 19:53:59,998 Info:Generate Factor Base: Finished
> PID1409924 2022-03-21 19:53:59,998 Info:Generate Factor Base: Total
> cpu/real time for makefb: 1.74/0.475968
> PID1409924 2022-03-21 19:53:59,998 Info:Generate Free Relations: Starting
> PID1409924 2022-03-21 19:53:59,998 Debug:Generate Free Relations:
> freerel.run(): Task state: {}
> PID1409924 2022-03-21 19:54:00,002 Command:Command:
> /usr/local/lib/cado-nfs-3.0.0/sieve/freerel -poly
> /tmp/cado.8bk0et44/c95.poly -renumber /tmp/cado.8bk0et44/c95.renumber.gz
> -lpb0 24 -lpb1 25 -out /tmp/cado.8bk0et44/c95.freerel.gz -t 4 >
> /tmp/cado.8bk0et44/c95.freerel.stdout.1 2>
> /tmp/cado.8bk0et44/c95.freerel.stderr.1
> PID1409924 2022-03-21 19:54:20,832 Debug:Command: Process with PID 1410009
> finished successfully
> PID1409924 2022-03-21 19:54:20,834 Info:Generate Free Relations: Found
> 45375 free relations
> PID1409924 2022-03-21 19:54:20,834 Info:Generate Free Relations: Finished
> PID1409924 2022-03-21 19:54:20,834 Info:Generate Free Relations: Total
> cpu/real time for freerel: 81.33/20.8297
> PID1409924 2022-03-21 19:54:20,834 Info:Lattice Sieving: Starting
> PID1409924 2022-03-21 19:54:20,834 Debug:Lattice Sieving: sieving.run():
> Task state: {'wu_submitted': 0, 'wu_received': 0, 'wu_range_received': 0,
> 'wu_timedout': 0, 'wu_failed': 0, 'start_real_time': 0,
> 'start_achievement': -1, 'qnext': 200000, 'rels_found': 0, 'rels_wanted':
> 2385344}
> PID1409924 2022-03-21 19:54:20,834 Info:Lattice Sieving: We want 2385344
> relation(s)
> PID1409924 2022-03-21 19:54:20,835 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.roots1.gz
> PID1409924 2022-03-21 19:54:20,836 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.roots1.gz is
> ('63dd9449b64c9ad819a227088525df00c9abdcab', (2108813, 368565,
> 1647917639.9916568))
> PID1409924 2022-03-21 19:54:20,836 Debug:Sha1Cache: Computing SHA1 for file
> /tmp/cado.8bk0et44/c95.poly
> PID1409924 2022-03-21 19:54:20,836 Debug:Sha1Cache: SHA1 for file
> /tmp/cado.8bk0et44/c95.poly is ('4d4ad8af28b1355331e190709d9cf0d1fca37674',
> (2108810, 489, 1647917639.5076463))
> PID1409924 2022-03-21 19:54:20,836 Debug:Sha1Cache: Computing SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/sieve/las
> PID1409924 2022-03-21 19:54:20,848 Debug:Sha1Cache: SHA1 for file
> /usr/local/lib/cado-nfs-3.0.0/sieve/las is
> ('3dc8c74826608a0fef7e18927358053d538448d3', (2108540, 11218992,
> 1647914618.0))
> PID1409924 2022-03-21 19:54:20,848 Debug:Server Launcher: Registering file
> name las with target /usr/local/lib/cado-nfs-3.0.0/sieve/las
> PID1409924 2022-03-21 19:54:20,848 Debug:Server Launcher: Registering file
> name c95.roots1.gz with target /tmp/cado.8bk0et44/c95.roots1.gz
> PID1409924 2022-03-21 19:54:20,849 Debug:Server Launcher: Registering file
> name c95.poly with target /tmp/cado.8bk0et44/c95.poly
> PID1409924 2022-03-21 19:54:20,850 Info:Lattice Sieving: Adding workunit
> c95_sieving_200000-210000 to database
> PID1409924 2022-03-21 19:54:20,852 Info:Lattice Sieving: Adding workunit
> c95_sieving_210000-220000 to database
> PID1409924 2022-03-21 19:54:20,853 Info:Lattice Sieving: Adding workunit
> c95_sieving_220000-230000 to database
> PID1409924 2022-03-21 19:54:20,854 Info:Lattice Sieving: Adding workunit
> c95_sieving_230000-240000 to database
> PID1409924 2022-03-21 19:54:20,856 Info:Lattice Sieving: Adding workunit
> c95_sieving_240000-250000 to database
> PID1409924 2022-03-21 19:54:20,857 Info:Lattice Sieving: Adding workunit
> c95_sieving_250000-260000 to database
> PID1409924 2022-03-21 19:54:20,858 Info:Lattice Sieving: Adding workunit
> c95_sieving_260000-270000 to database
> PID1409924 2022-03-21 19:54:20,860 Info:Lattice Sieving: Adding workunit
> c95_sieving_270000-280000 to database
> PID1409924 2022-03-21 19:54:20,862 Info:Lattice Sieving: Adding workunit
> c95_sieving_280000-290000 to database
> PID1409924 2022-03-21 19:54:20,863 Info:Lattice Sieving: Adding workunit
> c95_sieving_290000-300000 to database
> PID1409924 2022-03-21 19:54:20,865 Debug:Lattice Sieving: Setting last
> timeout check to 1647917660.865391
> PID1409924 2022-03-21 19:54:28,811 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_200000-210000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:28,811 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:28,884 Info:Lattice Sieving: Adding workunit
> c95_sieving_300000-310000 to database
> PID1409924 2022-03-21 19:54:29,383 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:29,384 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:29,414 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_210000-220000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:29,415 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:29,892 Info:Lattice Sieving: Adding workunit
> c95_sieving_310000-320000 to database
> PID1409924 2022-03-21 19:54:29,897 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:29,897 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:29,899 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_200000-210000 as c95_sieving_200000-210000#2
> PID1409924 2022-03-21 19:54:29,929 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:29,930 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:29,958 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_220000-230000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:29,958 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:30,481 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:30,482 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:30,520 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_230000-240000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:30,520 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:30,906 Info:Lattice Sieving: Adding workunit
> c95_sieving_320000-330000 to database
> PID1409924 2022-03-21 19:54:30,911 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:30,911 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:30,913 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_210000-220000 as c95_sieving_210000-220000#2
> PID1409924 2022-03-21 19:54:30,914 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:30,914 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:30,915 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_220000-230000 as c95_sieving_220000-230000#2
> PID1409924 2022-03-21 19:54:31,042 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:31,043 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:31,065 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_240000-250000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:31,066 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:31,582 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:31,583 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:31,612 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_250000-260000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:31,613 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:31,919 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:31,919 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:31,922 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_230000-240000 as c95_sieving_230000-240000#2
> PID1409924 2022-03-21 19:54:31,927 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:31,928 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:31,930 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_240000-250000 as c95_sieving_240000-250000#2
> PID1409924 2022-03-21 19:54:32,209 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:32,210 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:32,239 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_260000-270000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:32,239 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:32,791 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:32,792 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:32,828 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_270000-280000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:32,829 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:32,936 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:32,936 Debug:Lattice Sieving: stderr is: b'#
> redoing q=250007, rho=49634 because 1s buckets are full\n# Fullest level-1s
> bucket #17, wrote 7187/7168\n'
> PID1409924 2022-03-21 19:54:32,937 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:32,937 Error:Lattice Sieving: Stderr output
> (last 10 lines only) follow (stored in file
> /tmp/cado.8bk0et44/c95.upload/c95_sieving_250000-260000.2h6axn9r.stderr0):
> PID1409924 2022-03-21 19:54:32,937 Error:Lattice Sieving: # redoing
> q=250007, rho=49634 because 1s buckets are full
> PID1409924 2022-03-21 19:54:32,937 Error:Lattice Sieving: # Fullest
> level-1s bucket #17, wrote 7187/7168
> PID1409924 2022-03-21 19:54:32,937 Error:Lattice Sieving:
> PID1409924 2022-03-21 19:54:32,940 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_250000-260000 as c95_sieving_250000-260000#2
> PID1409924 2022-03-21 19:54:32,943 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:32,943 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:32,945 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_260000-270000 as c95_sieving_260000-270000#2
> PID1409924 2022-03-21 19:54:33,353 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:33,354 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:33,393 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_280000-290000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:33,393 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:33,918 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:33,918 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:33,941 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_290000-300000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:33,941 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:33,950 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:33,950 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:33,951 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_270000-280000 as c95_sieving_270000-280000#2
> PID1409924 2022-03-21 19:54:33,953 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:33,953 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:33,954 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_280000-290000 as c95_sieving_280000-290000#2
> PID1409924 2022-03-21 19:54:34,520 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:34,521 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:34,549 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_300000-310000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:34,549 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:34,957 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:34,957 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:34,958 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_290000-300000 as c95_sieving_290000-300000#2
> PID1409924 2022-03-21 19:54:35,073 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:35,074 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:35,097 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_310000-320000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:35,097 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:35,630 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:35,631 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:35,661 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_200000-210000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:35,661 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:35,963 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:35,963 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:35,967 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_300000-310000 as c95_sieving_300000-310000#2
> PID1409924 2022-03-21 19:54:35,970 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:35,971 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:35,973 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_310000-320000 as c95_sieving_310000-320000#2
> PID1409924 2022-03-21 19:54:36,191 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:36,192 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:36,230 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_320000-330000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:36,230 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:36,767 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:36,767 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:36,794 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_210000-220000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:36,794 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:36,980 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:36,980 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:36,983 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_200000-210000#2, failed 2 times
> PID1409924 2022-03-21 19:54:36,986 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:36,986 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:36,989 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_320000-330000 as c95_sieving_320000-330000#2
> PID1409924 2022-03-21 19:54:37,311 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:37,312 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:37,342 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_220000-230000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:37,342 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:37,887 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:37,887 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:37,915 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_230000-240000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:37,916 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:37,995 Info:Lattice Sieving: Adding workunit
> c95_sieving_330000-340000 to database
> PID1409924 2022-03-21 19:54:38,000 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:38,000 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:38,003 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_210000-220000#2, failed 2 times
> PID1409924 2022-03-21 19:54:38,007 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:38,007 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:38,010 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_220000-230000#2, failed 2 times
> PID1409924 2022-03-21 19:54:38,452 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:38,453 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:38,483 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_240000-250000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:38,483 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:39,015 Info:Lattice Sieving: Adding workunit
> c95_sieving_340000-350000 to database
> PID1409924 2022-03-21 19:54:39,017 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:39,017 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:39,017 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_230000-240000#2, failed 2 times
> PID1409924 2022-03-21 19:54:39,027 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:39,027 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:39,050 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_250000-260000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:39,051 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:39,639 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:39,640 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:39,692 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_260000-270000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:39,693 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:40,022 Info:Lattice Sieving: Adding workunit
> c95_sieving_350000-360000 to database
> PID1409924 2022-03-21 19:54:40,029 Info:Lattice Sieving: Adding workunit
> c95_sieving_360000-370000 to database
> PID1409924 2022-03-21 19:54:40,034 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:40,034 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:40,036 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_240000-250000#2, failed 2 times
> PID1409924 2022-03-21 19:54:40,039 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:40,039 Debug:Lattice Sieving: stderr is: b'#
> redoing q=250007, rho=49634 because 1s buckets are full\n# Fullest level-1s
> bucket #17, wrote 7187/7168\n'
> PID1409924 2022-03-21 19:54:40,039 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:40,039 Error:Lattice Sieving: Stderr output
> (last 10 lines only) follow (stored in file
> /tmp/cado.8bk0et44/c95.upload/c95_sieving_250000-260000#2.eapbp9tz.stderr0):
> PID1409924 2022-03-21 19:54:40,039 Error:Lattice Sieving: # redoing
> q=250007, rho=49634 because 1s buckets are full
> PID1409924 2022-03-21 19:54:40,039 Error:Lattice Sieving: # Fullest
> level-1s bucket #17, wrote 7187/7168
> PID1409924 2022-03-21 19:54:40,039 Error:Lattice Sieving:
> PID1409924 2022-03-21 19:54:40,040 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_250000-260000#2, failed 2 times
> PID1409924 2022-03-21 19:54:40,244 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:40,245 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:40,272 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_270000-280000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:40,272 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:40,793 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:40,794 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:40,822 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_280000-290000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:40,822 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:41,044 Info:Lattice Sieving: Adding workunit
> c95_sieving_370000-380000 to database
> PID1409924 2022-03-21 19:54:41,048 Info:Lattice Sieving: Adding workunit
> c95_sieving_380000-390000 to database
> PID1409924 2022-03-21 19:54:41,052 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:41,052 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:41,054 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_260000-270000#2, failed 2 times
> PID1409924 2022-03-21 19:54:41,056 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:41,056 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:41,059 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_270000-280000#2, failed 2 times
> PID1409924 2022-03-21 19:54:41,342 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:41,343 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:41,373 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_290000-300000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:41,373 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:41,901 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:41,902 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:41,934 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_300000-310000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:41,934 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:42,064 Info:Lattice Sieving: Adding workunit
> c95_sieving_390000-400000 to database
> PID1409924 2022-03-21 19:54:42,067 Info:Lattice Sieving: Adding workunit
> c95_sieving_400000-410000 to database
> PID1409924 2022-03-21 19:54:42,071 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:42,071 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:42,073 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_280000-290000#2, failed 2 times
> PID1409924 2022-03-21 19:54:42,076 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:42,076 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:42,079 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_290000-300000#2, failed 2 times
> PID1409924 2022-03-21 19:54:42,449 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:42,450 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:42,483 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_310000-320000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:42,483 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:43,009 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:43,010 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:43,041 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_320000-330000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:43,042 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:43,083 Info:Lattice Sieving: Adding workunit
> c95_sieving_410000-420000 to database
> PID1409924 2022-03-21 19:54:43,085 Info:Lattice Sieving: Adding workunit
> c95_sieving_420000-430000 to database
> PID1409924 2022-03-21 19:54:43,087 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:43,087 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:43,088 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_300000-310000#2, failed 2 times
> PID1409924 2022-03-21 19:54:43,089 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:43,090 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:43,091 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_310000-320000#2, failed 2 times
> PID1409924 2022-03-21 19:54:43,540 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:43,540 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:43,566 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_330000-340000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:43,566 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:44,096 Info:Lattice Sieving: Adding workunit
> c95_sieving_430000-440000 to database
> PID1409924 2022-03-21 19:54:44,105 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:44,105 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:44,109 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_320000-330000#2, failed 2 times
> PID1409924 2022-03-21 19:54:44,112 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:44,116 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:44,143 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_340000-350000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:44,143 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:44,698 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:44,699 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:44,744 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_350000-360000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:44,745 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:45,120 Info:Lattice Sieving: Adding workunit
> c95_sieving_440000-450000 to database
> PID1409924 2022-03-21 19:54:45,126 Info:Lattice Sieving: Adding workunit
> c95_sieving_450000-460000 to database
> PID1409924 2022-03-21 19:54:45,131 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:45,131 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:45,134 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_330000-340000 as c95_sieving_330000-340000#2
> PID1409924 2022-03-21 19:54:45,137 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:45,138 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:45,140 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_340000-350000 as c95_sieving_340000-350000#2
> PID1409924 2022-03-21 19:54:45,261 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:45,262 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:45,291 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_360000-370000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:45,291 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:45,837 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:45,838 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:45,892 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_370000-380000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:45,893 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:46,146 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:46,146 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:46,148 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_350000-360000 as c95_sieving_350000-360000#2
> PID1409924 2022-03-21 19:54:46,152 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:46,152 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:46,154 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_360000-370000 as c95_sieving_360000-370000#2
> PID1409924 2022-03-21 19:54:46,429 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:46,430 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:46,459 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_380000-390000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:46,460 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:46,979 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:46,980 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:47,017 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_390000-400000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:47,017 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:47,160 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:47,160 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:47,162 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_370000-380000 as c95_sieving_370000-380000#2
> PID1409924 2022-03-21 19:54:47,167 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:47,167 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:47,169 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_380000-390000 as c95_sieving_380000-390000#2
> PID1409924 2022-03-21 19:54:47,571 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:47,572 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:47,602 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_400000-410000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:47,603 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:48,136 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:48,136 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:48,165 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_410000-420000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:48,165 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:48,176 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:48,176 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:48,178 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_390000-400000 as c95_sieving_390000-400000#2
> PID1409924 2022-03-21 19:54:48,182 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:48,182 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:48,184 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_400000-410000 as c95_sieving_400000-410000#2
> PID1409924 2022-03-21 19:54:48,699 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:48,700 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:48,729 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_420000-430000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:48,729 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:49,189 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:49,190 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:49,192 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_410000-420000 as c95_sieving_410000-420000#2
> PID1409924 2022-03-21 19:54:49,245 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:49,246 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:49,284 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_430000-440000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:49,285 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:49,819 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:49,820 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:49,846 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_440000-450000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:49,846 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:50,199 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:50,199 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:50,202 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_420000-430000 as c95_sieving_420000-430000#2
> PID1409924 2022-03-21 19:54:50,206 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:50,206 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:50,208 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_430000-440000 as c95_sieving_430000-440000#2
> PID1409924 2022-03-21 19:54:50,366 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:50,367 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:50,397 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_450000-460000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:50,397 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:50,929 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:50,930 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:50,960 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_330000-340000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:50,960 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:51,215 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:51,215 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:51,218 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_440000-450000 as c95_sieving_440000-450000#2
> PID1409924 2022-03-21 19:54:51,221 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:51,222 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:51,224 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_450000-460000 as c95_sieving_450000-460000#2
> PID1409924 2022-03-21 19:54:51,482 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:51,483 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:51,516 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_340000-350000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:51,517 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:52,059 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:52,059 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:52,083 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_350000-360000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:52,083 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:52,230 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:52,230 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:52,232 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_330000-340000#2, failed 2 times
> PID1409924 2022-03-21 19:54:52,236 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:52,236 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:52,238 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_340000-350000#2, failed 2 times
> PID1409924 2022-03-21 19:54:52,616 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:52,617 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:52,645 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_360000-370000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:52,646 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:53,187 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:53,188 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:53,217 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_370000-380000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:53,217 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:53,245 Info:Lattice Sieving: Adding workunit
> c95_sieving_460000-470000 to database
> PID1409924 2022-03-21 19:54:53,248 Info:Lattice Sieving: Adding workunit
> c95_sieving_470000-480000 to database
> PID1409924 2022-03-21 19:54:53,252 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:53,252 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:53,253 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_350000-360000#2, failed 2 times
> PID1409924 2022-03-21 19:54:53,255 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:53,255 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:53,256 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_360000-370000#2, failed 2 times
> PID1409924 2022-03-21 19:54:53,766 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:53,767 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:53,805 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_380000-390000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:53,805 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:54,262 Info:Lattice Sieving: Adding workunit
> c95_sieving_480000-490000 to database
> PID1409924 2022-03-21 19:54:54,267 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:54,267 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:54,269 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_370000-380000#2, failed 2 times
> PID1409924 2022-03-21 19:54:54,357 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:54,358 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:54,384 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_390000-400000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:54,384 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:54,927 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:54,928 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:54,954 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_400000-410000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:54,954 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:55,275 Info:Lattice Sieving: Adding workunit
> c95_sieving_490000-500000 to database
> PID1409924 2022-03-21 19:54:55,280 Info:Lattice Sieving: Adding workunit
> c95_sieving_500000-510000 to database
> PID1409924 2022-03-21 19:54:55,284 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:55,285 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:55,287 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_380000-390000#2, failed 2 times
> PID1409924 2022-03-21 19:54:55,290 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:55,291 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:55,293 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_390000-400000#2, failed 2 times
> PID1409924 2022-03-21 19:54:55,490 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:55,490 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:55,520 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_410000-420000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:55,520 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:56,026 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:56,027 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:56,054 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_420000-430000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:56,054 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:56,299 Info:Lattice Sieving: Adding workunit
> c95_sieving_510000-520000 to database
> PID1409924 2022-03-21 19:54:56,304 Info:Lattice Sieving: Adding workunit
> c95_sieving_520000-530000 to database
> PID1409924 2022-03-21 19:54:56,310 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:56,310 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:56,313 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_400000-410000#2, failed 2 times
> PID1409924 2022-03-21 19:54:56,316 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:56,316 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:56,319 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_410000-420000#2, failed 2 times
> PID1409924 2022-03-21 19:54:56,602 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:56,603 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:56,629 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_430000-440000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:56,629 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:57,162 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:57,163 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:57,199 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_440000-450000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:57,199 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:57,325 Info:Lattice Sieving: Adding workunit
> c95_sieving_530000-540000 to database
> PID1409924 2022-03-21 19:54:57,329 Info:Lattice Sieving: Adding workunit
> c95_sieving_540000-550000 to database
> PID1409924 2022-03-21 19:54:57,333 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:57,334 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:57,336 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_420000-430000#2, failed 2 times
> PID1409924 2022-03-21 19:54:57,338 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:57,338 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:57,341 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_430000-440000#2, failed 2 times
> PID1409924 2022-03-21 19:54:57,713 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:57,713 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:57,735 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_450000-460000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:57,735 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:58,282 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:58,283 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:58,305 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_460000-470000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:58,305 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:58,347 Info:Lattice Sieving: Adding workunit
> c95_sieving_550000-560000 to database
> PID1409924 2022-03-21 19:54:58,349 Info:Lattice Sieving: Adding workunit
> c95_sieving_560000-570000 to database
> PID1409924 2022-03-21 19:54:58,351 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:58,351 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:58,352 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_440000-450000#2, failed 2 times
> PID1409924 2022-03-21 19:54:58,353 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:58,353 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:58,354 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_450000-460000#2, failed 2 times
> PID1409924 2022-03-21 19:54:58,807 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:58,808 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:58,839 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_470000-480000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:58,839 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:59,358 Info:Lattice Sieving: Adding workunit
> c95_sieving_570000-580000 to database
> PID1409924 2022-03-21 19:54:59,362 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:54:59,363 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:54:59,365 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_460000-470000 as c95_sieving_460000-470000#2
> PID1409924 2022-03-21 19:54:59,414 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:54:59,415 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:54:59,441 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_480000-490000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:54:59,442 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:00,009 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:00,010 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:00,048 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_490000-500000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:00,048 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:00,370 Info:Lattice Sieving: Adding workunit
> c95_sieving_580000-590000 to database
> PID1409924 2022-03-21 19:55:00,371 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:00,372 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:00,372 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_470000-480000 as c95_sieving_470000-480000#2
> PID1409924 2022-03-21 19:55:00,373 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:00,373 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:00,374 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_480000-490000 as c95_sieving_480000-490000#2
> PID1409924 2022-03-21 19:55:00,580 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:00,580 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:00,602 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_500000-510000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:00,602 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:01,134 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:01,135 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:01,165 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_510000-520000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:01,166 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:01,378 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:01,378 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:01,381 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_490000-500000 as c95_sieving_490000-500000#2
> PID1409924 2022-03-21 19:55:01,385 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:01,385 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:01,387 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_500000-510000 as c95_sieving_500000-510000#2
> PID1409924 2022-03-21 19:55:01,716 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:01,717 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:01,745 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_520000-530000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:01,746 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:02,261 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:02,262 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:02,299 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_530000-540000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:02,299 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:02,394 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:02,394 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:02,396 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_510000-520000 as c95_sieving_510000-520000#2
> PID1409924 2022-03-21 19:55:02,400 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:02,400 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:02,402 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_520000-530000 as c95_sieving_520000-530000#2
> PID1409924 2022-03-21 19:55:02,818 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:02,818 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:02,839 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_540000-550000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:02,839 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:03,354 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:03,355 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:03,382 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_550000-560000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:03,382 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:03,407 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:03,408 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:03,410 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_530000-540000 as c95_sieving_530000-540000#2
> PID1409924 2022-03-21 19:55:03,412 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:03,413 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:03,414 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_540000-550000 as c95_sieving_540000-550000#2
> PID1409924 2022-03-21 19:55:03,947 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:03,948 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:03,978 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_560000-570000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:03,979 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:04,419 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:04,419 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:04,420 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_550000-560000 as c95_sieving_550000-560000#2
> PID1409924 2022-03-21 19:55:04,490 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:04,490 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:04,517 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_570000-580000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:04,517 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:05,047 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:05,047 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:05,073 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_460000-470000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:05,074 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:05,424 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:05,424 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:05,427 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_560000-570000 as c95_sieving_560000-570000#2
> PID1409924 2022-03-21 19:55:05,431 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:05,431 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:05,433 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_570000-580000 as c95_sieving_570000-580000#2
> PID1409924 2022-03-21 19:55:05,583 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:05,583 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:05,613 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_580000-590000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:05,614 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:06,179 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:06,180 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:06,209 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_470000-480000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:06,210 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:06,439 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:06,439 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:06,442 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_460000-470000#2, failed 2 times
> PID1409924 2022-03-21 19:55:06,445 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:06,445 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:06,447 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_580000-590000 as c95_sieving_580000-590000#2
> PID1409924 2022-03-21 19:55:06,746 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:06,747 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:06,774 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_480000-490000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:06,775 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:07,324 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:07,325 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:07,357 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_490000-500000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:07,357 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:07,452 Info:Lattice Sieving: Adding workunit
> c95_sieving_590000-600000 to database
> PID1409924 2022-03-21 19:55:07,457 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:07,457 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:07,459 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_470000-480000#2, failed 2 times
> PID1409924 2022-03-21 19:55:07,462 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:07,462 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:07,464 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_480000-490000#2, failed 2 times
> PID1409924 2022-03-21 19:55:07,884 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:07,885 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:07,913 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_500000-510000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:07,914 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:08,433 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:08,434 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:08,465 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_510000-520000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:08,466 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:08,467 Info:Lattice Sieving: Adding workunit
> c95_sieving_600000-610000 to database
> PID1409924 2022-03-21 19:55:08,472 Info:Lattice Sieving: Adding workunit
> c95_sieving_610000-620000 to database
> PID1409924 2022-03-21 19:55:08,475 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:08,475 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:08,477 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_490000-500000#2, failed 2 times
> PID1409924 2022-03-21 19:55:08,479 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:08,479 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:08,480 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_500000-510000#2, failed 2 times
> PID1409924 2022-03-21 19:55:09,026 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:09,026 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:09,047 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_520000-530000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:09,047 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:09,485 Info:Lattice Sieving: Adding workunit
> c95_sieving_620000-630000 to database
> PID1409924 2022-03-21 19:55:09,490 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:09,490 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:09,493 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_510000-520000#2, failed 2 times
> PID1409924 2022-03-21 19:55:09,561 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:09,562 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:09,589 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_530000-540000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:09,589 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:10,132 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:10,132 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:10,166 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_540000-550000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:10,166 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:10,499 Info:Lattice Sieving: Adding workunit
> c95_sieving_630000-640000 to database
> PID1409924 2022-03-21 19:55:10,504 Info:Lattice Sieving: Adding workunit
> c95_sieving_640000-650000 to database
> PID1409924 2022-03-21 19:55:10,508 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:10,508 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:10,510 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_520000-530000#2, failed 2 times
> PID1409924 2022-03-21 19:55:10,513 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:10,513 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:10,516 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_530000-540000#2, failed 2 times
> PID1409924 2022-03-21 19:55:10,679 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:10,680 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:10,711 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_550000-560000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:10,711 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:11,258 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:11,259 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:11,288 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_560000-570000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:11,289 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:11,521 Info:Lattice Sieving: Adding workunit
> c95_sieving_650000-660000 to database
> PID1409924 2022-03-21 19:55:11,526 Info:Lattice Sieving: Adding workunit
> c95_sieving_660000-670000 to database
> PID1409924 2022-03-21 19:55:11,531 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:11,531 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:11,533 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_540000-550000#2, failed 2 times
> PID1409924 2022-03-21 19:55:11,536 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:11,536 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:11,539 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_550000-560000#2, failed 2 times
> PID1409924 2022-03-21 19:55:11,813 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:11,814 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:11,842 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_570000-580000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:11,843 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:12,377 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:12,378 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:12,406 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_580000-590000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:12,407 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:12,544 Info:Lattice Sieving: Adding workunit
> c95_sieving_670000-680000 to database
> PID1409924 2022-03-21 19:55:12,549 Info:Lattice Sieving: Adding workunit
> c95_sieving_680000-690000 to database
> PID1409924 2022-03-21 19:55:12,553 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:12,553 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:12,555 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_560000-570000#2, failed 2 times
> PID1409924 2022-03-21 19:55:12,558 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:12,558 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:12,560 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_570000-580000#2, failed 2 times
> PID1409924 2022-03-21 19:55:12,963 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:12,964 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:12,993 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_590000-600000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:12,993 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:13,535 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:13,536 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:13,567 Info:Lattice Sieving: Adding workunit
> c95_sieving_690000-700000 to database
> PID1409924 2022-03-21 19:55:13,567 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_600000-610000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:13,568 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:13,574 Info:Lattice Sieving: Adding workunit
> c95_sieving_700000-710000 to database
> PID1409924 2022-03-21 19:55:13,578 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:13,578 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:13,579 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_580000-590000#2, failed 2 times
> PID1409924 2022-03-21 19:55:13,581 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:13,581 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:13,582 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_590000-600000 as c95_sieving_590000-600000#2
> PID1409924 2022-03-21 19:55:14,101 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:14,102 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:14,130 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_610000-620000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:14,131 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:14,587 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:14,587 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:14,590 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_600000-610000 as c95_sieving_600000-610000#2
> PID1409924 2022-03-21 19:55:14,688 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:14,689 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:14,716 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_620000-630000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:14,716 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:15,248 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:15,249 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:15,276 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_630000-640000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:15,276 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:15,596 Info:Lattice Sieving: Adding workunit
> c95_sieving_710000-720000 to database
> PID1409924 2022-03-21 19:55:15,601 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:15,601 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:15,603 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_610000-620000 as c95_sieving_610000-620000#2
> PID1409924 2022-03-21 19:55:15,606 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:15,607 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:15,610 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_620000-630000 as c95_sieving_620000-630000#2
> PID1409924 2022-03-21 19:55:15,805 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:15,806 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:15,835 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_640000-650000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:15,836 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:16,375 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:16,376 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:16,405 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_650000-660000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:16,405 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:16,616 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:16,616 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:16,618 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_630000-640000 as c95_sieving_630000-640000#2
> PID1409924 2022-03-21 19:55:16,622 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:16,622 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:16,624 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_640000-650000 as c95_sieving_640000-650000#2
> PID1409924 2022-03-21 19:55:16,933 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:16,934 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:16,964 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_660000-670000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:16,964 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:17,530 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:17,531 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:17,558 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_670000-680000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:17,558 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:17,630 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:17,630 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:17,632 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_650000-660000 as c95_sieving_650000-660000#2
> PID1409924 2022-03-21 19:55:17,634 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:17,634 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:17,636 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_660000-670000 as c95_sieving_660000-670000#2
> PID1409924 2022-03-21 19:55:18,070 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:18,071 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:18,096 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_680000-690000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:18,096 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:18,640 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:18,640 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:18,642 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_670000-680000 as c95_sieving_670000-680000#2
> PID1409924 2022-03-21 19:55:18,687 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:18,688 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:18,726 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_690000-700000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:18,727 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:19,252 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:19,253 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:19,281 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_700000-710000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:19,281 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:19,649 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:19,649 Debug:Lattice Sieving: stderr is: b'#
> redoing q=680003, rho=614650 because 1s buckets are full\n# Fullest
> level-1s bucket #20, wrote 7179/7168\n'
> PID1409924 2022-03-21 19:55:19,649 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:19,650 Error:Lattice Sieving: Stderr output
> (last 10 lines only) follow (stored in file
> /tmp/cado.8bk0et44/c95.upload/c95_sieving_680000-690000.qoh_fdab.stderr0):
> PID1409924 2022-03-21 19:55:19,650 Error:Lattice Sieving: # redoing
> q=680003, rho=614650 because 1s buckets are full
> PID1409924 2022-03-21 19:55:19,650 Error:Lattice Sieving: # Fullest
> level-1s bucket #20, wrote 7179/7168
> PID1409924 2022-03-21 19:55:19,650 Error:Lattice Sieving:
> PID1409924 2022-03-21 19:55:19,653 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_680000-690000 as c95_sieving_680000-690000#2
> PID1409924 2022-03-21 19:55:19,657 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:19,657 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:19,659 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_690000-700000 as c95_sieving_690000-700000#2
> PID1409924 2022-03-21 19:55:19,815 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:19,815 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:19,845 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_590000-600000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:19,845 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:20,427 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:20,428 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:20,455 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_600000-610000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:20,456 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:20,665 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:20,665 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:20,668 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_700000-710000 as c95_sieving_700000-710000#2
> PID1409924 2022-03-21 19:55:20,671 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:20,671 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:20,673 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_590000-600000#2, failed 2 times
> PID1409924 2022-03-21 19:55:21,026 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:21,027 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:21,051 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_710000-720000 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:21,051 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:21,576 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:21,577 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:21,598 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_610000-620000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:21,598 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:21,677 Info:Lattice Sieving: Adding workunit
> c95_sieving_720000-730000 to database
> PID1409924 2022-03-21 19:55:21,679 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:21,679 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:21,680 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_600000-610000#2, failed 2 times
> PID1409924 2022-03-21 19:55:21,681 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:21,681 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:21,682 Info:Lattice Sieving: Resubmitting
> workunit c95_sieving_710000-720000 as c95_sieving_710000-720000#2
> PID1409924 2022-03-21 19:55:21,683 Debug:Lattice Sieving: Timeout check
> took 0.000411 s, found 0 WUs
> PID1409924 2022-03-21 19:55:22,139 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:22,140 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:22,175 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_620000-630000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:22,175 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:22,687 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:22,687 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:22,690 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_610000-620000#2, failed 2 times
> PID1409924 2022-03-21 19:55:22,713 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:22,714 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:22,745 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_630000-640000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:22,746 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:23,295 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:23,296 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:23,323 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_640000-650000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:23,323 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:23,696 Info:Lattice Sieving: Adding workunit
> c95_sieving_730000-740000 to database
> PID1409924 2022-03-21 19:55:23,702 Info:Lattice Sieving: Adding workunit
> c95_sieving_740000-750000 to database
> PID1409924 2022-03-21 19:55:23,706 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:23,707 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:23,711 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_620000-630000#2, failed 2 times
> PID1409924 2022-03-21 19:55:23,714 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:23,715 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:23,717 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_630000-640000#2, failed 2 times
> PID1409924 2022-03-21 19:55:23,869 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:23,870 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:23,901 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_650000-660000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:23,902 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:24,411 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:24,411 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:24,436 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_660000-670000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:24,436 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:24,722 Info:Lattice Sieving: Adding workunit
> c95_sieving_750000-760000 to database
> PID1409924 2022-03-21 19:55:24,727 Info:Lattice Sieving: Adding workunit
> c95_sieving_760000-770000 to database
> PID1409924 2022-03-21 19:55:24,732 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:24,732 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:24,735 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_640000-650000#2, failed 2 times
> PID1409924 2022-03-21 19:55:24,737 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:24,737 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:24,739 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_650000-660000#2, failed 2 times
> PID1409924 2022-03-21 19:55:24,970 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:24,971 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:24,999 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_670000-680000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:24,999 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:25,510 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:25,511 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:25,536 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_680000-690000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:25,536 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:25,744 Info:Lattice Sieving: Adding workunit
> c95_sieving_770000-780000 to database
> PID1409924 2022-03-21 19:55:25,748 Info:Lattice Sieving: Adding workunit
> c95_sieving_780000-790000 to database
> PID1409924 2022-03-21 19:55:25,754 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:25,755 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:25,757 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_660000-670000#2, failed 2 times
> PID1409924 2022-03-21 19:55:25,761 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:25,761 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:25,763 Info:Lattice Sieving: Not resubmitting
> workunit c95_sieving_670000-680000#2, failed 2 times
> PID1409924 2022-03-21 19:55:26,100 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:26,101 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:26,126 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_690000-700000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:26,127 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:26,645 Debug:HTTP server: 192.168.1.175 "POST
> /cgi-bin/upload.py HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:26,646 Debug:HTTP server: 192.168.1.175
> Translated path cgi-bin/upload.py to
> /usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/upload.py
> PID1409924 2022-03-21 19:55:26,677 Info:HTTP server: 192.168.1.175 Sending
> workunit c95_sieving_700000-710000#2 to client p9x79.a7a9572c
> PID1409924 2022-03-21 19:55:26,678 Debug:HTTP server: 192.168.1.175 "GET
> /cgi-bin/getwu?clientid=p9x79.a7a9572c HTTP/1.1" 200 -
> PID1409924 2022-03-21 19:55:26,767 Info:Lattice Sieving: Adding workunit
> c95_sieving_790000-800000 to database
> PID1409924 2022-03-21 19:55:26,772 Info:Lattice Sieving: Adding workunit
> c95_sieving_800000-810000 to database
> PID1409924 2022-03-21 19:55:26,776 Debug:Lattice Sieving: Return code is: -4
> PID1409924 2022-03-21 19:55:26,776 Debug:Lattice Sieving: stderr is: b'#
> redoing q=680003, rho=614650 because 1s buckets are full\n# Fullest
> level-1s bucket #20, wrote 7179/7168\n'
> PID1409924 2022-03-21 19:55:26,777 Error:Lattice Sieving: Program run on
> p9x79.a7a9572c failed with exit code -4
> PID1409924 2022-03-21 19:55:26,777 Error:Lattice Sieving: Stderr output
> (last 10 lines only) follow (stored in file
> /tmp/cado.8bk0et44/c95.upload/c95_sieving_680000-690000#2.6orf_pvx.stderr0):
> PID1409924 2022-03-21 19:55:26,777 Error:Lattice Sieving: # redoing
> q=680003, rho=614650 because 1s buckets are full
> PID1409924 2022-03-21 19:55:26,777 Error:Lattice Sieving: # Fullest
> level-1s bucket #20, wrote 7179/7168
> PID1409924 2022-03-21 19:55:26,778 Error:Lattice Sieving:
> PID1409924 2022-03-21 19:55:26,778 Error:Lattice Sieving: Exceeded maximum
> number of failed workunits, maxfailed=100
> PID1409924 2022-03-21 19:55:26,778 Info:HTTP server: Got notification to
> stop serving Workunits
> PID1409924 2022-03-21 19:55:26,778 Info:Generate Free Relations: Total
> cpu/real time for freerel: 81.33/20.8297
> PID1409924 2022-03-21 19:55:26,779 Info:Polynomial Selection (root
> optimized): Aggregate statistics:
> PID1409924 2022-03-21 19:55:26,779 Info:Polynomial Selection (root
> optimized): Total time: 90.74
> PID1409924 2022-03-21 19:55:26,779 Info:Polynomial Selection (root
> optimized): Rootsieve time: 90.03
> PID1409924 2022-03-21 19:55:26,779 Info:Generate Factor Base: Total
> cpu/real time for makefb: 1.74/0.475968
> PID1409924 2022-03-21 19:55:26,780 Info:Polynomial Selection (size
> optimized): Aggregate statistics:
> PID1409924 2022-03-21 19:55:26,780 Info:Polynomial Selection (size
> optimized): potential collisions: 7742.57
> PID1409924 2022-03-21 19:55:26,781 Info:Polynomial Selection (size
> optimized): raw lognorm (nr/min/av/max/std): 5348/30.050/35.954/43.220/1.319
> PID1409924 2022-03-21 19:55:26,781 Info:Polynomial Selection (size
> optimized): optimized lognorm (nr/min/av/max/std):
> 3605/29.970/33.883/37.780/1.132
> PID1409924 2022-03-21 19:55:26,781 Info:Polynomial Selection (size
> optimized): Total time: 206.58
> PID1409924 2022-03-21 19:55:26,784 Info:HTTP server: Shutting down HTTP
> server
- [cado-nfs] Lattice Sieving Failed, Thomas D. Dean, 03/22/2022
- Re: [cado-nfs] Lattice Sieving Failed, Thomas D. Dean, 03/22/2022
- Re: [cado-nfs] Lattice Sieving Failed, Emmanuel Thomé, 03/22/2022
Archive powered by MHonArc 2.6.19+.