Trace number 4453882

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. 25.1764 22.5622

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-28array_alg_ineq8.opb
MD5SUMe563df95219b214aec9816293324d964
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 benchmark8.09183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1820
Total number of constraints4903
Number of constraints which are clauses4872
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.10/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.11	c java.vm.version	22.0.1+8-16
0.10/0.11	c java.vm.vendor	Oracle Corporation
0.10/0.11	c sun.arch.data.model	64
0.10/0.11	c java.version		22.0.1
0.10/0.11	c os.name		Linux
0.10/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.11	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	--- Begin Solver configuration ---
0.10/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	Learn all clauses as in MiniSAT
0.10/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	Expensive reason simplification
0.10/0.15	Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	timeout=2147483s
0.10/0.15	DB Simplification allowed=false
0.10/0.15	Listener: none
0.10/0.15	--- End Solver configuration ---
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4453882-1721843642.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  no objective function found
0.29/0.24	c ... done. Wall clock time 0.086s.
0.29/0.24	c declared #vars     1820
0.29/0.24	c #constraints  4933
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2464
0.29/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
0.29/0.24	c org.sat4j.specs.Constr$1 => 1204
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.29/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 420
0.29/0.24	c 4933 constraints processed.
4.86/3.08	c cleaning 2500 clauses out of 5000 with flag 11287/5000
7.93/5.81	c cleaning 4247 clauses out of 8500 with flag 25790/11000
11.06/8.94	c cleaning 5627 clauses out of 11254 with flag 41647/18001
15.07/12.94	c cleaning 6805 clauses out of 13624 with flag 61481/26000
19.24/17.06	c cleaning 7904 clauses out of 15818 with flag 81314/35000
24.20/21.72	c cleaning 8956 clauses out of 17912 with flag 102883/45004
25.11/22.52	c starts		: 92
25.11/22.54	c conflicts		: 46576
25.11/22.54	c decisions		: 55998
25.11/22.54	c propagations		: 5839154
25.11/22.54	c inspects		: 21216393
25.11/22.54	c shortcuts		: 0
25.11/22.54	c learnt literals	: 11
25.11/22.54	c learnt binary clauses	: 9
25.11/22.54	c learnt ternary clauses	: 13
25.11/22.54	c learnt constraints	: 46564
25.11/22.54	c ignored constraints	: 0
25.11/22.54	c root simplifications	: 0
25.11/22.54	c removed literals (reason simplification)	: 14842223
25.11/22.54	c reason swapping (by a shorter reason)	: 0
25.11/22.54	c Calls to reduceDB	: 6
25.11/22.54	c Number of update (reduction) of LBD	: 4530
25.11/22.54	c Imported unit clauses	: 0
25.11/22.54	c No decision after first conflict	: false
25.11/22.54	c number of reductions to clauses (during analyze)	: 0
25.11/22.54	c number of learned constraints concerned by reduction	: 0
25.11/22.54	c number of learning phase by resolution	: 0
25.11/22.54	c number of learning phase by cutting planes	: 0
25.11/22.54	c number of rounding to 1 operations	: 0
25.11/22.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
25.11/22.54	c number of reductions of the coefficients by power 2 	: 0
25.11/22.54	c number of right shift for reduction by power 2 	: 0
25.11/22.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
25.11/22.54	c number of ending skipping 	: 0
25.11/22.54	c number of internal skipping 	: 0
25.11/22.54	c number of derivation steps 	: 0
25.11/22.54	c number of skipped derivation steps 	: 0
25.11/22.54	c number of remaining unassigned 	: 0
25.11/22.54	c number of remaining assigned 	: 0
25.11/22.54	c number of falsified literals weakened from reason	: 0
25.11/22.54	c number of falsified literals weakened from conflict	: 0
25.11/22.54	c time for arithmetic operations	: 0
25.11/22.54	c minimum degree of deleted constraints	: null
25.11/22.54	c maximum degree of deleted constraints	: null
25.11/22.54	c number of deleted constraints	: 0
25.11/22.54	c speed (assignments/second)	: 262009.96141075113
25.11/22.54	c non guided choices	: 14
25.11/22.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10516
25.11/22.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
25.11/22.55	s UNSATISFIABLE
25.11/22.55	c Total wall clock time (in seconds): 22.399

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=247231, runsolver pid=247218

[startup+0.102399 s]*
/proc/loadavg: 1.13 1.14 1.59 10/328 247292
/proc/meminfo: memFree=120770540/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=18993908 memory=60460 CPUtime=0.1 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 6853 0 1 0 8 2 0 0 20 0 18 0 20892459 19449761792 15115 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4748477 15115 5889 1 0 548988 0
[pid=247231/tid=247238] ppid=247218 vsize=18993908 memory=4026561586 CPUtime=0.06 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 5714 0 1 0 5 1 0 0 20 0 18 0 20892459 19449761792 15115 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=18993908 memory=232851243367 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 15115 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=18993908 memory=14698495602437155 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 15115 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 60460 KiB

[startup+0.209241 s]*
/proc/loadavg: 1.13 1.14 1.59 14/329 247293
/proc/meminfo: memFree=120726308/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=18993908 memory=72576 CPUtime=0.29 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 7677 0 1 0 27 2 0 0 20 0 18 0 20892459 19449761792 18144 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4748477 18144 6058 1 0 549581 0
[pid=247231/tid=247238] ppid=247218 vsize=18993908 memory=664970851429515395 CPUtime=0.17 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 6051 0 1 0 15 2 0 0 20 0 18 0 20892459 19449761792 18144 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=18993908 memory=1656157 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 18144 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=18993908 memory=14417020624045798 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20892465 19449761792 18144 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 72576 KiB

[startup+0.31488 s]*
/proc/loadavg: 1.13 1.14 1.59 13/332 247296
/proc/meminfo: memFree=120686160/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19060472 memory=85292 CPUtime=0.48 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 9363 0 1 0 45 3 0 0 20 0 19 0 20892459 19517923328 21323 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4765118 21323 6060 1 0 550998 0
[pid=247231/tid=247238] ppid=247218 vsize=19060472 memory=-8600864173156180668 CPUtime=0.26 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 6130 0 1 0 24 2 0 0 20 0 19 0 20892459 19517923328 21323 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 21323 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 21323 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20892485 19517923328 21323 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 85292 KiB

[startup+0.700235 s]
/proc/loadavg: 1.13 1.14 1.59 15/332 247296
/proc/meminfo: memFree=120606672/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19060472 memory=115216 CPUtime=1.22 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 12525 0 1 0 118 4 0 0 20 0 19 0 20892459 19517923328 28804 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4765118 28804 6076 1 0 553172 0
[pid=247231/tid=247238] ppid=247218 vsize=19060472 memory=13136 CPUtime=0.63 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 6158 0 1 0 61 2 0 0 20 0 19 0 20892459 19517923328 28804 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19060472 memory=13136 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 28804 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 28804 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19060472 memory=26044 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20892485 19517923328 28804 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 115216 KiB

[startup+1.50056 s]
/proc/loadavg: 1.13 1.14 1.59 11/333 247297
/proc/meminfo: memFree=120360736/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19060472 memory=171456 CPUtime=2.78 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 16115 0 1 0 273 5 0 0 20 0 19 0 20892459 19517923328 42864 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4765118 42864 6076 1 0 553194 0
[pid=247231/tid=247238] ppid=247218 vsize=19060472 memory=13136 CPUtime=1.42 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 6470 0 1 0 139 3 0 0 20 0 19 0 20892459 19517923328 42864 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19060472 memory=26044 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 42864 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20892465 19517923328 42864 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20892485 19517923328 42864 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 171456 KiB

[startup+3.10594 s]
/proc/loadavg: 1.60 1.24 1.62 7/315 247302
/proc/meminfo: memFree=120341284/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=176968 CPUtime=5.02 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 19726 0 1 0 496 6 0 0 20 0 20 0 20892459 19586084864 44242 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 44242 6108 1 0 553570 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=0 CPUtime=3 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 7522 0 1 0 297 3 0 0 20 0 20 0 20892459 19586084864 44242 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=176016 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 44242 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=13136 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 44242 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=13572 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 44242 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 176968 KiB

[startup+6.30022 s]
/proc/loadavg: 1.60 1.24 1.62 7/336 247370
/proc/meminfo: memFree=119872196/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=181168 CPUtime=8.46 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 22560 0 1 0 838 8 0 0 20 0 20 0 20892459 19586084864 45292 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 45292 6108 1 0 553572 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=13136 CPUtime=6.17 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 8103 0 1 0 613 4 0 0 20 0 20 0 20892459 19586084864 45292 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 45292 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 45292 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=13572 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 45292 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 181168 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.28 1.64 7/336 247370
/proc/meminfo: memFree=118419740/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=318468 CPUtime=14.87 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 26487 0 1 0 1476 11 0 0 20 0 20 0 20892459 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 79617 6108 1 0 553572 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=0 CPUtime=12.54 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 9483 0 1 0 1247 7 0 0 20 0 20 0 20892459 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=318468 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=13136 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=279577406775552 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 318468 KiB

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

# cumulated CPU time of all completed processes:  user=24.9095 s, system=0.266915 s

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

[startup+12.8003 s]
/proc/loadavg: 1.79 1.28 1.64 7/336 247370
/proc/meminfo: memFree=118419740/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=318468 CPUtime=14.97 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 26490 0 1 0 1486 11 0 0 20 0 20 0 20892459 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 79617 6108 1 0 553572 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=18248 CPUtime=12.64 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 9486 0 1 0 1257 7 0 0 20 0 20 0 20892459 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=2132 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=279577406679360 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=1653969 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 79617 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 318468 KiB

[startup+19.2002 s]
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116444464/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=672976 CPUtime=21.6 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 35153 0 1 0 2141 19 0 0 20 0 20 0 20892459 19586084864 168244 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 168244 6108 1 0 555612 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=64624 CPUtime=19.03 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 11742 0 1 0 1889 14 0 0 20 0 20 0 20892459 19586084864 168244 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=279577406590432 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 168244 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 168244 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=13136 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 168244 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 21.6 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 672976 KiB

[startup+20.8002 s]
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116341320/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=751352 CPUtime=23.28 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 39208 0 1 0 2307 21 0 0 20 0 20 0 20892459 19586084864 187838 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 187838 6108 1 0 555612 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=5720 CPUtime=20.62 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 12188 0 1 0 2046 16 0 0 20 0 20 0 20892459 19586084864 187838 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=18248 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 187838 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=695644 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 187838 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=3904963049224128156 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 187838 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 23.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 751352 KiB

[startup+21.6002 s]
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116285960/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=794360 CPUtime=24.08 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 39462 0 1 0 2385 23 0 0 20 0 20 0 20892459 19586084864 198590 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 198590 6108 1 0 555612 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=-8600864173156180668 CPUtime=21.42 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 12432 0 1 0 2124 18 0 0 20 0 20 0 20892459 19586084864 198590 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=26044 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 198590 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=1780 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 198590 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=108 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 198590 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 24.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 794360 KiB

[startup+22.0002 s]*
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116203484/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=826908 CPUtime=24.62 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 43781 0 1 0 2438 24 0 0 20 0 20 0 20892459 19586084864 206727 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 206727 6108 1 0 556210 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=-8816191430828204732 CPUtime=21.82 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 12785 0 1 0 2164 18 0 0 20 0 20 0 20892459 19586084864 206727 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=662736 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 206727 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=2632 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 206727 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=4724 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 206727 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 24.62 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 826908 KiB

[startup+22.4002 s]
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116203484/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=845424 CPUtime=25.06 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 44070 0 1 0 2482 24 0 0 20 0 20 0 20892459 19586084864 211356 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 211356 6108 1 0 556210 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=13572 CPUtime=22.22 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) R 247218 247231 247150 0 -1 4194368 12813 0 1 0 2203 19 0 0 20 0 20 0 20892459 19586084864 211356 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=64624 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 211356 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=13136 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 211356 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=5720 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 211356 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 25.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 845424 KiB

[startup+22.5002 s]
/proc/loadavg: 2.29 1.41 1.67 6/336 247371
/proc/meminfo: memFree=116203484/131524600 swapFree=131068900/131071996
[pid=247231] ppid=247218 vsize=19127036 memory=847472 CPUtime=25.11 cores=5,7
/proc/247231/stat : 247231 (java) S 247218 247231 247150 0 -1 1077936128 44797 0 1 0 2486 25 0 0 20 0 20 0 20892459 19586084864 211868 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
/proc/247231/statm: 4781759 211868 6108 1 0 556210 0
[pid=247231/tid=247238] ppid=247218 vsize=19127036 memory=343088 CPUtime=22.25 cores=5,7
/proc/247231/task/247238/stat : 247238 (java) D 247218 247231 247150 0 -1 4194368 13528 0 1 0 2206 19 0 0 20 0 20 0 20892459 19586084864 211868 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247262] ppid=247218 vsize=19127036 memory=312320 CPUtime=0 cores=5,7
/proc/247231/task/247262/stat : 247262 (Finalizer) S 247218 247231 247150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 211868 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247291] ppid=247218 vsize=19127036 memory=527456 CPUtime=0 cores=5,7
/proc/247231/task/247291/stat : 247291 (Common-Cleaner) S 247218 247231 247150 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 20892465 19586084864 211868 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
[pid=247231/tid=247296] ppid=247218 vsize=19127036 memory=582864 CPUtime=0 cores=5,7
/proc/247231/task/247296/stat : 247296 (Timer-0) S 247218 247231 247150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20892485 19586084864 211868 134679101440 94904739364864 94904739368560 140722722800656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94904739376376 94904739377168 94904752177152 140722722804655 140722722804837 140722722804837 140722722811848 0
Current children cumulated CPU time: 25.11 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 847472 KiB

Child status: 20

Real time (s): 22.5622
CPU time (s): 25.1764
CPU user time (s): 24.9095
CPU system time (s): 0.266915
CPU usage (%): 111.587
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 847472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9095
system time used= 0.266915
maximum resident set size= 853356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46190
page faults= 1
swaps= 0
block input operations= 3016
block output operations= 71520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2459
involuntary context switches= 416


# summary of solver processes directly reported to runsolver:
#   pid: 247231
#   total CPU time (s): 25.1764
#   total CPU user time (s): 24.9095
#   total CPU system time (s): 0.266915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054878 second user time and 0.133553 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-24 19:54:02
IDJOB=4453882
IDBENCH=175942
IDSOLVER=3079
FILE ID=nodeC018/4453882-1721843642
RUNJOBID= nodeC018-1721843642-247163
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/ineq8/normalized-28array_alg_ineq8.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-4453882-1721843642/watcher-4453882-1721843642 -o /tmp/evaluation-result-4453882-1721843642/solver-4453882-1721843642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721843642-247163 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4453882-1721843642 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453882-1721843642.opb

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

MD5SUM BENCH= e563df95219b214aec9816293324d964
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:        120936980 kB
MemAvailable:   129769252 kB
Buffers:          265420 kB
Cached:          9341256 kB
SwapCached:          588 kB
Active:          2211604 kB
Inactive:        7663128 kB
Active(anon):       1736 kB
Inactive(anon):   320048 kB
Active(file):    2209868 kB
Inactive(file):  7343080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131068900 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:        267460 kB
Mapped:           102068 kB
Shmem:             53728 kB
KReclaimable:     238292 kB
Slab:             359660 kB
SReclaimable:     238292 kB
SUnreclaim:       121368 kB
KernelStack:        3928 kB
PageTables:         9808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     635032 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:54:25