Trace number 4108996

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 Res+CP PB16? (TO) 1802 1474.14

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-184.opb
MD5SUMd8db981f22ec5ac3b83e1e418cbe482a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1025127
Total number of constraints24132986
Number of constraints which are clauses21678503
Number of constraints which are cardinality constraints (but not clauses)75582
Number of constraints which are nor clauses,nor cardinality constraints2378901
Minimum length of a constraint2
Maximum length of a constraint5487
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 5488
Number of bits of the biggest sum of numbers13
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4108996-1466289999.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
1062.09/880.55	c ... done. Wall clock time 880.438s.
1062.09/880.55	c declared #vars     1025127
1062.09/880.55	c #constraints  24170808
1062.09/880.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1062.09/880.56	c constraints type 
1062.09/880.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16690219
1062.09/880.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 75583
1062.09/880.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5026105
1062.09/880.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2378901
1062.09/880.56	c 24170808 constraints processed.
1062.09/880.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1062.09/880.56	c constraints type 
1062.09/880.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5026105
1062.09/880.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16690219
1062.09/880.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75583
1062.09/880.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2378901
1062.09/880.56	c 24170808 constraints processed.
1162.69/960.17	c cleaning 2491 clauses out of 5000 with flag 26362/5000
1238.68/1019.33	c cleaning 4244 clauses out of 8509 with flag 63127/11000
1309.72/1074.21	c cleaning 5623 clauses out of 11265 with flag 112464/18000
1429.99/1172.78	c cleaning 6814 clauses out of 13643 with flag 170469/26001
1568.14/1285.01	c cleaning 7908 clauses out of 15829 with flag 238196/35001
1722.01/1409.84	c cleaning 8954 clauses out of 17920 with flag 313337/45000

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-4108996-1466289999/watcher-4108996-1466289999 -o /tmp/evaluation-result-4108996-1466289999/solver-4108996-1466289999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108996-1466289999.opb 

pid=30324
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: 4.05 4.10 4.10 4/195 30327
/proc/meminfo: memFree=26552272/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/30327/stat : 30327 (java) R 30324 30327 24401 0 -1 4202496 390 0 0 0 0 0 0 0 20 0 1 0 31052858 9433088 60 33554432000 1073741824 1073778376 140733463495936 140733463493064 235365563976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2305 69 54 9 0 37 0

[startup+0.100158 s]
/proc/loadavg: 4.05 4.10 4.10 4/195 30327
/proc/meminfo: memFree=26552272/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 4460 0 1 0 8 1 0 0 20 0 18 0 31052858 9787879424 5581 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 5581 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.206961 s]
/proc/loadavg: 4.05 4.10 4.10 4/195 30327
/proc/meminfo: memFree=26552272/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 4710 0 1 0 21 4 0 0 20 0 18 0 31052858 9787879424 47189 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 47189 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.05 4.10 4.10 4/195 30327
/proc/meminfo: memFree=26552272/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 5216 0 1 0 41 5 0 0 20 0 18 0 31052858 9787879424 49085 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 49085 2240 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 4.05 4.10 4.10 4/195 30327
/proc/meminfo: memFree=26552272/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=1.52 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 12710 0 1 0 141 11 0 0 20 0 18 0 31052858 9787879424 98128 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 98128 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.05 4.10 4.10 4/213 30345
/proc/meminfo: memFree=25904448/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=2.62 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 14381 0 1 0 235 27 0 0 20 0 18 0 31052858 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 288828 2263 9 0 2380296 0
[pid=30327/tid=30329] ppid=30324 vsize=9558476 CPUtime=1.27 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) R 30324 30327 24401 0 -1 4202560 2912 0 1 0 112 15 0 0 20 0 18 0 31052859 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850385162288 139850392935514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) S 30324 30327 24401 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850229180584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) S 30324 30327 24401 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850228128040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) S 30324 30327 24401 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850227075496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) S 30324 30327 24401 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850226022952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) S 30324 30327 24401 0 -1 4202560 24 0 0 0 6 1 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850224970408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) S 30324 30327 24401 0 -1 4202560 205 0 0 0 4 2 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850223917864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) S 30324 30327 24401 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850222865320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) S 30324 30327 24401 0 -1 4202560 37 0 0 0 6 1 0 0 20 0 18 0 31052860 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850221812776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) S 30324 30327 24401 0 -1 4202560 951 0 0 0 0 0 0 0 20 0 18 0 31052861 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850209400936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850206243344 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 5407 0 0 0 35 0 0 0 20 0 18 0 31052864 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3151 0 0 0 30 2 0 0 20 0 18 0 31052864 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 288828 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558476

[startup+3.10496 s]
/proc/loadavg: 4.05 4.10 4.10 4/213 30345
/proc/meminfo: memFree=24805176/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=4.69 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 15500 0 1 0 419 50 0 0 20 0 18 0 31052858 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 552509 2263 9 0 2380296 0
[pid=30327/tid=30329] ppid=30324 vsize=9558476 CPUtime=2.77 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) S 30324 30327 24401 0 -1 4202560 3446 0 1 0 246 31 0 0 20 0 18 0 31052859 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850385168872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) R 30324 30327 24401 0 -1 4202560 158 0 0 0 8 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850229180760 139850392069363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) R 30324 30327 24401 0 -1 4202560 76 0 0 0 9 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850228128216 139850389332801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) R 30324 30327 24401 0 -1 4202560 133 0 0 0 8 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850227075672 139850392067168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) R 30324 30327 24401 0 -1 4202560 135 0 0 0 12 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850226022952 139850389346479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) R 30324 30327 24401 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850224970288 139850387642076 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) R 30324 30327 24401 0 -1 4202560 249 0 0 0 11 4 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850223918040 139850388449122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) R 30324 30327 24401 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850222865320 139850392066896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) R 30324 30327 24401 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 18 0 31052860 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850221812952 139850387642041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) S 30324 30327 24401 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 31052861 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850209399816 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850206243344 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 5450 0 0 0 47 0 0 0 20 0 18 0 31052864 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3204 0 0 0 39 2 0 0 20 0 18 0 31052864 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 552509 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 3.97 4.09 4.10 4/213 30345
/proc/meminfo: memFree=23676236/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=8.38 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 16282 0 1 0 772 66 0 0 20 0 18 0 31052858 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 723168 2263 9 0 2380296 0
[pid=30327/tid=30329] ppid=30324 vsize=9558476 CPUtime=5.79 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) R 30324 30327 24401 0 -1 4202560 3746 0 1 0 538 41 0 0 20 0 18 0 31052859 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850385168744 139850392935514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) S 30324 30327 24401 0 -1 4202560 348 0 0 0 19 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850229180584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) S 30324 30327 24401 0 -1 4202560 110 0 0 0 14 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850228128040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) S 30324 30327 24401 0 -1 4202560 164 0 0 0 14 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850227075496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) S 30324 30327 24401 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850226022952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) S 30324 30327 24401 0 -1 4202560 55 0 0 0 16 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850224970408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) S 30324 30327 24401 0 -1 4202560 271 0 0 0 20 4 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850223917864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) S 30324 30327 24401 0 -1 4202560 91 0 0 0 13 2 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850222865320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) S 30324 30327 24401 0 -1 4202560 177 0 0 0 17 3 0 0 20 0 18 0 31052860 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850221812776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) S 30324 30327 24401 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 31052861 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850209400936 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31052862 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850206243344 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 5452 0 0 0 49 0 0 0 20 0 18 0 31052864 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3204 0 0 0 39 2 0 0 20 0 18 0 31052864 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31052864 9787879424 723168 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.89 4.07 4.09 4/213 30345
/proc/meminfo: memFree=23572412/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9558476 CPUtime=15.73 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 17358 0 1 0 1500 73 0 0 20 0 18 0 31052858 9787879424 749202 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2389619 749202 2263 9 0 2380296 0

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


[startup+1472.9 s]
/proc/loadavg: 1.43 2.29 3.07 2/189 30717
/proc/meminfo: memFree=21564480/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9824732 CPUtime=1800.79 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 40086 0 1 0 179587 492 0 0 20 0 22 0 31052858 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2456183 2074460 2297 9 0 2446860 0
[pid=30327/tid=30329] ppid=30324 vsize=9824732 CPUtime=339.86 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) S 30324 30327 24401 0 -1 4202560 4253 0 1 0 33869 117 0 0 20 0 22 0 31052859 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850385171032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9824732 CPUtime=30.39 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) S 30324 30327 24401 0 -1 4202560 1265 0 0 0 2998 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850229180584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) S 30324 30327 24401 0 -1 4202560 1886 0 0 0 2990 39 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850228128040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9824732 CPUtime=30.85 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) S 30324 30327 24401 0 -1 4202560 1899 0 0 0 3040 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850227075496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9824732 CPUtime=30.31 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) S 30324 30327 24401 0 -1 4202560 1556 0 0 0 2988 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850226022952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9824732 CPUtime=30.15 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) S 30324 30327 24401 0 -1 4202560 1704 0 0 0 2970 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850224970408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) S 30324 30327 24401 0 -1 4202560 1794 0 0 0 2983 46 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850223917864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9824732 CPUtime=30.69 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) S 30324 30327 24401 0 -1 4202560 2272 0 0 0 3028 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850222865320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) S 30324 30327 24401 0 -1 4202560 1623 0 0 0 2965 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850221812776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9824732 CPUtime=922.22 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) R 30324 30327 24401 0 -1 4202560 7252 0 0 0 92199 23 0 0 20 0 22 0 31052861 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850209400752 139850392025183 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850206242888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 9864 0 0 0 177 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3296 0 0 0 104 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 84 0 0 0 33 24 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30667] ppid=30324 vsize=9824732 CPUtime=144.13 cores=0,2,4,6
/proc/30327/task/30667/stat : 30667 (java) S 30324 30327 24401 0 -1 4202560 29 0 0 0 14411 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850200927192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30668] ppid=30324 vsize=9824732 CPUtime=144.14 cores=0,2,4,6
/proc/30327/task/30668/stat : 30668 (java) S 30324 30327 24401 0 -1 4202560 43 0 0 0 14412 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850199875368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30669] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30669/stat : 30669 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140923 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850198823976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30670] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30670/stat : 30670 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140924 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850197771432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 9824732

[startup+1473.7 s]
/proc/loadavg: 1.43 2.29 3.07 2/189 30717
/proc/meminfo: memFree=21564480/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9824732 CPUtime=1801.59 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 40086 0 1 0 179667 492 0 0 20 0 22 0 31052858 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2456183 2074460 2297 9 0 2446860 0
[pid=30327/tid=30329] ppid=30324 vsize=9824732 CPUtime=339.86 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) S 30324 30327 24401 0 -1 4202560 4253 0 1 0 33869 117 0 0 20 0 22 0 31052859 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850385171032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9824732 CPUtime=30.39 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) S 30324 30327 24401 0 -1 4202560 1265 0 0 0 2998 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850229180584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) S 30324 30327 24401 0 -1 4202560 1886 0 0 0 2990 39 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850228128040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9824732 CPUtime=30.85 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) S 30324 30327 24401 0 -1 4202560 1899 0 0 0 3040 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850227075496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9824732 CPUtime=30.31 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) S 30324 30327 24401 0 -1 4202560 1556 0 0 0 2988 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850226022952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9824732 CPUtime=30.15 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) S 30324 30327 24401 0 -1 4202560 1704 0 0 0 2970 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850224970408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) S 30324 30327 24401 0 -1 4202560 1794 0 0 0 2983 46 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850223917864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9824732 CPUtime=30.69 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) S 30324 30327 24401 0 -1 4202560 2272 0 0 0 3028 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850222865320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) S 30324 30327 24401 0 -1 4202560 1623 0 0 0 2965 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850221812776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9824732 CPUtime=923.02 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) R 30324 30327 24401 0 -1 4202560 7252 0 0 0 92279 23 0 0 20 0 22 0 31052861 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850209400752 139850392026388 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850206242888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 9864 0 0 0 177 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3296 0 0 0 104 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 84 0 0 0 33 25 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30667] ppid=30324 vsize=9824732 CPUtime=144.13 cores=0,2,4,6
/proc/30327/task/30667/stat : 30667 (java) S 30324 30327 24401 0 -1 4202560 29 0 0 0 14411 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850200927192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30668] ppid=30324 vsize=9824732 CPUtime=144.14 cores=0,2,4,6
/proc/30327/task/30668/stat : 30668 (java) S 30324 30327 24401 0 -1 4202560 43 0 0 0 14412 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850199875368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30669] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30669/stat : 30669 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140923 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850198823976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30670] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30670/stat : 30670 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140924 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850197771432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1801.59
Current children cumulated vsize (KiB) 9824732

[startup+1474.1 s]
/proc/loadavg: 1.40 2.27 3.05 2/189 30717
/proc/meminfo: memFree=21564480/32872528 swapFree=447868/480572
[pid=30327] ppid=30324 vsize=9824732 CPUtime=1802 cores=0,2,4,6
/proc/30327/stat : 30327 (java) S 30324 30327 24401 0 -1 4202496 40086 0 1 0 179708 492 0 0 20 0 22 0 31052858 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 140733463487072 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30327/statm: 2456183 2074460 2297 9 0 2446860 0
[pid=30327/tid=30329] ppid=30324 vsize=9824732 CPUtime=339.86 cores=0,2,4,6
/proc/30327/task/30329/stat : 30329 (java) S 30324 30327 24401 0 -1 4202560 4253 0 1 0 33869 117 0 0 20 0 22 0 31052859 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850385171032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30330] ppid=30324 vsize=9824732 CPUtime=30.39 cores=0,2,4,6
/proc/30327/task/30330/stat : 30330 (java) S 30324 30327 24401 0 -1 4202560 1265 0 0 0 2998 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850229180584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30331] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30331/stat : 30331 (java) S 30324 30327 24401 0 -1 4202560 1886 0 0 0 2990 39 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850228128040 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30332] ppid=30324 vsize=9824732 CPUtime=30.85 cores=0,2,4,6
/proc/30327/task/30332/stat : 30332 (java) S 30324 30327 24401 0 -1 4202560 1899 0 0 0 3040 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850227075496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30333] ppid=30324 vsize=9824732 CPUtime=30.31 cores=0,2,4,6
/proc/30327/task/30333/stat : 30333 (java) S 30324 30327 24401 0 -1 4202560 1556 0 0 0 2988 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850226022952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30334] ppid=30324 vsize=9824732 CPUtime=30.15 cores=0,2,4,6
/proc/30327/task/30334/stat : 30334 (java) S 30324 30327 24401 0 -1 4202560 1704 0 0 0 2970 45 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850224970408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30335] ppid=30324 vsize=9824732 CPUtime=30.29 cores=0,2,4,6
/proc/30327/task/30335/stat : 30335 (java) S 30324 30327 24401 0 -1 4202560 1794 0 0 0 2983 46 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850223917864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30336] ppid=30324 vsize=9824732 CPUtime=30.69 cores=0,2,4,6
/proc/30327/task/30336/stat : 30336 (java) S 30324 30327 24401 0 -1 4202560 2272 0 0 0 3028 41 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850222865320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30337] ppid=30324 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/30327/task/30337/stat : 30337 (java) S 30324 30327 24401 0 -1 4202560 1623 0 0 0 2965 43 0 0 20 0 22 0 31052860 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850221812776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30338] ppid=30324 vsize=9824732 CPUtime=923.42 cores=0,2,4,6
/proc/30327/task/30338/stat : 30338 (java) R 30324 30327 24401 0 -1 4202560 7252 0 0 0 92319 23 0 0 20 0 22 0 31052861 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850209400752 139850391679098 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30339] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30339/stat : 30339 (java) S 30324 30327 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850208347256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30340] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30340/stat : 30340 (java) S 30324 30327 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31052862 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850207294600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30341] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30341/stat : 30341 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850206242888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30342] ppid=30324 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/30327/task/30342/stat : 30342 (java) S 30324 30327 24401 0 -1 4202560 9864 0 0 0 177 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850205190712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30343] ppid=30324 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/30327/task/30343/stat : 30343 (java) S 30324 30327 24401 0 -1 4202560 3296 0 0 0 104 2 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850204138168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30344] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30344/stat : 30344 (java) S 30324 30327 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850203085816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30345] ppid=30324 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/30327/task/30345/stat : 30345 (java) S 30324 30327 24401 0 -1 4202560 84 0 0 0 33 25 0 0 20 0 22 0 31052864 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850202033480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30327/tid=30667] ppid=30324 vsize=9824732 CPUtime=144.13 cores=0,2,4,6
/proc/30327/task/30667/stat : 30667 (java) S 30324 30327 24401 0 -1 4202560 29 0 0 0 14411 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850200927192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30327/tid=30668] ppid=30324 vsize=9824732 CPUtime=144.14 cores=0,2,4,6
/proc/30327/task/30668/stat : 30668 (java) S 30324 30327 24401 0 -1 4202560 43 0 0 0 14412 2 0 0 20 0 22 0 31140914 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850199875368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30327/tid=30669] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30669/stat : 30669 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140923 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850198823976 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30327/tid=30670] ppid=30324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30327/task/30670/stat : 30670 (java) S 30324 30327 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31140924 10060525568 2074460 33554432000 1073741824 1073778376 140733463495936 139850197771432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30327 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=990424
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=341188
# CPU time returned by wait4() is 1798.33
# while last known CPU time is 1802
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1474.14
CPU time (s): 1802
CPU user time (s): 1797.08
CPU system time (s): 4.92
CPU usage (%): 122.241
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.99
system time used= 5.34119
maximum resident set size= 8304676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40086
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56507
involuntary context switches= 777513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.98463 second user time and 10.5114 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-19 00:47:07
IDJOB=4108996
IDBENCH=89808
IDSOLVER=2543
FILE ID=node104/4108996-1466289999
RUNJOBID= node104-1466276650-24417
PBS_JOBID= 19918266
Free space on /tmp= 70480 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-184.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108996-1466289999/watcher-4108996-1466289999 -o /tmp/evaluation-result-4108996-1466289999/solver-4108996-1466289999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4108996-1466289999.opb

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

MD5SUM BENCH= d8db981f22ec5ac3b83e1e418cbe482a
RANDOM SEED=1001627955

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        26552916 kB
Buffers:          155868 kB
Cached:          1587588 kB
SwapCached:        40452 kB
Active:          4639132 kB
Inactive:         410172 kB
Active(anon):    3266748 kB
Inactive(anon):    41728 kB
Active(file):    1372384 kB
Inactive(file):   368444 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:           1176260 kB
Writeback:             0 kB
AnonPages:       3751624 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             647548 kB
SReclaimable:      91192 kB
SUnreclaim:       556356 kB
KernelStack:        1576 kB
PageTables:        11548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3936968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3244032 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= 70520 MiB
End job on node104 at 2016-06-19 01:11:42