Trace number 4100106

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 363.81 180.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bc1.opb
MD5SUM743cbcb78230aca97c7aa43a5d0e3e41
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark183.597
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529960
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100106-1466207935.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
21.54/14.66	c ... done. Wall clock time 14.556s.
21.54/14.66	c declared #vars     27730
21.54/14.66	c #constraints  4160
21.54/14.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
21.54/14.67	c constraints type 
21.54/14.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
21.54/14.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4076
21.54/14.67	c 4160 constraints processed.
21.54/14.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
21.54/14.67	c constraints type 
21.54/14.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
21.54/14.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4076
21.54/14.67	c 4160 constraints processed.
21.54/14.67	c objective function length is 31 literals
80.64/41.71	c cleaning 2509 clauses out of 5017 with flag 11173/5017
299.52/148.38	c cleaning 4245 clauses out of 8489 with flag 24535/11000
362.41/179.24	c And the winner is solver0
363.81/180.72	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
363.81/180.72	c starts		: 10
363.81/180.72	c conflicts		: 17697
363.81/180.72	c decisions		: 170261
363.81/180.72	c propagations		: 1541971
363.81/180.72	c inspects		: 658544963
363.81/180.72	c shortcuts		: 0
363.81/180.72	c learnt literals	: 18
363.81/180.72	c learnt binary clauses	: 79
363.81/180.72	c learnt ternary clauses	: 136
363.81/180.72	c learnt constraints	: 17678
363.81/180.72	c ignored constraints	: 0
363.81/180.72	c root simplifications	: 0
363.81/180.72	c removed literals (reason simplification)	: 95322
363.81/180.72	c reason swapping (by a shorter reason)	: 0
363.81/180.72	c Calls to reduceDB	: 2
363.81/180.72	c Number of update (reduction) of LBD	: 1150
363.81/180.72	c Imported unit clauses	: 0
363.81/180.72	c number of reductions to clauses (during analyze)	: 0
363.81/180.72	c number of learned constraints concerned by reduction	: 0
363.81/180.72	c number of learning phase by resolution	: 0
363.81/180.72	c number of learning phase by cutting planes	: 0
363.81/180.72	c speed (assignments/second)	: 9290.88488003567
363.81/180.72	c non guided choices	359
363.81/180.73	c learnt constraints type 
363.81/180.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
363.81/180.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10845
363.81/180.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
363.81/180.73	c starts		: 1
363.81/180.73	c conflicts		: 125
363.81/180.73	c decisions		: 5053
363.81/180.73	c propagations		: 33929
363.81/180.73	c inspects		: 11724777
363.81/180.73	c shortcuts		: 0
363.81/180.73	c learnt literals	: 0
363.81/180.73	c learnt binary clauses	: 0
363.81/180.73	c learnt ternary clauses	: 0
363.81/180.73	c learnt constraints	: 124
363.81/180.73	c ignored constraints	: 0
363.81/180.73	c root simplifications	: 0
363.81/180.73	c removed literals (reason simplification)	: 0
363.81/180.73	c reason swapping (by a shorter reason)	: 0
363.81/180.73	c Calls to reduceDB	: 0
363.81/180.73	c Number of update (reduction) of LBD	: 0
363.81/180.73	c Imported unit clauses	: 0
363.81/180.73	c number of reductions to clauses (during analyze)	: 0
363.81/180.73	c number of learned constraints concerned by reduction	: 0
363.81/180.73	c number of learning phase by resolution	: 0
363.81/180.73	c number of learning phase by cutting planes	: 0
363.81/180.73	c speed (assignments/second)	: 204.48148884750523
363.81/180.73	c non guided choices	0
363.81/180.73	c learnt constraints type 
363.81/180.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 124
363.81/180.73	s UNSATISFIABLE
363.81/180.73	c Total wall clock time (in seconds): 180.619

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-4100106-1466207935/watcher-4100106-1466207935 -o /tmp/evaluation-result-4100106-1466207935/solver-4100106-1466207935 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100106-1466207935.opb 

pid=9888
running on 4 cores: 1,3,5,7

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.09 4.29 3.72 4/199 9891
/proc/meminfo: memFree=28345996/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22839526 98570240 978 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 24065 978 744 9 0 16771 0
[pid=9891/tid=9892] ppid=9888 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 22839526 98578432 980 33554432000 1073741824 1073778376 140733658757632 140172864310824 215124644679 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 4.09 4.29 3.72 4/199 9891
/proc/meminfo: memFree=28345996/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 22839526 9787879424 6080 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 6080 2156 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 22839526 9787879424 6080 33554432000 1073741824 1073778376 140733658757632 140172864314272 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200293 s]
/proc/loadavg: 4.09 4.29 3.72 4/199 9891
/proc/meminfo: memFree=28345996/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 5067 0 1 0 26 2 0 0 20 0 18 0 22839526 9787879424 7577 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 7577 2213 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2401 0 1 0 15 2 0 0 20 0 18 0 22839526 9787879424 7577 33554432000 1073741824 1073778376 140733658757632 140172864315312 140172867601286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300302 s]
/proc/loadavg: 4.09 4.29 3.72 4/199 9891
/proc/meminfo: memFree=28345996/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 6064 0 1 0 51 2 0 0 20 0 18 0 22839526 9787879424 10941 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 10941 2241 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2414 0 1 0 25 2 0 0 20 0 18 0 22839526 9787879424 10941 33554432000 1073741824 1073778376 140733658757632 140172864307088 140172717449547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.7003 s]
/proc/loadavg: 4.09 4.29 3.72 4/199 9891
/proc/meminfo: memFree=28345996/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=1.53 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 17278 0 1 0 148 5 0 0 20 0 18 0 22839526 9787879424 42335 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 42335 2260 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2466 0 1 0 64 3 0 0 20 0 18 0 22839526 9787879424 42335 33554432000 1073741824 1073778376 140733658757632 140172864307216 140172717661658 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.16 4.30 3.73 4/217 9909
/proc/meminfo: memFree=28089424/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=2.67 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 17959 0 1 0 252 15 0 0 20 0 18 0 22839526 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 85300 2276 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2511 0 1 0 130 4 0 0 20 0 18 0 22839526 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172864307216 140172717653590 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 127 0 0 0 3 0 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 113 0 0 0 6 1 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 148 0 0 0 6 2 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 22839527 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22839528 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6463 0 0 0 38 2 0 0 20 0 18 0 22839531 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 7087 0 0 0 42 1 0 0 20 0 18 0 22839531 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9909/stat : 9909 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 85300 33554432000 1073741824 1073778376 140733658757632 140172210821960 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 4.16 4.30 3.73 11/217 9909
/proc/meminfo: memFree=27819400/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=4.9 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 18765 0 1 0 452 38 0 0 20 0 18 0 22839526 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 171707 2276 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=2.72 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 2780 0 1 0 265 7 0 0 20 0 18 0 22839526 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172864307120 140172717653590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 167 0 0 0 9 3 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 156 0 0 0 14 5 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 194 0 0 0 12 4 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 84 0 0 0 8 3 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 64 0 0 0 7 3 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 111 0 0 0 18 6 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 18 0 22839527 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 22839528 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6463 0 0 0 38 2 0 0 20 0 18 0 22839531 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 7087 0 0 0 42 1 0 0 20 0 18 0 22839531 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9909/stat : 9909 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 171707 33554432000 1073741824 1073778376 140733658757632 140172210821960 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 4.07 4.28 3.73 4/217 9909
/proc/meminfo: memFree=27294392/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9558476 CPUtime=9.15 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 20440 0 1 0 840 75 0 0 20 0 18 0 22839526 9787879424 264684 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2389619 264690 2284 9 0 2380296 0
[pid=9891/tid=9892] ppid=9888 vsize=9558476 CPUtime=4.78 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) R 9888 9891 7329 0 -1 4202560 3173 0 1 0 469 9 0 0 20 0 18 0 22839526 9787879424 264694 33554432000 1073741824 1073778376 140733658757632 140172864307120 140172717463442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 226 0 0 0 21 6 0 0 20 0 18 0 22839527 9787879424 264697 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 195 0 0 0 21 7 0 0 20 0 18 0 22839527 9787879424 264698 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 207 0 0 0 24 7 0 0 20 0 18 0 22839527 9787879424 264701 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 265 0 0 0 27 8 0 0 20 0 18 0 22839527 9787879424 264704 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 191 0 0 0 27 10 0 0 20 0 18 0 22839527 9787879424 264708 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 119 0 0 0 19 6 0 0 20 0 18 0 22839527 9787879424 264711 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 214 0 0 0 37 12 0 0 20 0 18 0 22839527 9787879424 264715 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 136 0 0 0 21 7 0 0 20 0 18 0 22839527 9787879424 264718 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 922 0 0 0 76 0 0 0 20 0 18 0 22839528 9787879424 264722 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 264725 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22839529 9787879424 264729 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 264732 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6463 0 0 0 38 2 0 0 20 0 18 0 22839531 9787879424 264736 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 7087 0 0 0 42 1 0 0 20 0 18 0 22839531 9787879424 264739 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839531 9787879424 264743 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

/proc/9891/task/9912/stat : 9912 (java) S 9888 9891 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22841002 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172207564328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 362.88
Current children cumulated vsize (KiB) 9824732

[startup+180.401 s]
/proc/loadavg: 4.57 4.50 3.91 5/220 9942
/proc/meminfo: memFree=23579552/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9824732 CPUtime=363.29 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 55922 0 1 0 35962 367 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2456183 891080 2299 9 0 2446860 0
[pid=9891/tid=9892] ppid=9888 vsize=9824732 CPUtime=9.3 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) S 9888 9891 7329 0 -1 4202560 3507 0 1 0 914 16 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172864316280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 4198 0 0 0 407 41 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 2793 0 0 0 444 48 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 3376 0 0 0 426 32 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 4860 0 0 0 446 44 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 4383 0 0 0 430 51 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 3721 0 0 0 418 35 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 3487 0 0 0 416 42 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 4086 0 0 0 409 40 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 2841 0 0 0 725 5 0 0 20 0 20 0 22839528 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6844 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 10465 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9891/task/9909/stat : 9909 (java) S 9888 9891 7329 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172210821960 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9911] ppid=9888 vsize=9824732 CPUtime=153.62 cores=1,3,5,7
/proc/9891/task/9911/stat : 9911 (java) R 9888 9891 7329 0 -1 4202560 41 0 0 0 15360 2 0 0 20 0 20 0 22840993 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172208613904 140172717948699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9912] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9912/stat : 9912 (java) S 9888 9891 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22841002 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172207564328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 363.29
Current children cumulated vsize (KiB) 9824732

[startup+180.601 s]
/proc/loadavg: 4.57 4.50 3.91 5/220 9942
/proc/meminfo: memFree=23579552/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9824732 CPUtime=363.49 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 55922 0 1 0 35982 367 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2456183 891080 2299 9 0 2446860 0
[pid=9891/tid=9892] ppid=9888 vsize=9824732 CPUtime=9.3 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) S 9888 9891 7329 0 -1 4202560 3507 0 1 0 914 16 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172864316280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 4198 0 0 0 407 41 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 2793 0 0 0 444 48 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 3376 0 0 0 426 32 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 4860 0 0 0 446 44 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 4383 0 0 0 430 51 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 3721 0 0 0 418 35 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 3487 0 0 0 416 42 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 4086 0 0 0 409 40 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 2841 0 0 0 725 5 0 0 20 0 20 0 22839528 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6844 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 10465 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9891/task/9909/stat : 9909 (java) S 9888 9891 7329 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172210821960 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9911] ppid=9888 vsize=9824732 CPUtime=153.81 cores=1,3,5,7
/proc/9891/task/9911/stat : 9911 (java) R 9888 9891 7329 0 -1 4202560 41 0 0 0 15379 2 0 0 20 0 20 0 22840993 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172208613904 140172717389854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9912] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9912/stat : 9912 (java) S 9888 9891 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22841002 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172207564328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 363.49
Current children cumulated vsize (KiB) 9824732

[startup+180.701 s]
/proc/loadavg: 4.57 4.50 3.91 5/220 9942
/proc/meminfo: memFree=23579552/32872528 swapFree=1505436/1685308
[pid=9891] ppid=9888 vsize=9824732 CPUtime=363.59 cores=1,3,5,7
/proc/9891/stat : 9891 (java) S 9888 9891 7329 0 -1 4202496 55922 0 1 0 35992 367 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140733658748768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9891/statm: 2456183 891080 2299 9 0 2446860 0
[pid=9891/tid=9892] ppid=9888 vsize=9824732 CPUtime=9.3 cores=1,3,5,7
/proc/9891/task/9892/stat : 9892 (java) S 9888 9891 7329 0 -1 4202560 3507 0 1 0 914 16 0 0 20 0 20 0 22839526 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172864316280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9894] ppid=9888 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/9891/task/9894/stat : 9894 (java) S 9888 9891 7329 0 -1 4202560 4198 0 0 0 407 41 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172836768424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9895] ppid=9888 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/9891/task/9895/stat : 9895 (java) S 9888 9891 7329 0 -1 4202560 2793 0 0 0 444 48 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172835715880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9896] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9896/stat : 9896 (java) S 9888 9891 7329 0 -1 4202560 3376 0 0 0 426 32 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172705967016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9897] ppid=9888 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/9891/task/9897/stat : 9897 (java) S 9888 9891 7329 0 -1 4202560 4860 0 0 0 446 44 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172704914472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9898] ppid=9888 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/9891/task/9898/stat : 9898 (java) S 9888 9891 7329 0 -1 4202560 4383 0 0 0 430 51 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172703860904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9899] ppid=9888 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/9891/task/9899/stat : 9899 (java) S 9888 9891 7329 0 -1 4202560 3721 0 0 0 418 35 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172702808360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9900] ppid=9888 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/9891/task/9900/stat : 9900 (java) S 9888 9891 7329 0 -1 4202560 3487 0 0 0 416 42 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172701755816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9901] ppid=9888 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/9891/task/9901/stat : 9901 (java) S 9888 9891 7329 0 -1 4202560 4086 0 0 0 409 40 0 0 20 0 20 0 22839527 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172230388264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9902] ppid=9888 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/9891/task/9902/stat : 9902 (java) S 9888 9891 7329 0 -1 4202560 2841 0 0 0 725 5 0 0 20 0 20 0 22839528 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172218190440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9903] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9903/stat : 9903 (java) S 9888 9891 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172217136760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9904] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9904/stat : 9904 (java) S 9888 9891 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22839529 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172216084104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9905] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9905/stat : 9905 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172215032848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9891/tid=9906] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9906/stat : 9906 (java) S 9888 9891 7329 0 -1 4202560 6844 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172213979192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9907] ppid=9888 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/9891/task/9907/stat : 9907 (java) S 9888 9891 7329 0 -1 4202560 10465 0 0 0 125 2 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172212926648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9891/tid=9908] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9908/stat : 9908 (java) S 9888 9891 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172211874296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9891/tid=9909] ppid=9888 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9891/task/9909/stat : 9909 (java) S 9888 9891 7329 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 20 0 22839531 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172210821960 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9911] ppid=9888 vsize=9824732 CPUtime=153.91 cores=1,3,5,7
/proc/9891/task/9911/stat : 9911 (java) R 9888 9891 7329 0 -1 4202560 41 0 0 0 15389 2 0 0 20 0 20 0 22840993 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172208616480 140172717389854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9891/tid=9912] ppid=9888 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9891/task/9912/stat : 9912 (java) S 9888 9891 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22841002 10060525568 891080 33554432000 1073741824 1073778376 140733658757632 140172207564328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 363.59
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9891 and gives
#  childrusage.ru_utime.tv_sec=359
#  childrusage.ru_utime.tv_usec=376366
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=821419
# CPU time returned by wait4() is 363.198
# while last known CPU time is 363.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.220001
#  lost CPU user time (s): 0.240021
#  lost CPU system time (s): -0.02

Real time (s): 180.75
CPU time (s): 363.81
CPU user time (s): 360.16
CPU system time (s): 3.65
CPU usage (%): 201.278
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 359.376
system time used= 3.82142
maximum resident set size= 3828256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55933
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9899
involuntary context switches= 17481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25981 second user time and 1.56976 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:58:56
IDJOB=4100106
IDBENCH=1574
IDSOLVER=2543
FILE ID=node135/4100106-1466207935
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71648 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bc1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100106-1466207935/watcher-4100106-1466207935 -o /tmp/evaluation-result-4100106-1466207935/solver-4100106-1466207935 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100106-1466207935.opb

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

MD5SUM BENCH= 743cbcb78230aca97c7aa43a5d0e3e41
RANDOM SEED=1464965062

node135.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.004
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.00
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.004
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.004
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.57
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.004
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.004
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.004
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		: 2667.004
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.004
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:        28346268 kB
Buffers:           38864 kB
Cached:           169292 kB
SwapCached:          704 kB
Active:          2007932 kB
Inactive:         109072 kB
Active(anon):    1908664 kB
Inactive(anon):     2732 kB
Active(file):      99268 kB
Inactive(file):   106340 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:             58668 kB
Writeback:             0 kB
AnonPages:       3610360 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             572048 kB
SReclaimable:      15168 kB
SUnreclaim:       556880 kB
KernelStack:        1624 kB
PageTables:        11356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4377268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2045952 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= 71648 MiB
End job on node135 at 2016-06-18 02:01:57