Trace number 4099610

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 PB 2.3.6 Resolution PB16UNSAT 110.41 108.922

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark4.16537
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099610-1466206124.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
1.18/0.87	c ... done. Wall clock time 0.758s.
1.18/0.87	c declared #vars     40605
1.18/0.87	c #constraints  118930
1.18/0.87	c constraints type 
1.18/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38323
1.18/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.18/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78866
1.18/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1740
1.18/0.87	c 118930 constraints processed.
9.48/8.62	c cleaning 2500 clauses out of 5000 with flag 39704/5000
15.85/14.52	c cleaning 4248 clauses out of 8500 with flag 109944/11000
26.56/25.27	c cleaning 5623 clauses out of 11254 with flag 189297/18002
34.17/32.87	c cleaning 6810 clauses out of 13633 with flag 300889/26004
40.59/39.23	c cleaning 7908 clauses out of 15819 with flag 428658/35000
47.99/46.63	c cleaning 8945 clauses out of 17911 with flag 577292/45000
61.69/60.22	c cleaning 9982 clauses out of 19966 with flag 688704/56000
71.89/70.44	c cleaning 10991 clauses out of 21987 with flag 820642/68003
84.99/83.53	c cleaning 11994 clauses out of 23994 with flag 986324/81001
99.99/98.50	c cleaning 12996 clauses out of 26000 with flag 1187739/95001
110.30/108.90	c starts		: 144
110.30/108.90	c conflicts		: 105555
110.30/108.90	c decisions		: 155235
110.30/108.90	c propagations		: 304581855
110.30/108.90	c inspects		: 849320843
110.30/108.90	c shortcuts		: 0
110.30/108.90	c learnt literals	: 15
110.30/108.90	c learnt binary clauses	: 248
110.30/108.90	c learnt ternary clauses	: 457
110.30/108.90	c learnt constraints	: 105539
110.30/108.90	c ignored constraints	: 0
110.30/108.90	c root simplifications	: 0
110.30/108.90	c removed literals (reason simplification)	: 0
110.30/108.90	c reason swapping (by a shorter reason)	: 0
110.30/108.90	c Calls to reduceDB	: 10
110.30/108.90	c Number of update (reduction) of LBD	: 47938
110.30/108.90	c Imported unit clauses	: 0
110.30/108.90	c number of reductions to clauses (during analyze)	: 0
110.30/108.90	c number of learned constraints concerned by reduction	: 0
110.30/108.90	c number of learning phase by resolution	: 0
110.30/108.90	c number of learning phase by cutting planes	: 0
110.30/108.90	c speed (assignments/second)	: 2819915.14753127
110.30/108.90	c non guided choices	1071
110.41/108.91	c learnt constraints type 
110.41/108.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 248
110.41/108.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23294
110.41/108.91	s UNSATISFIABLE
110.41/108.91	c Total wall clock time (in seconds): 108.806

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4099610-1466206124/watcher-4099610-1466206124 -o /tmp/evaluation-result-4099610-1466206124/solver-4099610-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099610-1466206124.opb 

pid=16389
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.82 0.41 0.25 2/170 16392
/proc/meminfo: memFree=30364772/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16392/stat : 16392 (java) R 16389 16392 15516 0 -1 4202496 965 0 0 0 0 0 0 0 20 0 1 0 22659094 23793664 615 33554432000 1073741824 1073778376 140737336858128 140737336847192 270698330675 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 5809 628 466 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 0.82 0.41 0.25 2/170 16392
/proc/meminfo: memFree=30364772/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 4454 0 1 0 9 0 0 0 20 0 18 0 22659094 9787879424 5580 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2389619 5580 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 0.82 0.41 0.25 2/170 16392
/proc/meminfo: memFree=30364772/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 5019 0 1 0 26 1 0 0 20 0 18 0 22659094 9787879424 6447 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2389619 6447 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 0.82 0.41 0.25 2/170 16392
/proc/meminfo: memFree=30364772/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 6071 0 1 0 48 1 0 0 20 0 18 0 22659094 9787879424 8574 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2389619 8574 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 0.82 0.41 0.25 2/170 16392
/proc/meminfo: memFree=30364772/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9558476 CPUtime=1.08 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 6988 0 1 0 104 4 0 0 20 0 18 0 22659094 9787879424 40674 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2389619 40674 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 0.82 0.41 0.25 5/189 16411
/proc/meminfo: memFree=30205316/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 9565 0 1 0 225 5 0 0 20 0 19 0 22659094 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2406260 41943 2276 9 0 2396937 0
[pid=16392/tid=16394] ppid=16389 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) R 16389 16392 15516 0 -1 4202560 2539 0 1 0 141 3 0 0 20 0 19 0 22659095 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420400574536 140420273364920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 1611 0 0 0 32 0 0 0 20 0 19 0 22659100 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4042 0 0 0 45 0 0 0 20 0 19 0 22659100 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 41943 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 0.82 0.41 0.25 4/192 16420
/proc/meminfo: memFree=30203804/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 9569 0 1 0 387 5 0 0 20 0 19 0 22659094 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2406260 41946 2276 9 0 2396937 0
[pid=16392/tid=16394] ppid=16389 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) R 16389 16392 15516 0 -1 4202560 2540 0 1 0 301 3 0 0 20 0 19 0 22659095 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420400572784 140420273365045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 1611 0 0 0 32 0 0 0 20 0 19 0 22659100 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4045 0 0 0 47 0 0 0 20 0 19 0 22659100 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 41946 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 0.83 0.42 0.25 2/189 16476
/proc/meminfo: memFree=30204540/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 9572 0 1 0 707 5 0 0 20 0 19 0 22659094 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2406260 41810 2277 9 0 2396937 0
[pid=16392/tid=16394] ppid=16389 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) R 16389 16392 15516 0 -1 4202560 2542 0 1 0 620 3 0 0 20 0 19 0 22659095 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420400574568 140420273498924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 1611 0 0 0 32 0 0 0 20 0 19 0 22659100 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4046 0 0 0 47 0 0 0 20 0 19 0 22659100 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 41810 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625040


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

[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 8878 0 0 0 75 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4834 0 0 0 60 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.5
Current children cumulated vsize (KiB) 9625040

[startup+108.401 s]
/proc/loadavg: 1.90 0.89 0.44 3/214 16578
/proc/meminfo: memFree=29818992/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9625040 CPUtime=109.9 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 18023 0 1 0 10979 11 0 0 20 0 19 0 22659094 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2406260 49429 2284 9 0 2396937 0
[pid=16392/tid=16394] ppid=16389 vsize=9625040 CPUtime=108.03 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) R 16389 16392 15516 0 -1 4202560 2550 0 1 0 10799 4 0 0 20 0 19 0 22659095 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420400574896 140420273484240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 8878 0 0 0 75 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4834 0 0 0 60 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.9
Current children cumulated vsize (KiB) 9625040

[startup+108.801 s]
/proc/loadavg: 1.90 0.89 0.44 3/214 16578
/proc/meminfo: memFree=29818992/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9625040 CPUtime=110.3 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 18023 0 1 0 11019 11 0 0 20 0 19 0 22659094 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2406260 49429 2284 9 0 2396937 0
[pid=16392/tid=16394] ppid=16389 vsize=9625040 CPUtime=108.43 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) R 16389 16392 15516 0 -1 4202560 2550 0 1 0 10839 4 0 0 20 0 19 0 22659095 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420400574896 140420273365124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659096 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 8878 0 0 0 75 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) S 16389 16392 15516 0 -1 4202560 4834 0 0 0 60 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420219472184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 22659100 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16411] ppid=16389 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16411/stat : 16411 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659184 9856040960 49429 33554432000 1073741824 1073778376 140737336858128 140420216313512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 110.3
Current children cumulated vsize (KiB) 9625040

[startup+108.901 s]
/proc/loadavg: 1.90 0.89 0.44 3/214 16578
/proc/meminfo: memFree=29819116/32872528 swapFree=1542984/1696284
[pid=16392] ppid=16389 vsize=9691604 CPUtime=110.41 cores=0,2,4,6
/proc/16392/stat : 16392 (java) S 16389 16392 15516 0 -1 4202496 18033 0 1 0 11030 11 0 0 20 0 19 0 22659094 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140737336849264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16392/statm: 2422901 49437 2285 9 0 2413578 0
[pid=16392/tid=16394] ppid=16389 vsize=9691604 CPUtime=108.53 cores=0,2,4,6
/proc/16392/task/16394/stat : 16394 (java) S 16389 16392 15516 0 -1 4202560 2552 0 1 0 10849 4 0 0 20 0 19 0 22659095 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420400575192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16395] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16395/stat : 16395 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420244302888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16396] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16396/stat : 16396 (java) S 16389 16392 15516 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420243250088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16397] ppid=16389 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16397/stat : 16397 (java) S 16389 16392 15516 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420242197288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16398] ppid=16389 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/16392/task/16398/stat : 16398 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420241144488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16399] ppid=16389 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16399/stat : 16399 (java) S 16389 16392 15516 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420240091688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16392/tid=16400] ppid=16389 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16392/task/16400/stat : 16400 (java) S 16389 16392 15516 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420239038888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16401] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16401/stat : 16401 (java) S 16389 16392 15516 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420237986088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16402] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16402/stat : 16402 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659096 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420236933288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16403] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16403/stat : 16403 (java) S 16389 16392 15516 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 22659097 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420224736232 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16404] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16404/stat : 16404 (java) S 16389 16392 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659097 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420223682296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16405] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16405/stat : 16405 (java) S 16389 16392 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659097 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420222629384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16406] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16406/stat : 16406 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420221577872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16407] ppid=16389 vsize=9691604 CPUtime=0.77 cores=0,2,4,6
/proc/16392/task/16407/stat : 16407 (java) S 16389 16392 15516 0 -1 4202560 8878 0 0 0 75 2 0 0 20 0 19 0 22659100 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420220524984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16392/tid=16408] ppid=16389 vsize=9691604 CPUtime=0.61 cores=0,2,4,6
/proc/16392/task/16408/stat : 16408 (java) R 16389 16392 15516 0 -1 4202560 4834 0 0 0 61 0 0 0 20 0 19 0 22659100 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420219472184 140420404692326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16409] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16409/stat : 16409 (java) S 16389 16392 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659100 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420218419576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16392/tid=16410] ppid=16389 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/16392/task/16410/stat : 16410 (java) S 16389 16392 15516 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 22659100 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420217366984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16392/tid=16579] ppid=16389 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16392/task/16579/stat : 16579 (java) R 16389 16392 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22669985 9924202496 49437 33554432000 1073741824 1073778376 140737336858128 140420215250960 140420272688482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 110.41
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16392 and gives
#  childrusage.ru_utime.tv_sec=110
#  childrusage.ru_utime.tv_usec=45270
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 110.257
# while last known CPU time is 110.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 108.922
CPU time (s): 110.41
CPU user time (s): 110.3
CPU system time (s): 0.11
CPU usage (%): 101.367
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.045
system time used= 0.211967
maximum resident set size= 197764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18040
page faults= 1
swaps= 0
block input operations= 168
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2650
involuntary context switches= 323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.813876 second user time and 0.924859 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 01:28:45
IDJOB=4099610
IDBENCH=1451
IDSOLVER=2546
FILE ID=node125/4099610-1466206124
RUNJOBID= node125-1466206074-15532
PBS_JOBID= 19918152
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099610-1466206124/watcher-4099610-1466206124 -o /tmp/evaluation-result-4099610-1466206124/solver-4099610-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099610-1466206124.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=621242875

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30365036 kB
Buffers:           35524 kB
Cached:            68276 kB
SwapCached:          684 kB
Active:            47296 kB
Inactive:          58936 kB
Active(anon):       4404 kB
Inactive(anon):      996 kB
Active(file):      42892 kB
Inactive(file):    57940 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098192 kB
Dirty:              4420 kB
Writeback:             0 kB
AnonPages:       1698752 kB
Mapped:             7020 kB
Shmem:                 0 kB
Slab:             571184 kB
SReclaimable:      14000 kB
SUnreclaim:       557184 kB
KernelStack:        1392 kB
PageTables:         7288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1792840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node125 at 2016-06-18 01:30:34