Trace number 4446155

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-12? (TO) 3600.25 3113.87

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-86.opb
MD5SUM3b78757f10307782e0b04e5cada0d1b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7354
Total number of constraints165969
Number of constraints which are clauses149056
Number of constraints which are cardinality constraints (but not clauses)575
Number of constraints which are nor clauses,nor cardinality constraints16338
Minimum length of a constraint1
Maximum length of a constraint195
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 196
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4446155-1721330020.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
4.99/2.84	c ... done. Wall clock time 2.682s.
4.99/2.84	c declared #vars     7354
4.99/2.84	c #constraints  166285
4.99/2.84	c constraints type 
4.99/2.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 35880
4.99/2.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 528
4.99/2.84	c org.sat4j.specs.Constr$1 => 13565
4.99/2.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16338
4.99/2.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 643
4.99/2.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 99331
4.99/2.84	c 166285 constraints processed.
8.29/4.58	c cleaning 326 clauses out of 5000 with flag 0/5000
10.22/6.06	c cleaning 545 clauses out of 10674 with flag 0/11000
12.30/8.08	c cleaning 927 clauses out of 17130 with flag 0/18001
16.93/12.58	c cleaning 1608 clauses out of 24202 with flag 0/26000
22.37/17.89	c cleaning 2301 clauses out of 31594 with flag 0/35000
28.84/24.12	c cleaning 2431 clauses out of 39294 with flag 0/45001
37.28/32.30	c cleaning 3296 clauses out of 47862 with flag 0/56000
47.63/42.37	c cleaning 3322 clauses out of 56566 with flag 0/68000
60.58/55.19	c cleaning 4284 clauses out of 66244 with flag 0/81000
77.70/71.85	c cleaning 4161 clauses out of 75960 with flag 0/95000
99.70/93.16	c cleaning 4398 clauses out of 86799 with flag 0/110000
124.80/117.59	c cleaning 4898 clauses out of 98401 with flag 0/126000
154.51/146.48	c cleaning 4771 clauses out of 110503 with flag 0/143000
182.19/173.45	c cleaning 4965 clauses out of 123733 with flag 0/161001
220.73/210.82	c cleaning 5595 clauses out of 137767 with flag 0/180000
265.46/254.46	c cleaning 5695 clauses out of 152172 with flag 0/200000
312.81/300.36	c cleaning 5349 clauses out of 167477 with flag 0/221000
376.15/361.54	c cleaning 5357 clauses out of 184131 with flag 0/243003
438.88/422.18	c cleaning 5873 clauses out of 201772 with flag 0/266001
519.60/499.48	c cleaning 6793 clauses out of 219898 with flag 0/290000
606.44/583.39	c cleaning 6439 clauses out of 238105 with flag 0/315000
692.18/665.69	c cleaning 7091 clauses out of 257667 with flag 0/341001
790.33/759.10	c cleaning 6861 clauses out of 277575 with flag 0/368000
909.33/871.60	c cleaning 7320 clauses out of 298714 with flag 0/396000
1036.77/995.46	c cleaning 7132 clauses out of 320394 with flag 0/425000
1179.67/1134.64	c cleaning 6773 clauses out of 343262 with flag 0/455000
1346.52/1296.79	c cleaning 7601 clauses out of 367490 with flag 0/486001
1493.15/1438.46	c cleaning 9301 clauses out of 391889 with flag 0/518001
1696.47/1635.06	c cleaning 8145 clauses out of 415587 with flag 0/551000
1912.11/1826.85	c cleaning 8984 clauses out of 441442 with flag 0/585000
2313.23/2155.80	c cleaning 7927 clauses out of 467458 with flag 0/620000
2669.34/2434.96	c cleaning 7795 clauses out of 495532 with flag 0/656001
3098.56/2749.81	c cleaning 6939 clauses out of 524736 with flag 0/693000
3475.17/3026.30	c cleaning 8419 clauses out of 555797 with flag 0/731000
3600.05/3113.72	c starts		: 150
3600.05/3113.72	c timeout
3600.05/3113.72	c conflicts		: 740899
3600.05/3113.72	c decisions		: 2238730
3600.05/3113.72	c propagations		: 128356892
3600.05/3113.72	c inspects		: 6360614092
3600.05/3113.72	c shortcuts		: 0
3600.05/3113.72	c learnt literals	: 0
3600.05/3113.72	c learnt binary clauses	: 105
3600.05/3113.72	c learnt ternary clauses	: 1221
3600.05/3113.72	c learnt constraints	: 740898
3600.05/3113.72	c ignored constraints	: 0
3600.05/3113.72	c root simplifications	: 0
3600.05/3113.72	c removed literals (reason simplification)	: 0
3600.05/3113.72	c reason swapping (by a shorter reason)	: 0
3600.05/3113.72	c Calls to reduceDB	: 34
3600.05/3113.72	c Number of update (reduction) of LBD	: 0
3600.05/3113.72	c Imported unit clauses	: 0
3600.05/3113.72	c No decision after first conflict	: false
3600.05/3113.72	c number of reductions to clauses (during analyze)	: 0
3600.05/3113.72	c number of learned constraints concerned by reduction	: 0
3600.05/3113.72	c number of learning phase by resolution	: 0
3600.05/3113.72	c number of learning phase by cutting planes	: 0
3600.05/3113.72	c number of rounding to 1 operations	: 5151888
3600.05/3113.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3113.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3113.72	c number of right shift for reduction by power 2 	: 0
3600.05/3113.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3113.72	c number of ending skipping 	: 0
3600.05/3113.72	c number of internal skipping 	: 0
3600.05/3113.72	c number of derivation steps 	: 21150886
3600.05/3113.72	c number of skipped derivation steps 	: 0
3600.05/3113.72	c number of remaining unassigned 	: 6454
3600.05/3113.72	c number of remaining assigned 	: 126020051
3600.05/3113.72	c number of falsified literals weakened from reason	: 0
3600.05/3113.72	c number of falsified literals weakened from conflict	: 0
3600.05/3113.72	c time for arithmetic operations	: 115135680450
3600.05/3113.72	c minimum degree of deleted constraints	: 4
3600.05/3113.72	c maximum degree of deleted constraints	: 40927
3600.05/3113.72	c number of deleted constraints	: 183622
3600.05/3113.72	c speed (assignments/second)	: 41260.77013825715
3600.05/3113.73	c non guided choices	: 57263
3600.19/3113.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 311784
3600.19/3113.81	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 173
3600.19/3113.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 105
3600.19/3113.81	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 245214
3600.19/3113.81	s UNKNOWN
3600.19/3113.82	c Total wall clock time (in seconds): 3113.664

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446155-1721330020/watcher-4446155-1721330020 -o /tmp/evaluation-result-4446155-1721330020/solver-4446155-1721330020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991974 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446155-1721330020.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
solver pid=992012, runsolver pid=992009
Current StackSize limit: 8192 KiB


[startup+0.10348 s]*
/proc/loadavg: 1.09 1.28 2.10 14/325 992104
/proc/meminfo: memFree=127795828/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=18975048 memory=62916 CPUtime=0.14 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 7245 0 0 0 12 2 0 0 20 0 18 0 185164390 19430449152 15729 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4743762 15729 5596 1 0 549357 0
[pid=992012/tid=992017] ppid=992009 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 1078198336 5773 0 0 0 8 1 0 0 20 0 18 0 185164390 19430449152 15754 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 15754 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 15754 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62916 KiB

[startup+0.206552 s]*
/proc/loadavg: 1.09 1.28 2.10 13/325 992104
/proc/meminfo: memFree=127645364/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=18975048 memory=107072 CPUtime=0.32 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 7846 0 0 0 29 3 0 0 20 0 18 0 185164390 19430449152 26768 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4743762 26768 5843 1 0 549721 0
[pid=992012/tid=992017] ppid=992009 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 6083 0 0 0 16 2 0 0 20 0 18 0 185164390 19430449152 26768 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 26768 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 26768 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 107072 KiB

[startup+0.308563 s]*
/proc/loadavg: 1.09 1.28 2.10 12/329 992108
/proc/meminfo: memFree=127372708/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19042676 memory=162084 CPUtime=0.5 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 9007 0 0 0 46 4 0 0 20 0 19 0 185164390 19499700224 40521 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4760669 40521 5843 1 0 550867 0
[pid=992012/tid=992017] ppid=992009 vsize=19042676 memory=-8959746988876014268 CPUtime=0.26 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 6110 0 0 0 23 3 0 0 20 0 19 0 185164390 19499700224 40521 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19042676 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19499700224 40521 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19042676 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164393 19499700224 40521 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19042676 KiB
Current children cumulated memory: 162084 KiB

[startup+0.701555 s]
/proc/loadavg: 1.09 1.28 2.10 11/329 992108
/proc/meminfo: memFree=125692776/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19041612 memory=1134132 CPUtime=1.26 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 11272 0 0 0 103 23 0 0 20 0 19 0 185164390 19498610688 283533 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4760403 283533 5859 1 0 552202 0
[pid=992012/tid=992017] ppid=992009 vsize=19041612 memory=29676 CPUtime=0.62 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 6581 0 0 0 42 20 0 0 20 0 19 0 185164390 19498610688 283533 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19041612 memory=13124 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 283533 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19041612 memory=100 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 283533 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1134132 KiB

[startup+1.51055 s]
/proc/loadavg: 1.09 1.28 2.10 12/329 992108
/proc/meminfo: memFree=122787460/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19041612 memory=1862560 CPUtime=2.84 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 21720 0 0 0 245 39 0 0 20 0 19 0 185164390 19498610688 465640 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4760403 465640 5859 1 0 947338 0
[pid=992012/tid=992017] ppid=992009 vsize=19041612 memory=13124 CPUtime=1.38 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 7028 0 0 0 104 34 0 0 20 0 19 0 185164390 19498610688 465640 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19041612 memory=100 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 465640 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 465640 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1862560 KiB

[startup+3.10758 s]
/proc/loadavg: 1.81 1.43 2.14 11/330 992109
/proc/meminfo: memFree=117344480/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19108176 memory=2860692 CPUtime=5.56 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 23930 0 0 0 497 59 0 0 20 0 20 0 185164390 19566772224 715173 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4777044 715173 5859 1 0 948084 0
[pid=992012/tid=992017] ppid=992009 vsize=19108176 memory=0 CPUtime=2.87 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 7580 0 0 0 234 53 0 0 20 0 20 0 185164390 19566772224 715173 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 715173 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 715173 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19108176 memory=280732081781824 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164675 19566772224 715173 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2860692 KiB

[startup+6.30055 s]
/proc/loadavg: 1.81 1.43 2.14 6/332 992113
/proc/meminfo: memFree=113800204/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19108176 memory=2853868 CPUtime=10.6 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 24698 0 0 0 1001 59 0 0 20 0 20 0 185164390 19566772224 713467 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4777044 713467 5859 1 0 948166 0
[pid=992012/tid=992017] ppid=992009 vsize=19108176 memory=0 CPUtime=5.94 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 7943 0 0 0 540 54 0 0 20 0 20 0 185164390 19566772224 713467 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 713467 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19108176 memory=2180000 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 713467 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19108176 memory=-8529090274508710588 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164675 19566772224 713467 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2853868 KiB

[startup+12.7003 s]
/proc/loadavg: 2.37 1.56 2.18 5/333 992114
/proc/meminfo: memFree=113022292/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19108176 memory=2854196 CPUtime=17.13 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 27142 0 0 0 1653 60 0 0 20 0 20 0 185164390 19566772224 713549 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4777044 713549 5860 1 0 948166 0
[pid=992012/tid=992017] ppid=992009 vsize=19108176 memory=2853952 CPUtime=12.22 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 9640 0 0 0 1168 54 0 0 20 0 20 0 185164390 19566772224 713549 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 713549 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 713549 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164675 19566772224 713549 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2854196 KiB

[startup+25.5003 s]
/proc/loadavg: 2.77 1.68 2.21 5/332 992115
/proc/meminfo: memFree=113008956/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19108176 memory=2856700 CPUtime=30.3 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 31146 0 0 0 2969 61 0 0 20 0 20 0 185164390 19566772224 714175 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4777044 714175 5902 1 0 948166 0
[pid=992012/tid=992017] ppid=992009 vsize=19108176 memory=2853952 CPUtime=24.58 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 10622 0 0 0 2404 54 0 0 20 0 20 0 185164390 19566772224 714175 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 714175 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19108176 memory=2856584 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 714175 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19108176 memory=2856700 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164675 19566772224 714175 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 30.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2856700 KiB

[startup+51.1057 s]
/proc/loadavg: 3.25 1.88 2.27 5/332 992120
/proc/meminfo: memFree=112816380/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19108176 memory=3027084 CPUtime=56.54 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 38998 0 0 0 5587 67 0 0 20 0 20 0 185164390 19566772224 756771 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4777044 756771 5902 1 0 948212 0
[pid=992012/tid=992017] ppid=992009 vsize=19108176 memory=3026956 CPUtime=49.44 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 14083 0 0 0 4889 55 0 0 20 0 20 0 185164390 19566772224 756771 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19108176 memory=2875316 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 756771 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19108176 memory=3026956 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 756771 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19108176 memory=3026956 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164675 19566772224 756771 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0

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

[startup+2802.3 s]
/proc/loadavg: 5.34 5.12 4.72 7/336 993792
/proc/meminfo: memFree=98663692/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=9985472 CPUtime=3168.8 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 737308 0 0 0 316307 573 0 0 20 0 21 0 185164390 19634933760 2496368 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2496368 5918 1 0 2511866 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=9985332 CPUtime=2701.08 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 370217 0 0 0 269890 218 0 0 20 0 21 0 185164390 19634933760 2496368 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=9985472 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2496368 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=9985472 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 2874 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2496368 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=9985472 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2496368 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3168.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9985472 KiB

[startup+2862.3 s]
/proc/loadavg: 5.23 5.12 4.75 6/335 993814
/proc/meminfo: memFree=97411896/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10102856 CPUtime=3250.56 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 775478 0 0 0 324463 593 0 0 20 0 21 0 185164390 19634933760 2525714 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2525714 5918 1 0 2541235 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=10043924 CPUtime=2758.93 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 390175 0 0 0 275671 222 0 0 20 0 21 0 185164390 19634933760 2525714 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=10102424 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2525714 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10102424 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 2910 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2525714 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=10102424 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2525714 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3250.56 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10102856 KiB

[startup+2922.3 s]
/proc/loadavg: 4.89 5.05 4.75 5/336 993825
/proc/meminfo: memFree=94097064/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10319484 CPUtime=3333.72 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 789004 0 0 0 332758 614 0 0 20 0 21 0 185164390 19634933760 2579871 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2579871 5918 1 0 2595546 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=10043924 CPUtime=2816.41 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 396865 0 0 0 281414 227 0 0 20 0 21 0 185164390 19634933760 2579871 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=14364 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2579871 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10319460 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 2963 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2579871 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=10319484 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2579871 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3333.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10319484 KiB

[startup+2982.3 s]
/proc/loadavg: 5.17 5.09 4.78 5/336 993835
/proc/meminfo: memFree=93830792/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10519800 CPUtime=3413.03 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 815597 0 0 0 340669 634 0 0 20 0 21 0 185164390 19634933760 2629950 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2629950 5918 1 0 2645706 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=10519800 CPUtime=2873.79 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 409189 0 0 0 287147 232 0 0 20 0 21 0 185164390 19634933760 2629950 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=10419748 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2629950 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10419748 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 2997 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2629950 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=10519800 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2629950 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3413.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10519800 KiB

[startup+3042.3 s]
/proc/loadavg: 5.07 5.07 4.79 7/334 993848
/proc/meminfo: memFree=93655640/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10693972 CPUtime=3499.48 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 845051 0 0 0 349288 660 0 0 20 0 21 0 185164390 19634933760 2673493 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2673493 5918 1 0 2689608 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=14364 CPUtime=2931.45 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 426489 0 0 0 292907 238 0 0 20 0 21 0 185164390 19634933760 2673493 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=10603348 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2673493 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10628208 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 3032 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2673493 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=10628208 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2673493 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3499.48 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10693972 KiB

[startup+3102.3 s]
/proc/loadavg: 5.12 5.09 4.82 6/334 993858
/proc/meminfo: memFree=93553872/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10795288 CPUtime=3579.66 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 876611 0 0 0 357288 678 0 0 20 0 21 0 185164390 19634933760 2698822 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2698822 5918 1 0 2714699 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=10694968 CPUtime=2989.26 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 438497 0 0 0 298685 241 0 0 20 0 21 0 185164390 19634933760 2698822 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=-8959746988876014268 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2698822 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10728580 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 3084 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2698822 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=5628 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2698822 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3579.66 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10795288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3113.7 s]
/proc/loadavg: 5.10 5.09 4.82 5/334 993860
/proc/meminfo: memFree=93495172/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19174740 memory=10853480 CPUtime=3600.05 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 878177 0 0 0 359319 686 0 0 20 0 21 0 185164390 19634933760 2713370 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4793685 2713370 5918 1 0 2729328 0
[pid=992012/tid=992017] ppid=992009 vsize=19174740 memory=10694968 CPUtime=2999.93 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) R 992009 992012 991963 0 -1 4194368 439331 0 0 0 299751 242 0 0 20 0 21 0 185164390 19634933760 2713370 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19174740 memory=-8959746988876014268 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2713370 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19174740 memory=10728580 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 3084 0 0 0 0 0 0 0 20 0 21 0 185164393 19634933760 2713370 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992109] ppid=992009 vsize=19174740 memory=-8529090274508710588 CPUtime=0 cores=4,6
/proc/992012/task/992109/stat : 992109 (Timer-0) S 992009 992012 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185164675 19634933760 2713370 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10853480 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3113.86 s]
# the end of solver process 992012 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3593.35 s, system=6.90127 s

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

[startup+3113.81 s]
/proc/loadavg: 5.10 5.09 4.82 5/334 993860
/proc/meminfo: memFree=93495172/131524600 swapFree=131071216/131071996
[pid=992012] ppid=992009 vsize=19374432 memory=10854152 CPUtime=3600.19 cores=4,6
/proc/992012/stat : 992012 (java) S 992009 992012 991963 0 -1 1077936128 881290 0 0 0 359333 686 0 0 20 0 22 0 185164390 19839418368 2713538 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
/proc/992012/statm: 4843608 2713538 5917 1 0 2730263 0
[pid=992012/tid=992017] ppid=992009 vsize=19374432 memory=10795288 CPUtime=2999.94 cores=4,6
/proc/992012/task/992017/stat : 992017 (java) S 992009 992012 991963 0 -1 1077936192 439460 0 0 0 299752 242 0 0 20 0 22 0 185164390 19839418368 2713538 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992056] ppid=992009 vsize=19374432 memory=5596 CPUtime=0 cores=4,6
/proc/992012/task/992056/stat : 992056 (Finalizer) S 992009 992012 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 185164393 19839418368 2713538 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
[pid=992012/tid=992076] ppid=992009 vsize=19374432 memory=14364 CPUtime=0 cores=4,6
/proc/992012/task/992076/stat : 992076 (Common-Cleaner) S 992009 992012 991963 0 -1 1077936192 3084 0 0 0 0 0 0 0 20 0 22 0 185164393 19839418368 2713538 134679101440 94017145860096 94017145863792 140724789718704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94017145871608 94017145872400 94017149259776 140724789724143 140724789724256 140724789724256 140724789731272 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 10854152 KiB

Child status: 143

Real time (s): 3113.87
CPU time (s): 3600.25
CPU user time (s): 3593.35
CPU system time (s): 6.90127
CPU usage (%): 115.62
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 10854152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.35
system time used= 6.90127
maximum resident set size= 10855520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123628
involuntary context switches= 33477


# summary of solver processes directly reported to runsolver:
#   pid: 992012
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3593.35
#   total CPU system time (s): 6.90127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.91111 second user time and 16.592 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 21:13:52
IDJOB=4446155
IDBENCH=155502
IDSOLVER=3046
FILE ID=nodeC018/4446155-1721330020
RUNJOBID= nodeC018-1721330032-991974
SLURM_JOB_ID= 7542703
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-86.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446155-1721330020/watcher-4446155-1721330020 -o /tmp/evaluation-result-4446155-1721330020/solver-4446155-1721330020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991974 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446155-1721330020.opb

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

MD5SUM BENCH= 3b78757f10307782e0b04e5cada0d1b0
RANDOM SEED=107026050

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127957388 kB
MemAvailable:   129765396 kB
Buffers:          491276 kB
Cached:          2148280 kB
SwapCached:          148 kB
Active:           996176 kB
Inactive:        1985176 kB
Active(anon):       1460 kB
Inactive(anon):   386440 kB
Active(file):     994716 kB
Inactive(file):  1598736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             34376 kB
Writeback:             0 kB
AnonPages:        342428 kB
Mapped:           107624 kB
Shmem:             45784 kB
KReclaimable:     108756 kB
Slab:             204304 kB
SReclaimable:     108756 kB
SUnreclaim:        95548 kB
KernelStack:        3936 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     775812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC018 at 2024-07-18 22:05:46