Trace number 4441562

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. 21.3558 18.1608

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUMda1da2eec32162aae55ea03b18b534d2
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 benchmark1.56588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4441562-1721772895.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.71/0.47	c ... done. Wall clock time 0.334s.
0.71/0.47	c declared #vars     18069
0.71/0.47	c #constraints  52475
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
0.71/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 920
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
0.71/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.71/0.47	c 52475 constraints processed.
5.21/2.89	c cleaning 2500 clauses out of 5002 with flag 46036/5003
8.03/5.12	c cleaning 4248 clauses out of 8500 with flag 121615/11001
10.76/7.83	c cleaning 5620 clauses out of 11250 with flag 228952/18000
13.96/10.96	c cleaning 6812 clauses out of 13631 with flag 365415/26001
17.65/14.58	c cleaning 7906 clauses out of 15819 with flag 533476/35001
21.29/18.11	c starts		: 143
21.29/18.12	c conflicts		: 43521
21.29/18.12	c decisions		: 81829
21.29/18.12	c propagations		: 63583382
21.29/18.12	c inspects		: 188907952
21.29/18.12	c shortcuts		: 0
21.29/18.12	c learnt literals	: 8
21.29/18.12	c learnt binary clauses	: 95
21.29/18.12	c learnt ternary clauses	: 286
21.29/18.12	c learnt constraints	: 43512
21.29/18.12	c ignored constraints	: 0
21.29/18.12	c root simplifications	: 0
21.29/18.12	c removed literals (reason simplification)	: 2063210
21.29/18.12	c reason swapping (by a shorter reason)	: 0
21.29/18.12	c Calls to reduceDB	: 5
21.29/18.12	c Number of update (reduction) of LBD	: 30112
21.29/18.12	c Imported unit clauses	: 0
21.29/18.12	c No decision after first conflict	: false
21.29/18.12	c number of reductions to clauses (during analyze)	: 0
21.29/18.12	c number of learned constraints concerned by reduction	: 0
21.29/18.12	c number of learning phase by resolution	: 0
21.29/18.12	c number of learning phase by cutting planes	: 0
21.29/18.12	c number of rounding to 1 operations	: 0
21.29/18.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
21.29/18.12	c number of reductions of the coefficients by power 2 	: 0
21.29/18.12	c number of right shift for reduction by power 2 	: 0
21.29/18.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
21.29/18.12	c number of ending skipping 	: 0
21.29/18.12	c number of internal skipping 	: 0
21.29/18.12	c number of derivation steps 	: 0
21.29/18.12	c number of skipped derivation steps 	: 0
21.29/18.12	c number of remaining unassigned 	: 0
21.29/18.12	c number of remaining assigned 	: 0
21.29/18.12	c number of falsified literals weakened from reason	: 0
21.29/18.12	c number of falsified literals weakened from conflict	: 0
21.29/18.12	c time for arithmetic operations	: 0
21.29/18.12	c minimum degree of deleted constraints	: null
21.29/18.12	c maximum degree of deleted constraints	: null
21.29/18.12	c number of deleted constraints	: 0
21.29/18.12	c speed (assignments/second)	: 3602866.1604714417
21.29/18.12	c non guided choices	: 805
21.29/18.13	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16331
21.29/18.13	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 95
21.29/18.13	s UNSATISFIABLE
21.29/18.13	c Total wall clock time (in seconds): 18.009

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: 63931 MiB (60035 MiB free)
  memory of node 1: 64510 MiB (58175 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=129456, runsolver pid=129453

[startup+0.100164 s]*
/proc/loadavg: 4.77 4.55 4.48 7/342 129474
/proc/meminfo: memFree=120998952/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=18975048 memory=66112 CPUtime=0.13 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 7132 0 0 0 11 2 0 0 20 0 18 0 13813737 19430449152 16528 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4743762 16528 5507 1 0 549322 0
[pid=129456/tid=129458] ppid=129453 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 1077936192 5698 0 0 0 6 2 0 0 20 0 18 0 13813737 19430449152 16528 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 16528 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=18975048 memory=16104770973650387 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 16528 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66112 KiB

[startup+0.206428 s]*
/proc/loadavg: 4.77 4.55 4.48 7/342 129474
/proc/meminfo: memFree=120983000/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=18975048 memory=79976 CPUtime=0.33 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 7733 0 0 0 30 3 0 0 20 0 18 0 13813737 19430449152 19994 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4743762 19994 5806 1 0 549782 0
[pid=129456/tid=129458] ppid=129453 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 5880 0 0 0 16 2 0 0 20 0 18 0 13813737 19430449152 19994 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=18975048 memory=970086 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 19994 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=18975048 memory=14135541352367841 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 19994 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79976 KiB

[startup+0.306428 s]*
/proc/loadavg: 4.87 4.57 4.49 7/342 129474
/proc/meminfo: memFree=120943064/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=18975048 memory=116064 CPUtime=0.53 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 9062 0 0 0 49 4 0 0 20 0 18 0 13813737 19430449152 29016 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4743762 29016 5806 1 0 550570 0
[pid=129456/tid=129458] ppid=129453 vsize=18975048 memory=-8960024035859407548 CPUtime=0.27 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 5897 0 0 0 25 2 0 0 20 0 18 0 13813737 19430449152 29016 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 29016 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13813740 19430449152 29016 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 116064 KiB

[startup+0.700221 s]
/proc/loadavg: 4.87 4.57 4.49 7/344 129476
/proc/meminfo: memFree=120869720/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=192252 CPUtime=1.28 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 16795 0 0 0 122 6 0 0 20 0 20 0 13813737 19566772224 48063 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 48063 5822 1 0 556310 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=5464 CPUtime=0.6 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 6037 0 0 0 57 3 0 0 20 0 20 0 13813737 19566772224 48063 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=12256 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 48063 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=281188690617000 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 48063 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 48063 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192252 KiB

[startup+1.50043 s]
/proc/loadavg: 4.87 4.57 4.49 6/344 129476
/proc/meminfo: memFree=120841076/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=194016 CPUtime=2.87 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 22486 0 0 0 280 7 0 0 20 0 20 0 13813737 19566772224 48504 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 48504 5838 1 0 556342 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=12256 CPUtime=1.35 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 6354 0 0 0 132 3 0 0 20 0 20 0 13813737 19566772224 48504 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 48504 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 48504 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=281188690470160 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 48504 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194016 KiB

[startup+3.10743 s]
/proc/loadavg: 4.87 4.57 4.49 6/344 129476
/proc/meminfo: memFree=120768204/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=197756 CPUtime=5.78 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 27423 0 0 0 570 8 0 0 20 0 20 0 13813737 19566772224 49439 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 49439 5838 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 7571 0 0 0 289 4 0 0 20 0 20 0 13813737 19566772224 49439 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=12256 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 49439 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 49439 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 49439 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197756 KiB

[startup+6.30043 s]
/proc/loadavg: 4.80 4.56 4.49 5/344 129477
/proc/meminfo: memFree=120635424/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=198800 CPUtime=9.23 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 27623 0 0 0 913 10 0 0 20 0 20 0 13813737 19566772224 49700 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 49700 5838 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=12256 CPUtime=6.05 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 7607 0 0 0 600 5 0 0 20 0 20 0 13813737 19566772224 49700 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 49700 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 49700 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=195716 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 49700 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198800 KiB

[startup+12.7003 s]
/proc/loadavg: 4.73 4.55 4.49 5/344 129477
/proc/meminfo: memFree=120318460/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=219732 CPUtime=15.8 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 30887 0 0 0 1569 11 0 0 20 0 20 0 13813737 19566772224 54933 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 54933 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=0 CPUtime=12.41 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 8218 0 0 0 1234 7 0 0 20 0 20 0 13813737 19566772224 54933 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 54933 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=205376 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 54933 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=12256 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 54933 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219732 KiB

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

# cumulated CPU time of all completed processes:  user=21.2033 s, system=0.152523 s

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

[startup+12.8003 s]
/proc/loadavg: 4.73 4.55 4.49 5/344 129477
/proc/meminfo: memFree=120318460/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=221780 CPUtime=15.91 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 30889 0 0 0 1579 12 0 0 20 0 20 0 13813737 19566772224 55445 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 55445 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=164 CPUtime=12.51 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 8220 0 0 0 1244 7 0 0 20 0 20 0 13813737 19566772224 55445 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 55445 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=43816 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 55445 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 55445 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 221780 KiB

[startup+16.0002 s]*
/proc/loadavg: 4.67 4.54 4.48 5/344 129480
/proc/meminfo: memFree=120101312/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=281244 CPUtime=19.16 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 32564 0 0 0 1903 13 0 0 20 0 20 0 13813737 19566772224 70311 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 70311 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=140595754435370 CPUtime=15.69 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 8620 0 0 0 1561 8 0 0 20 0 20 0 13813737 19566772224 70311 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=140595754435378 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70311 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=-8960024035859407548 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70311 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 70311 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 19.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281244 KiB

[startup+16.8002 s]
/proc/loadavg: 4.67 4.54 4.48 5/344 129480
/proc/meminfo: memFree=120101312/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=281248 CPUtime=19.95 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 32864 0 0 0 1982 13 0 0 20 0 20 0 13813737 19566772224 70312 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 70312 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=21396 CPUtime=16.48 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 8870 0 0 0 1640 8 0 0 20 0 20 0 13813737 19566772224 70312 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=-8960024035859407548 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70312 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=5636 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70312 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=20976 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 70312 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 19.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281248 KiB

[startup+17.6002 s]
/proc/loadavg: 4.67 4.54 4.48 5/344 129480
/proc/meminfo: memFree=120051776/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=281296 CPUtime=20.81 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 35798 0 0 0 2067 14 0 0 20 0 20 0 13813737 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 70324 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=43816 CPUtime=17.28 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 9495 0 0 0 1719 9 0 0 20 0 20 0 13813737 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=12256 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=-8960024035859407548 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=43816 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 20.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281296 KiB

[startup+18.0002 s]*
/proc/loadavg: 4.67 4.54 4.48 6/339 129480
/proc/meminfo: memFree=119971336/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=281296 CPUtime=21.21 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 35821 0 0 0 2107 14 0 0 20 0 20 0 13813737 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 70324 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=-8960024035859407548 CPUtime=17.69 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) R 129453 129456 124419 0 -1 4194368 9518 0 0 0 1760 9 0 0 20 0 20 0 13813737 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 70324 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 21.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281296 KiB

[startup+18.1059 s]
/proc/loadavg: 4.67 4.54 4.48 6/339 129480
/proc/meminfo: memFree=119971336/131524600 swapFree=131064524/131071996
[pid=129456] ppid=129453 vsize=19108176 memory=281300 CPUtime=21.29 cores=4,6
/proc/129456/stat : 129456 (java) S 129453 129456 124419 0 -1 1077936128 36348 0 0 0 2115 14 0 0 20 0 20 0 13813737 19566772224 70325 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
/proc/129456/statm: 4777044 70325 5869 1 0 557041 0
[pid=129456/tid=129458] ppid=129453 vsize=19108176 memory=0 CPUtime=17.76 cores=4,6
/proc/129456/task/129458/stat : 129458 (java) D 129453 129456 124419 0 -1 4194368 9998 0 0 0 1767 9 0 0 20 0 20 0 13813737 19566772224 70325 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129467] ppid=129453 vsize=19108176 memory=205376 CPUtime=0 cores=4,6
/proc/129456/task/129467/stat : 129467 (Finalizer) S 129453 129456 124419 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70325 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129474] ppid=129453 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/129456/task/129474/stat : 129474 (Common-Cleaner) S 129453 129456 124419 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 13813740 19566772224 70325 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
[pid=129456/tid=129476] ppid=129453 vsize=19108176 memory=242260 CPUtime=0 cores=4,6
/proc/129456/task/129476/stat : 129476 (Timer-0) S 129453 129456 124419 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13813785 19566772224 70325 134679101440 94547370983424 94547370987120 140731910648016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94547370994936 94547370995728 94547387965440 140731910652843 140731910653025 140731910653025 140731910660040 0
Current children cumulated CPU time: 21.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281300 KiB

Child status: 20

Real time (s): 18.1608
CPU time (s): 21.3558
CPU user time (s): 21.2033
CPU system time (s): 0.152523
CPU usage (%): 117.593
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 281300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2033
system time used= 0.152523
maximum resident set size= 282796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 42376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1833
involuntary context switches= 416


# summary of solver processes directly reported to runsolver:
#   pid: 129456
#   total CPU time (s): 21.3558
#   total CPU user time (s): 21.2033
#   total CPU system time (s): 0.152523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047446 second user time and 0.131214 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-24 00:14:56
IDJOB=4441562
IDBENCH=147717
IDSOLVER=3079
FILE ID=nodeC034/4441562-1721772895
RUNJOBID= nodeC034-1721765707-124430
SLURM_JOB_ID= 7770676
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.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-4441562-1721772895/watcher-4441562-1721772895 -o /tmp/evaluation-result-4441562-1721772895/solver-4441562-1721772895 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721765707-124430 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4441562-1721772895 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4441562-1721772895.opb

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

MD5SUM BENCH= da1da2eec32162aae55ea03b18b534d2
RANDOM SEED=1988532474

nodeC034.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		: 3674.456
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.92
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		: 3685.324
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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3632.051
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.92
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		: 3600.216
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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.642
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.92
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		: 3685.356
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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3647.890
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.92
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		: 3600.191
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	: 7006.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121049268 kB
MemAvailable:   124637704 kB
Buffers:          179780 kB
Cached:          4212936 kB
SwapCached:          104 kB
Active:          1143528 kB
Inactive:        8691640 kB
Active(anon):       4060 kB
Inactive(anon):  5475628 kB
Active(file):    1139468 kB
Inactive(file):  3216012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131064524 kB
Dirty:            686116 kB
Writeback:             0 kB
AnonPages:       5439836 kB
Mapped:           118960 kB
Shmem:             37116 kB
KReclaimable:     145208 kB
Slab:             270832 kB
SReclaimable:     145208 kB
SUnreclaim:       125624 kB
KernelStack:        5216 kB
PageTables:        20736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8260328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5173248 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:      330452 kB
DirectMap2M:    41385984 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC034 at 2024-07-24 00:15:14