Trace number 4120606

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 39.58 38.1321

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-22-1.cnf.gz-extracted.pb.metafix.opb
MD5SUM16c1da7fca975513297135b356e42dda
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89
Total number of constraints88
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version PB16.v20160501
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4120606-1467311743.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.15	c ... done. Wall clock time 0.021s.
0.07/0.15	c declared #vars     89
0.07/0.15	c #constraints  88
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.07/0.15	c 88 constraints processed.
0.81/0.51	c cleaning 2499 clauses out of 5000 with flag 33145/5000
1.37/0.85	c cleaning 4247 clauses out of 8502 with flag 80144/11001
1.87/1.33	c cleaning 5625 clauses out of 11254 with flag 132492/18000
2.47/1.96	c cleaning 6812 clauses out of 13629 with flag 187687/26000
3.40/2.81	c cleaning 7907 clauses out of 15818 with flag 253219/35001
4.41/3.80	c cleaning 8954 clauses out of 17910 with flag 320430/45000
5.61/5.06	c cleaning 9976 clauses out of 19956 with flag 395418/56000
7.11/6.56	c cleaning 10986 clauses out of 21981 with flag 487597/68001
8.81/8.29	c cleaning 11996 clauses out of 23996 with flag 583976/81002
10.81/10.29	c cleaning 12996 clauses out of 25998 with flag 683776/95000
13.32/12.73	c cleaning 14000 clauses out of 28004 with flag 787032/110002
16.13/15.49	c cleaning 14993 clauses out of 30002 with flag 895242/126000
19.44/18.45	c cleaning 16001 clauses out of 32010 with flag 1008611/143001
23.18/21.82	c cleaning 17000 clauses out of 34008 with flag 1135186/161000
26.97/25.55	c cleaning 18000 clauses out of 36008 with flag 1259615/180001
30.87/29.45	c cleaning 18998 clauses out of 38008 with flag 1382019/200001
35.48/34.07	c cleaning 20004 clauses out of 40009 with flag 1520226/221001
39.58/38.10	c starts		: 51
39.58/38.10	c conflicts		: 239861
39.58/38.10	c decisions		: 275858
39.58/38.10	c propagations		: 3945324
39.58/38.10	c inspects		: 996533032
39.58/38.10	c shortcuts		: 0
39.58/38.10	c learnt literals	: 14
39.58/38.10	c learnt binary clauses	: 12
39.58/38.10	c learnt ternary clauses	: 35
39.58/38.10	c learnt constraints	: 239846
39.58/38.10	c ignored constraints	: 0
39.58/38.10	c root simplifications	: 0
39.58/38.10	c removed literals (reason simplification)	: 0
39.58/38.10	c reason swapping (by a shorter reason)	: 0
39.58/38.10	c Calls to reduceDB	: 17
39.58/38.10	c Number of update (reduction) of LBD	: 56820
39.58/38.10	c Imported unit clauses	: 0
39.58/38.10	c number of reductions to clauses (during analyze)	: 0
39.58/38.10	c number of learned constraints concerned by reduction	: 0
39.58/38.10	c number of learning phase by resolution	: 0
39.58/38.10	c number of learning phase by cutting planes	: 0
39.58/38.10	c speed (assignments/second)	: 103963.84621465651
39.58/38.10	c non guided choices	19
39.58/38.12	c learnt constraints type 
39.58/38.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
39.58/38.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38840
39.58/38.12	s UNSATISFIABLE
39.58/38.12	c Total wall clock time (in seconds): 37.993

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-4120606-1467311743/watcher-4120606-1467311743 -o /tmp/evaluation-result-4120606-1467311743/solver-4120606-1467311743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120606-1467311743.opb 

pid=26009
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: 2.30 2.33 2.22 3/196 26012
/proc/meminfo: memFree=29717844/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26012/stat : 26012 (java) D 26009 26012 21085 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 12126879 278528 33 33554432000 1073741824 1073778376 140734248635408 140734248632584 273896533287 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 68 33 25 9 0 25 0

[startup+0.100113 s]
/proc/loadavg: 2.30 2.33 2.22 3/196 26012
/proc/meminfo: memFree=29717844/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 3720 0 1 0 6 1 0 0 20 0 18 0 12126879 9787879424 4852 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2389619 4862 1926 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200303 s]
/proc/loadavg: 2.30 2.33 2.22 3/196 26012
/proc/meminfo: memFree=29717844/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 6179 0 1 0 23 1 0 0 20 0 19 0 12126879 9856040960 7281 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 7281 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.30029 s]
/proc/loadavg: 2.30 2.33 2.22 3/196 26012
/proc/meminfo: memFree=29717844/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 8288 0 1 0 50 2 0 0 20 0 19 0 12126879 9856040960 8534 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 8534 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700235 s]
/proc/loadavg: 2.30 2.33 2.22 3/196 26012
/proc/meminfo: memFree=29717844/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 16122 0 1 0 122 3 0 0 20 0 19 0 12126879 9856040960 13688 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 13688 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.27 2.32 2.22 3/215 26031
/proc/meminfo: memFree=29671904/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 16125 0 1 0 204 3 0 0 20 0 19 0 12126879 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 14201 2241 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2408 0 1 0 144 1 0 0 20 0 19 0 12126881 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282512030256 140282373279494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8065 0 0 0 33 0 0 0 20 0 19 0 12126887 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 4383 0 0 0 24 1 0 0 20 0 19 0 12126887 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 14201 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.27 2.32 2.22 4/215 26031
/proc/meminfo: memFree=29669360/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 16128 0 1 0 368 3 0 0 20 0 19 0 12126879 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 14714 2241 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2410 0 1 0 303 1 0 0 20 0 19 0 12126881 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282512032232 140282373279620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8066 0 0 0 36 0 0 0 20 0 19 0 12126887 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 4383 0 0 0 25 1 0 0 20 0 19 0 12126887 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 14714 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.25 2.32 2.22 3/215 26031
/proc/meminfo: memFree=29665128/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=6.91 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 16131 0 1 0 688 3 0 0 20 0 19 0 12126879 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 15039 2242 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2412 0 1 0 622 1 0 0 20 0 19 0 12126881 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282512023248 140282373279559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8066 0 0 0 36 0 0 0 20 0 19 0 12126887 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 4383 0 0 0 25 1 0 0 20 0 19 0 12126887 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 15039 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625040


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

[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8079 0 0 0 44 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 14463 0 0 0 104 2 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 9625040

[startup+37.6007 s]
/proc/loadavg: 2.33 2.33 2.23 3/215 26031
/proc/meminfo: memFree=29630580/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=39.08 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 26254 0 1 0 3903 5 0 0 20 0 19 0 12126879 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 23398 2249 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=37.44 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2437 0 1 0 3743 1 0 0 20 0 19 0 12126881 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282512030160 140282373299110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8079 0 0 0 44 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 14463 0 0 0 104 2 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.08
Current children cumulated vsize (KiB) 9625040

[startup+38.0007 s]
/proc/loadavg: 2.33 2.33 2.23 3/215 26031
/proc/meminfo: memFree=29630580/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=39.48 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 26254 0 1 0 3943 5 0 0 20 0 19 0 12126879 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 23398 2249 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=37.84 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2437 0 1 0 3783 1 0 0 20 0 19 0 12126881 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282512030160 140282373597760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8079 0 0 0 44 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 14463 0 0 0 104 2 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.48
Current children cumulated vsize (KiB) 9625040

[startup+38.1007 s]
/proc/loadavg: 2.33 2.33 2.23 3/215 26031
/proc/meminfo: memFree=29630580/32872528 swapFree=1484672/1662500
[pid=26012] ppid=26009 vsize=9625040 CPUtime=39.58 cores=0,2,4,6
/proc/26012/stat : 26012 (java) S 26009 26012 21085 0 -1 4202496 26254 0 1 0 3953 5 0 0 20 0 19 0 12126879 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140734580024480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26012/statm: 2406260 23398 2249 9 0 2396937 0
[pid=26012/tid=26014] ppid=26009 vsize=9625040 CPUtime=37.94 cores=0,2,4,6
/proc/26012/task/26014/stat : 26014 (java) R 26009 26012 21085 0 -1 4202560 2437 0 1 0 3793 1 0 0 20 0 19 0 12126881 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282512030160 140282373299195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26015] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26015/stat : 26015 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282356034088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26016] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26016/stat : 26016 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282354981288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26017] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26017/stat : 26017 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282353928488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26012/tid=26018] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26018/stat : 26018 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282352875688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26019] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26019/stat : 26019 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282351823912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26020] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26020/stat : 26020 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282350771112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26012/tid=26021] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26021/stat : 26021 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282349718312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26022] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26022/stat : 26022 (java) S 26009 26012 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12126883 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282348665512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26023] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26023/stat : 26023 (java) S 26009 26012 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282336254440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26024] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26024/stat : 26024 (java) S 26009 26012 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282335200504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26025] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26025/stat : 26025 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126884 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282334147592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26026] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26026/stat : 26026 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282333096080 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26027] ppid=26009 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26012/task/26027/stat : 26027 (java) S 26009 26012 21085 0 -1 4202560 8079 0 0 0 44 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282332044216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26028] ppid=26009 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/26012/task/26028/stat : 26028 (java) S 26009 26012 21085 0 -1 4202560 14463 0 0 0 104 2 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282330991416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26029] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26029/stat : 26029 (java) S 26009 26012 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282329938808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26012/tid=26030] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26030/stat : 26030 (java) S 26009 26012 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12126887 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282328886216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26012/tid=26031] ppid=26009 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26012/task/26031/stat : 26031 (java) S 26009 26012 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12126895 9856040960 23398 33554432000 1073741824 1073778376 140734580033344 140282327831720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.58
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26012 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=467000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=71989
# CPU time returned by wait4() is 39.539
# while last known CPU time is 39.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 38.1321
CPU time (s): 39.58
CPU user time (s): 39.53
CPU system time (s): 0.05
CPU usage (%): 103.797
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.467
system time used= 0.071989
maximum resident set size= 95732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26284
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1105
involuntary context switches= 167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109983 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 20:35:44
IDJOB=4120606
IDBENCH=110033
IDSOLVER=2546
FILE ID=node134/4120606-1467311743
RUNJOBID= node134-1467310932-25492
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-22-1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120606-1467311743/watcher-4120606-1467311743 -o /tmp/evaluation-result-4120606-1467311743/solver-4120606-1467311743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120606-1467311743.opb

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

MD5SUM BENCH= 16c1da7fca975513297135b356e42dda
RANDOM SEED=1203426162

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.55
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29718412 kB
Buffers:          163836 kB
Cached:           383976 kB
SwapCached:            0 kB
Active:           429412 kB
Inactive:         318424 kB
Active(anon):     196892 kB
Inactive(anon):     5960 kB
Active(file):     232520 kB
Inactive(file):   312464 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       1862700 kB
Mapped:            21492 kB
Shmem:               216 kB
Slab:             610632 kB
SReclaimable:      54460 kB
SUnreclaim:       556172 kB
KernelStack:        1600 kB
PageTables:         7912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71708 MiB
End job on node134 at 2016-06-30 20:36:22