Trace number 4453852

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 Resolution 2024 2024-07-07UNSAT cert. 72.4596 70.1287

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-15array_ineq10.opb
MD5SUM80d0bb689427e6d4d718d000fcfdf3ab
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 benchmark2.92957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1657
Total number of constraints2125
Number of constraints which are clauses1488
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints591
Minimum length of a constraint1
Maximum length of a constraint62
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 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 4294967295
Number of bits of the biggest sum of numbers32
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.11	c version CUSTOM.v20240707
0.08/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.12	c java.vm.version	22.0.1+8-16
0.08/0.12	c java.vm.vendor	Oracle Corporation
0.08/0.12	c sun.arch.data.model	64
0.08/0.12	c java.version		22.0.1
0.08/0.12	c os.name		Linux
0.08/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.12	c os.arch		amd64
0.08/0.12	c Free memory 		2104792832
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.16	--- Begin Solver configuration ---
0.08/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.16	Learn all clauses as in MiniSAT
0.08/0.16	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.16	Expensive reason simplification
0.08/0.16	Glucose 2.1 dynamic restart strategy
0.08/0.16	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.16	timeout=2147483s
0.08/0.16	DB Simplification allowed=false
0.08/0.16	Listener: none
0.08/0.16	--- End Solver configuration ---
0.08/0.16	c Pseudo Boolean Optimization by upper bound
0.08/0.16	c --- Begin Solver configuration ---
0.08/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.16	c Learn all clauses as in MiniSAT
0.08/0.16	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.16	c Expensive reason simplification
0.08/0.16	c Glucose 2.1 dynamic restart strategy
0.08/0.16	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.16	c timeout=2147483s
0.08/0.16	c DB Simplification allowed=false
0.08/0.16	c Listener: none
0.08/0.16	c --- End Solver configuration ---
0.08/0.16	c solving HOME/instance-4453852-1721843642.opb
0.08/0.17	c reading problem ... 
0.08/0.17	c using VERIPB proof format
0.08/0.17	c  no objective function found
0.26/0.24	c ... done. Wall clock time 0.074s.
0.26/0.24	c declared #vars     1657
0.26/0.24	c #constraints  2761
0.26/0.24	c constraints type 
0.26/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 886
0.26/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 935
0.26/0.24	c org.sat4j.specs.Constr$1 => 436
0.26/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 194
0.26/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 310
0.26/0.24	c 2761 constraints processed.
2.39/1.34	c cleaning 2501 clauses out of 5001 with flag 23265/5001
4.35/2.36	c cleaning 4246 clauses out of 8498 with flag 65110/11000
5.90/3.67	c cleaning 5621 clauses out of 11252 with flag 134114/18000
7.51/5.25	c cleaning 6810 clauses out of 13632 with flag 212231/26001
9.25/6.92	c cleaning 7906 clauses out of 15821 with flag 295430/35000
11.48/9.11	c cleaning 8949 clauses out of 17915 with flag 388699/45000
13.72/11.36	c cleaning 9979 clauses out of 19966 with flag 492910/56000
16.66/14.17	c cleaning 10991 clauses out of 21987 with flag 610679/68000
20.36/17.89	c cleaning 11995 clauses out of 23997 with flag 780484/81001
24.05/21.58	c cleaning 12996 clauses out of 26002 with flag 942906/95001
27.44/24.98	c cleaning 14002 clauses out of 28006 with flag 1070254/110001
31.56/29.07	c cleaning 14999 clauses out of 30003 with flag 1199807/126000
36.45/34.20	c cleaning 15993 clauses out of 32004 with flag 1343262/143000
41.82/39.40	c cleaning 16997 clauses out of 34011 with flag 1486697/161000
47.51/45.14	c cleaning 17998 clauses out of 36013 with flag 1643819/180000
54.11/51.72	c cleaning 19002 clauses out of 38014 with flag 1811101/200000
60.93/58.54	c cleaning 20006 clauses out of 40015 with flag 1981551/221003
68.76/66.42	c cleaning 20999 clauses out of 42004 with flag 2177527/243000
72.35/70.08	c starts		: 195
72.35/70.09	c conflicts		: 253448
72.35/70.09	c decisions		: 294219
72.35/70.09	c propagations		: 71554560
72.35/70.09	c inspects		: 704622971
72.35/70.09	c shortcuts		: 0
72.35/70.09	c learnt literals	: 11
72.35/70.09	c learnt binary clauses	: 264
72.35/70.09	c learnt ternary clauses	: 265
72.35/70.09	c learnt constraints	: 253436
72.35/70.09	c ignored constraints	: 0
72.35/70.09	c root simplifications	: 0
72.35/70.09	c removed literals (reason simplification)	: 9248915
72.35/70.09	c reason swapping (by a shorter reason)	: 0
72.35/70.09	c Calls to reduceDB	: 18
72.35/70.09	c Number of update (reduction) of LBD	: 67833
72.35/70.09	c Imported unit clauses	: 0
72.35/70.09	c No decision after first conflict	: false
72.35/70.09	c number of reductions to clauses (during analyze)	: 0
72.35/70.09	c number of learned constraints concerned by reduction	: 0
72.35/70.09	c number of learning phase by resolution	: 0
72.35/70.09	c number of learning phase by cutting planes	: 0
72.35/70.09	c number of rounding to 1 operations	: 0
72.35/70.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
72.35/70.09	c number of reductions of the coefficients by power 2 	: 0
72.35/70.09	c number of right shift for reduction by power 2 	: 0
72.35/70.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
72.35/70.09	c number of ending skipping 	: 0
72.35/70.09	c number of internal skipping 	: 0
72.35/70.09	c number of derivation steps 	: 0
72.35/70.09	c number of skipped derivation steps 	: 0
72.35/70.09	c number of remaining unassigned 	: 0
72.35/70.09	c number of remaining assigned 	: 0
72.35/70.09	c number of falsified literals weakened from reason	: 0
72.35/70.09	c number of falsified literals weakened from conflict	: 0
72.35/70.09	c time for arithmetic operations	: 0
72.35/70.09	c minimum degree of deleted constraints	: null
72.35/70.09	c maximum degree of deleted constraints	: null
72.35/70.09	c number of deleted constraints	: 0
72.35/70.09	c speed (assignments/second)	: 1024476.4836423509
72.35/70.09	c non guided choices	: 22
72.43/70.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31182
72.43/70.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 264
72.43/70.11	s UNSATISFIABLE
72.43/70.11	c Total wall clock time (in seconds): 69.95

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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 (56500 MiB free)
  memory of node 1: 64473 MiB (61583 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453852-1721843642/watcher-4453852-1721843642 -o /tmp/evaluation-result-4453852-1721843642/solver-4453852-1721843642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721843642-247160 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4453852-1721843642 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453852-1721843642.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=247221, runsolver pid=247217
Current StackSize limit: 8192 KiB


[startup+0.101483 s]*
/proc/loadavg: 1.13 1.14 1.59 9/328 247292
/proc/meminfo: memFree=120775168/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=18993908 memory=58220 CPUtime=0.08 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 6773 0 13 0 6 2 0 0 20 0 18 0 20892459 19449761792 14555 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4748477 14555 5969 1 0 548915 0
[pid=247221/tid=247235] ppid=247217 vsize=18993908 memory=4026531971 CPUtime=0.05 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 1078198336 5637 0 12 0 3 2 0 0 20 0 18 0 20892459 19449761792 14555 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=18993908 memory=1656157 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 14555 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=18993908 memory=14417020624045798 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 14555 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 58220 KiB

[startup+0.207692 s]*
/proc/loadavg: 1.13 1.14 1.59 15/328 247292
/proc/meminfo: memFree=120726308/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=18993908 memory=70136 CPUtime=0.26 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 7673 0 13 0 23 3 0 0 20 0 18 0 20892459 19449761792 17534 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4748477 17534 6006 1 0 549578 0
[pid=247221/tid=247235] ppid=247217 vsize=18993908 memory=4782652875487838339 CPUtime=0.14 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 6034 0 12 0 12 2 0 0 20 0 18 0 20892459 19449761792 17534 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=18993908 memory=1656157 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 17534 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=18993908 memory=14417020624045798 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 17534 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 70136 KiB

[startup+0.306694 s]*
/proc/loadavg: 1.13 1.14 1.59 13/332 247296
/proc/meminfo: memFree=120691544/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19060472 memory=80472 CPUtime=0.44 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 8394 0 13 0 41 3 0 0 20 0 19 0 20892459 19517923328 20118 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4765118 20118 6090 1 0 550147 0
[pid=247221/tid=247235] ppid=247217 vsize=19060472 memory=-8600864173156180668 CPUtime=0.22 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 6113 0 12 0 20 2 0 0 20 0 19 0 20892459 19517923328 20118 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 20118 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 20118 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20892484 19517923328 20118 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 80472 KiB

[startup+0.704695 s]
/proc/loadavg: 1.13 1.14 1.59 14/332 247296
/proc/meminfo: memFree=120606348/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19060472 memory=136100 CPUtime=1.2 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 12943 0 13 0 115 5 0 0 20 0 19 0 20892459 19517923328 34025 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4765118 34025 6114 1 0 553016 0
[pid=247221/tid=247235] ppid=247217 vsize=19060472 memory=13136 CPUtime=0.59 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 6147 0 12 0 55 4 0 0 20 0 19 0 20892459 19517923328 34025 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19060472 memory=13136 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 34025 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 34025 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19060472 memory=26044 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20892484 19517923328 34025 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 136100 KiB

[startup+1.50069 s]
/proc/loadavg: 1.13 1.14 1.59 9/333 247297
/proc/meminfo: memFree=120360736/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=187964 CPUtime=2.78 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 22141 0 13 0 271 7 0 0 20 0 20 0 20892459 19586084864 46991 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 46991 6114 1 0 555512 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=13136 CPUtime=1.35 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 7214 0 12 0 130 5 0 0 20 0 20 0 20892459 19586084864 46991 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=26044 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 46991 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 46991 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 46991 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 187964 KiB

[startup+3.10569 s]
/proc/loadavg: 1.60 1.24 1.62 6/315 247302
/proc/meminfo: memFree=120341284/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=228708 CPUtime=5.41 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 25007 0 13 0 531 10 0 0 20 0 20 0 20892459 19586084864 57177 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 57177 6114 1 0 555753 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=0 CPUtime=2.91 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 7621 0 12 0 285 6 0 0 20 0 20 0 20892459 19586084864 57177 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=188324 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 57177 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=13572 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 57177 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=13136 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 57177 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 228708 KiB

[startup+6.30071 s]
/proc/loadavg: 1.60 1.24 1.62 6/336 247370
/proc/meminfo: memFree=119872196/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=392928 CPUtime=8.65 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 25390 0 13 0 850 15 0 0 20 0 20 0 20892459 19586084864 98232 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 98232 6114 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=0 CPUtime=6.05 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 7908 0 12 0 594 11 0 0 20 0 20 0 20892459 19586084864 98232 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 98232 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=-6301763448050906304 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 98232 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=13136 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 98232 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 8.65 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 392928 KiB

[startup+12.7003 s]
/proc/loadavg: 1.79 1.28 1.64 5/336 247370
/proc/meminfo: memFree=118419740/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=944204 CPUtime=15.26 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 31390 0 13 0 1498 28 0 0 20 0 20 0 20892459 19586084864 236051 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 236051 6114 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=13136 CPUtime=12.42 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 9377 0 12 0 1218 24 0 0 20 0 20 0 20892459 19586084864 236051 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 236051 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=804800 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 236051 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=164 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 236051 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 944204 KiB

[startup+25.5003 s]
/proc/loadavg: 2.58 1.48 1.70 7/336 247439
/proc/meminfo: memFree=116840652/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1329416 CPUtime=28.06 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 35502 0 13 0 2766 40 0 0 20 0 20 0 20892459 19586084864 332354 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 332354 6114 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=804800 CPUtime=25.16 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 10857 0 12 0 2482 34 0 0 20 0 20 0 20892459 19586084864 332354 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=13572 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 332354 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=392928 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 332354 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=13136 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 332354 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 28.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1329416 KiB

[startup+51.1058 s]
/proc/loadavg: 3.34 1.75 1.78 5/336 247512
/proc/meminfo: memFree=116325260/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1339960 CPUtime=53.51 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 44143 0 13 0 5303 48 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 334990 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=198340509722 CPUtime=50.25 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 13296 0 12 0 4984 41 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0

################
# More data... #
################

/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 53.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1339960 KiB

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

# cumulated CPU time of all completed processes:  user=71.8853 s, system=0.574255 s

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

[startup+51.2003 s]
/proc/loadavg: 3.34 1.75 1.78 5/336 247512
/proc/meminfo: memFree=116325260/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1339960 CPUtime=53.61 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 44143 0 13 0 5313 48 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 334990 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=0 CPUtime=50.34 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 13296 0 12 0 4993 41 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=1329576 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=13572 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 53.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1339960 KiB

[startup+57.6002 s]
/proc/loadavg: 3.47 1.80 1.80 4/336 247514
/proc/meminfo: memFree=115432580/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1339960 CPUtime=60.04 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 46644 0 13 0 5952 52 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 334990 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=1339960 CPUtime=56.71 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 13537 0 12 0 5627 44 0 0 20 0 20 0 20892459 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=1339960 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=13572 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=5720 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 334990 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 60.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1339960 KiB

[startup+64.0003 s]*
/proc/loadavg: 3.64 1.89 1.83 5/336 247514
/proc/meminfo: memFree=114822032/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1340028 CPUtime=66.38 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 49453 0 13 0 6584 54 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 335007 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=0 CPUtime=62.95 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 14146 0 12 0 6248 47 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=-8526834055258022588 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=1322068 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=-8526834055258022588 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 66.38 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340028 KiB

[startup+67.2002 s]
/proc/loadavg: 3.64 1.89 1.83 5/336 247515
/proc/meminfo: memFree=114692840/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1340028 CPUtime=69.56 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 49873 0 13 0 6901 55 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 335007 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=13572 CPUtime=66.13 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 14519 0 12 0 6565 48 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=64624 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=13136 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=-8672921767194108604 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 69.56 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340028 KiB

[startup+68.8002 s]
/proc/loadavg: 3.67 1.93 1.84 5/337 247516
/proc/meminfo: memFree=114683936/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1340028 CPUtime=71.14 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 49890 0 13 0 7059 55 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 335007 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=1340028 CPUtime=67.72 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 14536 0 12 0 6724 48 0 0 20 0 20 0 20892459 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=1203016044889652 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=-8672921767194108604 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=64624 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 335007 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 71.14 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340028 KiB

[startup+69.6003 s]
/proc/loadavg: 3.67 1.93 1.84 5/337 247516
/proc/meminfo: memFree=114667948/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1340040 CPUtime=71.95 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 49985 0 13 0 7139 56 0 0 20 0 20 0 20892459 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 335010 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=64624 CPUtime=68.51 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 14552 0 12 0 6803 48 0 0 20 0 20 0 20892459 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=13572 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=64624 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=18248 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 71.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340040 KiB

[startup+70.0003 s]*
/proc/loadavg: 3.67 1.93 1.84 5/337 247516
/proc/meminfo: memFree=114652908/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19127036 memory=1340040 CPUtime=72.35 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 49990 0 13 0 7179 56 0 0 20 0 20 0 20892459 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4781759 335010 6142 1 0 555756 0
[pid=247221/tid=247235] ppid=247217 vsize=19127036 memory=-8526834055258022588 CPUtime=68.92 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) R 247217 247221 247150 0 -1 4194368 14557 0 12 0 6844 48 0 0 20 0 20 0 20892459 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19127036 memory=-7233482106572465531 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19127036 memory=1685037 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247295] ppid=247217 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247295/stat : 247295 (Timer-0) S 247217 247221 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892484 19586084864 335010 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 72.35 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1340040 KiB

[startup+70.1104 s]
/proc/loadavg: 3.67 1.93 1.84 5/337 247516
/proc/meminfo: memFree=114652908/131524600 swapFree=131068900/131071996
[pid=247221] ppid=247217 vsize=19260164 memory=1340616 CPUtime=72.43 cores=0,2
/proc/247221/stat : 247221 (java) S 247217 247221 247150 0 -1 1077936128 52315 0 13 0 7187 56 0 0 20 0 20 0 20892459 19722407936 335154 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
/proc/247221/statm: 4815041 335154 6141 1 0 556390 0
[pid=247221/tid=247235] ppid=247217 vsize=19260164 memory=1340028 CPUtime=68.96 cores=0,2
/proc/247221/task/247235/stat : 247235 (java) S 247217 247221 247150 0 -1 1077936192 16277 0 12 0 6847 49 0 0 20 0 20 0 20892459 19722407936 335154 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 58 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247261] ppid=247217 vsize=19260164 memory=0 CPUtime=0 cores=0,2
/proc/247221/task/247261/stat : 247261 (Finalizer) S 247217 247221 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19722407936 335154 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
[pid=247221/tid=247289] ppid=247217 vsize=19260164 memory=1340028 CPUtime=0 cores=0,2
/proc/247221/task/247289/stat : 247289 (Common-Cleaner) S 247217 247221 247150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 20892465 19722407936 335154 134679101440 94792597753856 94792597757552 140720789834928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94792597765368 94792597766160 94792606416896 140720789836719 140720789836901 140720789836901 140720789843912 0
Current children cumulated CPU time: 72.43 s
Current children cumulated vsize: 19260164 KiB
Current children cumulated memory: 1340616 KiB

Child status: 20

Real time (s): 70.1287
CPU time (s): 72.4596
CPU user time (s): 71.8853
CPU system time (s): 0.574255
CPU usage (%): 103.324
Max. virtual memory (cumulated for all children) (KiB): 19260164
Max. memory (cumulated for all children) (KiB): 1340616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.8853
system time used= 0.574255
maximum resident set size= 1341876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52570
page faults= 13
swaps= 0
block input operations= 7760
block output operations= 428408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3547
involuntary context switches= 801


# summary of solver processes directly reported to runsolver:
#   pid: 247221
#   total CPU time (s): 72.4596
#   total CPU user time (s): 71.8853
#   total CPU system time (s): 0.574255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.174847 second user time and 0.373731 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-24 19:54:02
IDJOB=4453852
IDBENCH=175925
IDSOLVER=3079
FILE ID=nodeC018/4453852-1721843642
RUNJOBID= nodeC018-1721843642-247160
SLURM_JOB_ID= 7891588
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-15array_ineq10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453852-1721843642/watcher-4453852-1721843642 -o /tmp/evaluation-result-4453852-1721843642/solver-4453852-1721843642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721843642-247160 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4453852-1721843642 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453852-1721843642.opb

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

MD5SUM BENCH= 80d0bb689427e6d4d718d000fcfdf3ab
RANDOM SEED=539171346

nodeC018.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		: 3625.953
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	: 6999.43
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		: 3561.085
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.33
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		: 3613.291
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	: 6999.43
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		: 3594.180
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.33
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		: 3431.025
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	: 6999.43
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		: 3643.105
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.33
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		: 3586.766
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	: 6999.43
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		: 3625.377
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120938040 kB
MemAvailable:   129769664 kB
Buffers:          265420 kB
Cached:          9340608 kB
SwapCached:          588 kB
Active:          2211604 kB
Inactive:        7662156 kB
Active(anon):       1736 kB
Inactive(anon):   319724 kB
Active(file):    2209868 kB
Inactive(file):  7342432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131068900 kB
Dirty:              2860 kB
Writeback:             0 kB
AnonPages:        267136 kB
Mapped:           102068 kB
Shmem:             53728 kB
KReclaimable:     238292 kB
Slab:             359660 kB
SReclaimable:     238292 kB
SUnreclaim:       121368 kB
KernelStack:        3844 kB
PageTables:         9324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     707036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17152 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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:      375508 kB
DirectMap2M:    43438080 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-24 19:55:12