Trace number 4450495

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 43.5082 40.2618

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
MD5SUMdd92d9e5756ed22f81c522492be205b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.174833
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8580
Total number of constraints2146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints2080
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4450495-1721410776.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.159s.
0.51/0.32	c declared #vars     8580
0.51/0.32	c #constraints  2146
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2146
0.51/0.32	c 2146 constraints processed.
2.59/1.48	c cleaning 2468 clauses out of 5000 with flag 0/5000
4.52/2.42	c cleaning 4148 clauses out of 8533 with flag 0/11001
6.30/4.09	c cleaning 5665 clauses out of 11385 with flag 0/18001
7.33/4.84	c cleaning 6730 clauses out of 13719 with flag 0/26000
8.23/5.68	c cleaning 7719 clauses out of 15989 with flag 0/35000
9.34/6.66	c cleaning 8660 clauses out of 18270 with flag 0/45000
10.63/7.93	c cleaning 9762 clauses out of 20611 with flag 0/56001
12.04/9.40	c cleaning 10482 clauses out of 22848 with flag 0/68000
13.63/10.99	c cleaning 11640 clauses out of 25366 with flag 0/81000
17.59/14.87	c cleaning 12739 clauses out of 27727 with flag 0/95001
20.40/17.64	c cleaning 13093 clauses out of 29987 with flag 0/110000
22.20/19.46	c cleaning 13344 clauses out of 32894 with flag 0/126000
26.65/23.75	c cleaning 14734 clauses out of 36551 with flag 0/143001
31.34/28.33	c cleaning 12412 clauses out of 39816 with flag 0/161000
34.48/31.49	c cleaning 13071 clauses out of 46404 with flag 0/180000
40.06/36.92	c cleaning 14993 clauses out of 53333 with flag 0/200000
43.33/40.17	c starts		: 119
43.33/40.17	c conflicts		: 218540
43.33/40.17	c decisions		: 993734
43.33/40.17	c propagations		: 3150003
43.33/40.17	c inspects		: 75292705
43.33/40.17	c shortcuts		: 0
43.33/40.17	c learnt literals	: 0
43.33/40.17	c learnt binary clauses	: 2
43.33/40.17	c learnt ternary clauses	: 52
43.33/40.17	c learnt constraints	: 218539
43.33/40.17	c ignored constraints	: 0
43.33/40.17	c root simplifications	: 0
43.33/40.17	c removed literals (reason simplification)	: 0
43.33/40.17	c reason swapping (by a shorter reason)	: 0
43.33/40.17	c Calls to reduceDB	: 16
43.33/40.17	c Number of update (reduction) of LBD	: 4708
43.33/40.17	c Imported unit clauses	: 0
43.33/40.17	c No decision after first conflict	: false
43.33/40.17	c number of reductions to clauses (during analyze)	: 0
43.33/40.17	c number of learned constraints concerned by reduction	: 0
43.33/40.17	c number of learning phase by resolution	: 0
43.33/40.17	c number of learning phase by cutting planes	: 0
43.33/40.17	c number of rounding to 1 operations	: 686336
43.33/40.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
43.33/40.17	c number of reductions of the coefficients by power 2 	: 0
43.33/40.17	c number of right shift for reduction by power 2 	: 0
43.33/40.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
43.33/40.17	c number of ending skipping 	: 0
43.33/40.17	c number of internal skipping 	: 0
43.33/40.17	c number of derivation steps 	: 646177
43.33/40.17	c number of skipped derivation steps 	: 0
43.33/40.17	c number of remaining unassigned 	: 2930
43.33/40.17	c number of remaining assigned 	: 4953510
43.33/40.17	c number of falsified literals weakened from reason	: 0
43.33/40.17	c number of falsified literals weakened from conflict	: 0
43.33/40.17	c time for arithmetic operations	: 348488569
43.33/40.19	c minimum degree of deleted constraints	: 4
43.33/40.19	c maximum degree of deleted constraints	: 147573952589676412923
43.33/40.19	c number of deleted constraints	: 161660
43.43/40.20	c speed (assignments/second)	: 79034.59955841028
43.43/40.20	c non guided choices	: 122905
43.43/40.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12953
43.43/40.24	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1802
43.43/40.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
43.43/40.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42122
43.43/40.24	s UNSATISFIABLE
43.43/40.24	c Total wall clock time (in seconds): 40.09

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55967 MiB free)
  memory of node 1: 64473 MiB (59385 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450495-1721410776/watcher-4450495-1721410776 -o /tmp/evaluation-result-4450495-1721410776/solver-4450495-1721410776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017795 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450495-1721410776.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1018279, runsolver pid=1018276

[startup+0.102605 s]*
/proc/loadavg: 4.27 3.00 3.10 7/328 1018297
/proc/meminfo: memFree=118077512/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=18975048 memory=63516 CPUtime=0.14 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 7258 0 0 0 12 2 0 0 20 0 18 0 193241144 19430449152 15879 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4743762 15879 5722 1 0 549380 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 1078198336 5769 0 0 0 7 1 0 0 20 0 18 0 193241145 19430449152 15879 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193241147 19430449152 15879 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193241148 19430449152 15879 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63516 KiB

[startup+0.206134 s]*
/proc/loadavg: 4.27 3.00 3.10 7/328 1018297
/proc/meminfo: memFree=118050724/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=18975048 memory=90840 CPUtime=0.33 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 7757 0 0 0 30 3 0 0 20 0 18 0 193241144 19430449152 22710 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4743762 22710 5896 1 0 549663 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 6044 0 0 0 16 2 0 0 20 0 18 0 193241145 19430449152 22710 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=18975048 memory=1623 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193241147 19430449152 22710 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193241148 19430449152 22710 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90840 KiB

[startup+0.308135 s]*
/proc/loadavg: 4.27 3.00 3.10 7/329 1018298
/proc/meminfo: memFree=117977292/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19041612 memory=164420 CPUtime=0.51 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 9335 0 0 0 46 5 0 0 20 0 19 0 193241144 19498610688 41105 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4760403 41105 5896 1 0 550948 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19041612 memory=-7236542958790468709 CPUtime=0.25 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 6085 0 0 0 22 3 0 0 20 0 19 0 193241145 19498610688 41105 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193241147 19498610688 41105 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193241148 19498610688 41105 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164420 KiB

[startup+0.701134 s]
/proc/loadavg: 4.27 3.00 3.10 7/330 1018299
/proc/meminfo: memFree=117974548/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=187268 CPUtime=1.21 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 18049 0 0 0 114 7 0 0 20 0 20 0 193241144 19566772224 46817 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 46817 5912 1 0 555985 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=5436 CPUtime=0.55 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 6180 0 0 0 52 3 0 0 20 0 20 0 193241145 19566772224 46817 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 46817 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 46817 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 46817 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187268 KiB

[startup+1.50114 s]
/proc/loadavg: 4.27 3.00 3.10 7/330 1018301
/proc/meminfo: memFree=117862364/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=481660 CPUtime=2.79 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 24499 0 0 0 266 13 0 0 20 0 20 0 193241144 19566772224 120415 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 120415 5912 1 0 557338 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=12292 CPUtime=1.3 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 6831 0 0 0 122 8 0 0 20 0 20 0 193241145 19566772224 120415 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 120415 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 120415 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=22626 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 120415 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 481660 KiB

[startup+3.10615 s]
/proc/loadavg: 4.27 3.00 3.10 5/330 1018301
/proc/meminfo: memFree=116535004/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=1672796 CPUtime=5.35 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 29319 0 0 0 497 38 0 0 20 0 20 0 193241144 19566772224 418199 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 418199 5928 1 0 810095 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=0 CPUtime=2.86 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 8336 0 0 0 254 32 0 0 20 0 20 0 193241145 19566772224 418199 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 418199 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 418199 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 418199 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1672796 KiB

[startup+6.30115 s]
/proc/loadavg: 4.25 3.02 3.10 6/330 1018301
/proc/meminfo: memFree=116177216/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=1941944 CPUtime=9.01 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 30964 0 0 0 858 43 0 0 20 0 20 0 193241144 19566772224 485486 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 485486 5944 1 0 810152 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=12292 CPUtime=5.95 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 9145 0 0 0 559 36 0 0 20 0 20 0 193241145 19566772224 485486 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 485486 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 485486 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=-8814538831020006773 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 485486 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1941944 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 3.03 3.11 5/330 1018302
/proc/meminfo: memFree=116156276/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=1956488 CPUtime=15.47 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 31677 0 0 0 1503 44 0 0 20 0 20 0 193241144 19566772224 489122 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 489122 5947 1 0 810168 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=1946220 CPUtime=12.08 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 9669 0 0 0 1172 36 0 0 20 0 20 0 193241145 19566772224 489122 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 489122 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 489122 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 489122 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 15.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1956488 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 3.08 3.12 5/330 1018304
/proc/meminfo: memFree=115542680/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=2494524 CPUtime=28.51 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 38341 0 0 0 2796 55 0 0 20 0 20 0 193241144 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 623631 5947 1 0 941771 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=1946084 CPUtime=24.44 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 12025 0 0 0 2398 46 0 0 20 0 20 0 193241145 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=2490412 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=2490428 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 28.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2494524 KiB

[startup+40.2617 s]
# the end of solver process 1018279 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=42.8407 s, system=0.667494 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6003 s]
/proc/loadavg: 4.18 3.08 3.12 5/330 1018304
/proc/meminfo: memFree=115542680/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=2494524 CPUtime=28.61 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 38406 0 0 0 2806 55 0 0 20 0 20 0 193241144 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 623631 5947 1 0 941771 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=2486292 CPUtime=24.54 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 12090 0 0 0 2408 46 0 0 20 0 20 0 193241145 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=2490428 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 623631 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 28.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2494524 KiB

[startup+32.0003 s]*
/proc/loadavg: 4.16 3.10 3.13 5/330 1018305
/proc/meminfo: memFree=114526404/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=3009668 CPUtime=35.08 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 39581 0 0 0 3444 64 0 0 20 0 20 0 193241144 19566772224 752417 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 752417 5947 1 0 1069195 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=-7236542958790468709 CPUtime=30.69 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 12909 0 0 0 3015 54 0 0 20 0 20 0 193241145 19566772224 752417 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=1708 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 752417 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=25820 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 752417 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=28128 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 752417 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 35.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3009668 KiB

[startup+35.2003 s]
/proc/loadavg: 4.15 3.11 3.13 5/330 1018305
/proc/meminfo: memFree=114491392/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=3017860 CPUtime=38.33 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 39861 0 0 0 3768 65 0 0 20 0 20 0 193241144 19566772224 754465 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 754465 5947 1 0 1069196 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=3003524 CPUtime=33.78 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 13166 0 0 0 3324 54 0 0 20 0 20 0 193241145 19566772224 754465 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=5040 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 754465 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=3700060 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 754465 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 754465 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 38.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3017860 KiB

[startup+38.4003 s]
/proc/loadavg: 4.15 3.11 3.13 6/330 1018305
/proc/meminfo: memFree=114472820/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=3020052 CPUtime=41.57 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 40168 0 0 0 4092 65 0 0 20 0 20 0 193241144 19566772224 755013 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 755013 5947 1 0 1069196 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=2486260 CPUtime=36.86 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 13372 0 0 0 3632 54 0 0 20 0 20 0 193241145 19566772224 755013 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=46444 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 755013 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=3009668 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 755013 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=3003524 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 755013 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 41.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3020052 KiB

[startup+39.2003 s]
/proc/loadavg: 4.15 3.11 3.13 5/330 1018305
/proc/meminfo: memFree=114468556/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=3020064 CPUtime=42.37 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 40607 0 0 0 4172 65 0 0 20 0 20 0 193241144 19566772224 755016 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 755016 5947 1 0 1069196 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=1960732 CPUtime=37.66 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 13625 0 0 0 3712 54 0 0 20 0 20 0 193241145 19566772224 755016 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=2484024 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 755016 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=2486248 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 755016 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=-7236542958790468709 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 755016 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 42.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3020064 KiB

[startup+40.0003 s]*
/proc/loadavg: 4.22 3.14 3.14 5/330 1018305
/proc/meminfo: memFree=114450096/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19108176 memory=3024492 CPUtime=43.23 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 41437 0 0 0 4258 65 0 0 20 0 20 0 193241144 19566772224 756123 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4777044 756123 5947 1 0 1069196 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19108176 memory=-7236542958790468709 CPUtime=38.42 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) R 1018276 1018279 1017783 0 -1 4194368 14136 0 0 0 3788 54 0 0 20 0 20 0 193241145 19566772224 756123 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19108176 memory=2680 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19566772224 756123 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19108176 memory=13692 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19566772224 756123 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018299] ppid=1018276 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/1018279/task/1018299/stat : 1018299 (Timer-0) S 1018276 1018279 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193241177 19566772224 756123 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 43.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3024492 KiB

[startup+40.2002 s]
/proc/loadavg: 4.22 3.14 3.14 5/330 1018305
/proc/meminfo: memFree=114450096/131524600 swapFree=131071996/131071996
[pid=1018279] ppid=1018276 vsize=19241304 memory=3024988 CPUtime=43.43 cores=1,3
/proc/1018279/stat : 1018279 (java) S 1018276 1018279 1017783 0 -1 1077936128 45139 0 0 0 4278 65 0 0 20 0 20 0 193241144 19703095296 756247 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
/proc/1018279/statm: 4810326 756247 5946 1 0 1069798 0
[pid=1018279/tid=1018281] ppid=1018276 vsize=19241304 memory=11396 CPUtime=38.59 cores=1,3
/proc/1018279/task/1018281/stat : 1018281 (java) S 1018276 1018279 1017783 0 -1 1077936192 16294 0 0 0 3804 55 0 0 20 0 20 0 193241145 19703095296 756247 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018290] ppid=1018276 vsize=19241304 memory=11116 CPUtime=0 cores=1,3
/proc/1018279/task/1018290/stat : 1018290 (Finalizer) S 1018276 1018279 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193241147 19703095296 756247 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
[pid=1018279/tid=1018297] ppid=1018276 vsize=19241304 memory=2668 CPUtime=0 cores=1,3
/proc/1018279/task/1018297/stat : 1018297 (Common-Cleaner) S 1018276 1018279 1017783 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193241148 19703095296 756247 134679101440 94421981749248 94421981752944 140727777387488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94421981760760 94421981761552 94422009552896 140727777395694 140727777395807 140727777395807 140727777402824 0
Current children cumulated CPU time: 43.43 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3024988 KiB

Child status: 20

Real time (s): 40.2618
CPU time (s): 43.5082
CPU user time (s): 42.8407
CPU system time (s): 0.667494
CPU usage (%): 108.063
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3024988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8407
system time used= 0.667494
maximum resident set size= 3026172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3096
involuntary context switches= 493


# summary of solver processes directly reported to runsolver:
#   pid: 1018279
#   total CPU time (s): 43.5082
#   total CPU user time (s): 42.8407
#   total CPU system time (s): 0.667494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.102141 second user time and 0.2304 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-19 19:39:49
IDJOB=4450495
IDBENCH=160462
IDSOLVER=3046
FILE ID=nodeC020/4450495-1721410776
RUNJOBID= nodeC020-1721410600-1017795
SLURM_JOB_ID= 7545471
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450495-1721410776/watcher-4450495-1721410776 -o /tmp/evaluation-result-4450495-1721410776/solver-4450495-1721410776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017795 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450495-1721410776.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= dd92d9e5756ed22f81c522492be205b4
RANDOM SEED=1044630966

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.165
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.924
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.788
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.599
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.869
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.776
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.261
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3622.379
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118122292 kB
MemAvailable:   120221432 kB
Buffers:          533360 kB
Cached:          2392200 kB
SwapCached:            0 kB
Active:           914080 kB
Inactive:       11817148 kB
Active(anon):       1568 kB
Inactive(anon):  9849996 kB
Active(file):     912512 kB
Inactive(file):  1967152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1184 kB
Writeback:             0 kB
AnonPages:       9804732 kB
Mapped:           126580 kB
Shmem:             45912 kB
KReclaimable:     118600 kB
Slab:             234492 kB
SReclaimable:     118600 kB
SUnreclaim:       115892 kB
KernelStack:        5008 kB
PageTables:        29424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13429528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9494528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC020 at 2024-07-19 19:40:30