Trace number 4451185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 143.669 137.844

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v071-n1.opb
MD5SUM96559038c8afb17a43160a369b358949
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.027823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451185-1721424712.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.017s.
0.14/0.18	c declared #vars     213
0.14/0.18	c #constraints  142
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 142
0.14/0.18	c 142 constraints processed.
4.78/2.57	c cleaning 2501 clauses out of 5001 with flag 0/5001
8.17/5.63	c cleaning 4249 clauses out of 8499 with flag 0/11000
10.85/8.13	c cleaning 5561 clauses out of 11253 with flag 0/18003
14.46/11.57	c cleaning 6117 clauses out of 13689 with flag 0/26000
19.63/16.62	c cleaning 7393 clauses out of 16572 with flag 0/35000
23.87/20.81	c cleaning 6870 clauses out of 19179 with flag 0/45000
29.10/26.02	c cleaning 7330 clauses out of 23310 with flag 0/56001
34.31/31.13	c cleaning 5856 clauses out of 27979 with flag 0/68000
41.39/38.14	c cleaning 8516 clauses out of 35123 with flag 0/81000
51.36/47.98	c cleaning 9141 clauses out of 40607 with flag 0/95000
61.30/57.63	c cleaning 8887 clauses out of 46466 with flag 0/110000
74.14/70.11	c cleaning 12078 clauses out of 53579 with flag 0/126000
86.23/81.94	c cleaning 9694 clauses out of 58501 with flag 0/143000
103.47/98.80	c cleaning 10286 clauses out of 66807 with flag 0/161000
123.60/118.41	c cleaning 12551 clauses out of 75522 with flag 0/180001
139.23/133.69	c cleaning 14655 clauses out of 82970 with flag 0/200000
143.47/137.77	c starts		: 118
143.47/137.78	c conflicts		: 207352
143.47/137.78	c decisions		: 798437
143.47/137.78	c propagations		: 4213966
143.47/137.78	c inspects		: 228658756
143.47/137.78	c shortcuts		: 0
143.47/137.78	c learnt literals	: 0
143.47/137.78	c learnt binary clauses	: 0
143.47/137.78	c learnt ternary clauses	: 0
143.47/137.78	c learnt constraints	: 207351
143.47/137.78	c ignored constraints	: 0
143.47/137.78	c root simplifications	: 0
143.47/137.78	c removed literals (reason simplification)	: 0
143.47/137.78	c reason swapping (by a shorter reason)	: 0
143.47/137.78	c Calls to reduceDB	: 16
143.47/137.78	c Number of update (reduction) of LBD	: 1688
143.47/137.78	c Imported unit clauses	: 0
143.47/137.78	c No decision after first conflict	: false
143.47/137.78	c number of reductions to clauses (during analyze)	: 0
143.47/137.78	c number of learned constraints concerned by reduction	: 0
143.47/137.78	c number of learning phase by resolution	: 0
143.47/137.78	c number of learning phase by cutting planes	: 0
143.47/137.78	c number of rounding to 1 operations	: 496604
143.47/137.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
143.47/137.78	c number of reductions of the coefficients by power 2 	: 0
143.47/137.78	c number of right shift for reduction by power 2 	: 0
143.47/137.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
143.47/137.78	c number of ending skipping 	: 0
143.47/137.79	c number of internal skipping 	: 0
143.47/137.79	c number of derivation steps 	: 710807
143.47/137.79	c number of skipped derivation steps 	: 0
143.47/137.79	c number of remaining unassigned 	: 29828
143.47/137.79	c number of remaining assigned 	: 14077995
143.47/137.79	c number of falsified literals weakened from reason	: 0
143.47/137.79	c number of falsified literals weakened from conflict	: 0
143.47/137.79	c time for arithmetic operations	: 455196743
143.47/137.79	c minimum degree of deleted constraints	: 4
143.47/137.79	c maximum degree of deleted constraints	: 6512298
143.47/137.79	c number of deleted constraints	: 131685
143.47/137.79	c speed (assignments/second)	: 30624.307786224035
143.47/137.79	c non guided choices	: 59
143.62/137.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 43548
143.62/137.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4551
143.62/137.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27567
143.62/137.82	s UNSATISFIABLE
143.62/137.82	c Total wall clock time (in seconds): 137.671

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (49918 MiB free)
  memory of node 1: 64510 MiB (59336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451185-1721424712/watcher-4451185-1721424712 -o /tmp/evaluation-result-4451185-1721424712/solver-4451185-1721424712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451185-1721424712.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=1002138, runsolver pid=1002135

[startup+0.102807 s]*
/proc/loadavg: 4.40 4.31 4.28 7/334 1002156
/proc/meminfo: memFree=111834732/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=18975048 memory=62996 CPUtime=0.14 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 7234 0 0 0 12 2 0 0 20 0 18 0 194631763 19430449152 15749 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4743762 15749 5616 1 0 549339 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 5752 0 0 0 7 1 0 0 20 0 18 0 194631763 19430449152 15749 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194631766 19430449152 15749 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194631767 19430449152 15749 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62996 KiB

[startup+0.206798 s]*
/proc/loadavg: 4.40 4.31 4.28 7/335 1002157
/proc/meminfo: memFree=111825928/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19041612 memory=69848 CPUtime=0.33 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 7877 0 0 0 30 3 0 0 20 0 19 0 194631763 19498610688 17462 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4760403 17462 5718 1 0 550041 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19041612 memory=6007641856751698051 CPUtime=0.18 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 6086 0 0 0 16 2 0 0 20 0 19 0 194631763 19498610688 17462 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19041612 memory=14994 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194631766 19498610688 17462 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194631767 19498610688 17462 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194631781 19498610688 17462 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69848 KiB

[startup+0.306794 s]*
/proc/loadavg: 4.40 4.31 4.28 7/335 1002157
/proc/meminfo: memFree=111798408/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19041612 memory=99808 CPUtime=0.52 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 10015 0 0 0 48 4 0 0 20 0 19 0 194631763 19498610688 24952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4760403 24952 5811 1 0 551284 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19041612 memory=-7669169997994813542 CPUtime=0.26 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 6109 0 0 0 24 2 0 0 20 0 19 0 194631763 19498610688 24952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194631766 19498610688 24952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194631767 19498610688 24952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194631781 19498610688 24952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99808 KiB

[startup+0.702801 s]
/proc/loadavg: 4.40 4.31 4.28 8/335 1002157
/proc/meminfo: memFree=111729204/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=173132 CPUtime=1.24 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 12540 0 0 0 119 5 0 0 20 0 20 0 194631763 19566772224 43283 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 43283 5811 1 0 553191 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=46372 CPUtime=0.61 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 6139 0 0 0 58 3 0 0 20 0 20 0 194631763 19566772224 43283 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 43283 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 43283 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 43283 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173132 KiB

[startup+1.5008 s]
/proc/loadavg: 4.40 4.31 4.28 6/336 1002158
/proc/meminfo: memFree=111683372/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=452576 CPUtime=2.83 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 18296 0 0 0 270 13 0 0 20 0 20 0 194631763 19566772224 113144 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 113144 5859 1 0 554211 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=13012 CPUtime=1.36 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 6524 0 0 0 127 9 0 0 20 0 20 0 194631763 19566772224 113144 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 113144 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 113144 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 113144 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 452576 KiB

[startup+3.10578 s]
/proc/loadavg: 4.45 4.32 4.29 5/336 1002158
/proc/meminfo: memFree=110872236/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=1023808 CPUtime=5.52 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 23627 0 0 0 528 24 0 0 20 0 20 0 194631763 19566772224 255952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 255952 5859 1 0 786374 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 8381 0 0 0 271 19 0 0 20 0 20 0 194631763 19566772224 255952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=-7669169997994813542 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 255952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 255952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 255952 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1023808 KiB

[startup+6.30028 s]
/proc/loadavg: 4.45 4.32 4.29 5/336 1002158
/proc/meminfo: memFree=110298452/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=1594288 CPUtime=9 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 24493 0 0 0 863 37 0 0 20 0 20 0 194631763 19566772224 398572 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 398572 5859 1 0 786396 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=2312 CPUtime=6.05 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 9108 0 0 0 574 31 0 0 20 0 20 0 194631763 19566772224 398572 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 398572 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 398572 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 398572 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1594288 KiB

[startup+12.7003 s]
/proc/loadavg: 4.54 4.35 4.30 6/318 1002297
/proc/meminfo: memFree=114052988/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=1889380 CPUtime=15.67 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 25356 0 0 0 1523 44 0 0 20 0 20 0 194631763 19566772224 472345 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 472345 5859 1 0 786398 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=13012 CPUtime=12.35 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 9773 0 0 0 1199 36 0 0 20 0 20 0 194631763 19566772224 472345 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=4084 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 472345 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=1868892 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 472345 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 472345 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1889380 KiB

[startup+25.5003 s]
/proc/loadavg: 4.68 4.38 4.31 5/336 1002430
/proc/meminfo: memFree=112346044/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=1914392 CPUtime=28.59 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 30922 0 0 0 2814 45 0 0 20 0 20 0 194631763 19566772224 478598 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 478598 5874 1 0 786399 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=1914392 CPUtime=24.91 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 11913 0 0 0 2455 36 0 0 20 0 20 0 194631763 19566772224 478598 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=2471 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 478598 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 478598 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 478598 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 28.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1914392 KiB

[startup+51.1058 s]
/proc/loadavg: 4.73 4.42 4.32 5/336 1002435
/proc/meminfo: memFree=111169596/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=1971944 CPUtime=54.61 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 39154 0 0 0 5413 48 0 0 20 0 20 0 194631763 19566772224 492986 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 492986 5880 1 0 786399 0

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

/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 107.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3201620 KiB

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

# cumulated CPU time of all completed processes:  user=142.846 s, system=0.823156 s

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

[startup+102.4 s]
/proc/loadavg: 4.35 4.36 4.31 5/336 1002513
/proc/meminfo: memFree=115078140/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3201620 CPUtime=107.15 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 47989 0 0 0 10639 76 0 0 20 0 20 0 194631763 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 800405 5880 1 0 1047525 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=0 CPUtime=99.24 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 20221 0 0 0 9866 58 0 0 20 0 20 0 194631763 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 800405 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 107.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3201620 KiB

[startup+115.2 s]
/proc/loadavg: 4.37 4.37 4.31 5/334 1002515
/proc/meminfo: memFree=114985324/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3240760 CPUtime=120.32 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 51284 0 0 0 11954 78 0 0 20 0 20 0 194631763 19566772224 810190 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 810190 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=3201620 CPUtime=111.58 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 22130 0 0 0 11099 59 0 0 20 0 20 0 194631763 19566772224 810190 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 810190 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 810190 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 810190 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 120.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3240760 KiB

[startup+128 s]*
/proc/loadavg: 4.35 4.36 4.31 5/334 1002520
/proc/meminfo: memFree=114368128/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3275584 CPUtime=133.46 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 51947 0 0 0 13267 79 0 0 20 0 20 0 194631763 19566772224 818896 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 818896 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=-7669169997994812259 CPUtime=123.93 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 22655 0 0 0 12334 59 0 0 20 0 20 0 194631763 19566772224 818896 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=27768 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 818896 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=28352 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 818896 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=7408 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 818896 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 133.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3275584 KiB

[startup+134.401 s]
/proc/loadavg: 4.32 4.36 4.31 5/334 1002520
/proc/meminfo: memFree=114314540/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3304256 CPUtime=140.02 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 52255 0 0 0 13923 79 0 0 20 0 20 0 194631763 19566772224 826064 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 826064 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=3255104 CPUtime=130.09 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 22911 0 0 0 12950 59 0 0 20 0 20 0 194631763 19566772224 826064 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=1836 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 826064 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=3255104 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 826064 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=27768 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 826064 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 140.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3304256 KiB

[startup+136.001 s]*
/proc/loadavg: 4.32 4.36 4.31 5/334 1002520
/proc/meminfo: memFree=114275552/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3314496 CPUtime=141.71 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 52261 0 0 0 14091 80 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 828624 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=-7669169997994812259 CPUtime=131.58 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 22911 0 0 0 13099 59 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 141.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3314496 KiB

[startup+136.801 s]
/proc/loadavg: 4.32 4.36 4.31 5/334 1002520
/proc/meminfo: memFree=114275552/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3314496 CPUtime=142.5 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 52390 0 0 0 14170 80 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 828624 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=3314496 CPUtime=132.37 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 23040 0 0 0 13178 59 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 142.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3314496 KiB

[startup+137.6 s]
/proc/loadavg: 4.30 4.35 4.30 5/334 1002520
/proc/meminfo: memFree=114275568/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19108176 memory=3314496 CPUtime=143.29 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 52390 0 0 0 14249 80 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4777044 828624 5880 1 0 1047534 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19108176 memory=3275584 CPUtime=133.16 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) R 1002135 1002138 999896 0 -1 4194368 23040 0 0 0 13257 59 0 0 20 0 20 0 194631763 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19108176 memory=3314496 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002157] ppid=1002135 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/1002138/task/1002157/stat : 1002157 (Timer-0) S 1002135 1002138 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194631781 19566772224 828624 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 143.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3314496 KiB

[startup+137.802 s]
/proc/loadavg: 4.30 4.35 4.30 5/334 1002520
/proc/meminfo: memFree=114275568/131524600 swapFree=131071996/131071996
[pid=1002138] ppid=1002135 vsize=19241304 memory=3327448 CPUtime=143.62 cores=5,7
/proc/1002138/stat : 1002138 (java) S 1002135 1002138 999896 0 -1 1077936128 55055 0 0 0 14281 81 0 0 20 0 20 0 194631763 19703095296 831862 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
/proc/1002138/statm: 4810326 831862 5879 1 0 1048187 0
[pid=1002138/tid=1002140] ppid=1002135 vsize=19241304 memory=3255104 CPUtime=133.23 cores=5,7
/proc/1002138/task/1002140/stat : 1002140 (java) S 1002135 1002138 999896 0 -1 1077936192 24487 0 0 0 13264 59 0 0 20 0 20 0 194631763 19703095296 831862 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002149] ppid=1002135 vsize=19241304 memory=11488 CPUtime=0 cores=5,7
/proc/1002138/task/1002149/stat : 1002149 (Finalizer) S 1002135 1002138 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194631766 19703095296 831862 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
[pid=1002138/tid=1002156] ppid=1002135 vsize=19241304 memory=46372 CPUtime=0 cores=5,7
/proc/1002138/task/1002156/stat : 1002156 (Common-Cleaner) S 1002135 1002138 999896 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 194631767 19703095296 831862 134679101440 94759345917952 94759345921648 140723820388512 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94759345929464 94759345930256 94759348088832 140723820397551 140723820397664 140723820397664 140723820404680 0
Current children cumulated CPU time: 143.62 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3327448 KiB

Child status: 20

Real time (s): 137.844
CPU time (s): 143.669
CPU user time (s): 142.846
CPU system time (s): 0.823156
CPU usage (%): 104.226
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3327448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.846
system time used= 0.823156
maximum resident set size= 3328472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7134
involuntary context switches= 777


# summary of solver processes directly reported to runsolver:
#   pid: 1002138
#   total CPU time (s): 143.669
#   total CPU user time (s): 142.846
#   total CPU system time (s): 0.823156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.302367 second user time and 0.742236 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 23:32:04
IDJOB=4451185
IDBENCH=162384
IDSOLVER=3046
FILE ID=nodeC016/4451185-1721424712
RUNJOBID= nodeC016-1721421149-999909
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v071-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451185-1721424712/watcher-4451185-1721424712 -o /tmp/evaluation-result-4451185-1721424712/solver-4451185-1721424712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451185-1721424712.opb

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

MD5SUM BENCH= 96559038c8afb17a43160a369b358949
RANDOM SEED=544050722

nodeC016.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		: 3676.726
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.70
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		: 3627.463
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.63
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		: 3600.035
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.70
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		: 3677.584
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.63
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		: 3676.718
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.70
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		: 3639.200
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111877184 kB
MemAvailable:   115656520 kB
Buffers:          405984 kB
Cached:          4215248 kB
SwapCached:            0 kB
Active:           667976 kB
Inactive:       18331236 kB
Active(anon):       1544 kB
Inactive(anon): 14422336 kB
Active(file):     666432 kB
Inactive(file):  3908900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1048 kB
Writeback:             0 kB
AnonPages:      14376508 kB
Mapped:           127504 kB
Shmem:             45912 kB
KReclaimable:      87300 kB
Slab:             199288 kB
SReclaimable:      87300 kB
SUnreclaim:       111988 kB
KernelStack:        5104 kB
PageTables:        38280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15979088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13996032 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-19 23:34:22