Trace number 4100930

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 182.196 90.0689

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-share1b.opb
MD5SUMbba1c13067ee4807fb3278415b1e1268
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 benchmark26.507
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6750
Total number of constraints117
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints117
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 930
Biggest coefficient in the objective function 52096
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 525037
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262126
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525113
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100930-1466211877.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
1.16/0.50	c ... done. Wall clock time 0.4s.
1.16/0.50	c declared #vars     6750
1.16/0.50	c #constraints  206
1.16/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.16/0.51	c constraints type 
1.16/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 206
1.16/0.51	c 206 constraints processed.
1.16/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.16/0.51	c constraints type 
1.16/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 206
1.16/0.51	c 206 constraints processed.
1.16/0.51	c objective function length is 930 literals
2.99/1.10	c cleaning 2500 clauses out of 4999 with flag 10484/5001
4.67/1.63	c cleaning 4239 clauses out of 8499 with flag 23334/11001
6.56/2.53	c cleaning 5632 clauses out of 11263 with flag 39698/18004
8.63/3.56	c cleaning 6808 clauses out of 13627 with flag 58254/26000
11.33/4.81	c cleaning 7910 clauses out of 15819 with flag 78740/35000
14.13/6.21	c cleaning 8953 clauses out of 17909 with flag 100796/45000
17.40/7.90	c cleaning 9975 clauses out of 19957 with flag 124924/56001
20.80/9.54	c cleaning 10989 clauses out of 21981 with flag 151643/68000
24.71/11.44	c cleaning 11994 clauses out of 23994 with flag 179991/81002
29.11/13.63	c cleaning 12999 clauses out of 25998 with flag 210498/95000
34.38/16.26	c cleaning 13991 clauses out of 27999 with flag 243027/110000
39.39/18.72	c cleaning 15002 clauses out of 30009 with flag 278915/126001
44.97/21.59	c cleaning 15998 clauses out of 32009 with flag 316341/143003
50.83/24.49	c cleaning 17000 clauses out of 34011 with flag 356264/161003
57.52/27.75	c cleaning 18005 clauses out of 36010 with flag 397440/180002
64.32/31.12	c cleaning 18996 clauses out of 38004 with flag 440952/200001
71.12/34.58	c cleaning 20005 clauses out of 40012 with flag 486613/221005
78.12/38.05	c cleaning 21000 clauses out of 42006 with flag 535511/243004
85.93/41.91	c cleaning 22002 clauses out of 44003 with flag 587474/266001
94.33/46.11	c cleaning 22987 clauses out of 46000 with flag 639946/290000
103.13/50.54	c cleaning 24001 clauses out of 48013 with flag 695581/315000
112.61/55.29	c cleaning 25006 clauses out of 50015 with flag 754370/341003
123.42/60.69	c cleaning 26006 clauses out of 52011 with flag 814258/368005
135.20/66.53	c cleaning 26994 clauses out of 54000 with flag 875344/396000
148.00/72.93	c cleaning 27997 clauses out of 56006 with flag 939480/425000
161.54/79.62	c cleaning 29005 clauses out of 58010 with flag 1006317/455001
175.15/86.43	c cleaning 30000 clauses out of 60006 with flag 1075700/486002
182.04/89.87	c And the winner is solver1
182.04/90.02	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
182.04/90.02	c starts		: 656
182.04/90.02	c conflicts		: 503346
182.04/90.02	c decisions		: 621023
182.04/90.02	c propagations		: 5674583
182.04/90.02	c inspects		: 912969651
182.04/90.02	c shortcuts		: 0
182.04/90.02	c learnt literals	: 2
182.04/90.02	c learnt binary clauses	: 2
182.04/90.02	c learnt ternary clauses	: 4
182.04/90.02	c learnt constraints	: 503344
182.04/90.02	c ignored constraints	: 0
182.04/90.02	c root simplifications	: 0
182.04/90.02	c removed literals (reason simplification)	: 4579821
182.04/90.02	c reason swapping (by a shorter reason)	: 0
182.04/90.02	c Calls to reduceDB	: 27
182.04/90.02	c Number of update (reduction) of LBD	: 76344
182.04/90.02	c Imported unit clauses	: 0
182.04/90.02	c number of reductions to clauses (during analyze)	: 0
182.04/90.02	c number of learned constraints concerned by reduction	: 0
182.04/90.02	c number of learning phase by resolution	: 0
182.04/90.02	c number of learning phase by cutting planes	: 0
182.04/90.02	c speed (assignments/second)	: 63406.70428515559
182.04/90.02	c non guided choices	0
182.04/90.04	c learnt constraints type 
182.04/90.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
182.04/90.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47348
182.04/90.04	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
182.04/90.04	c starts		: 15
182.04/90.04	c conflicts		: 4316
182.04/90.04	c decisions		: 66431
182.04/90.04	c propagations		: 238823
182.04/90.04	c inspects		: 39149809
182.04/90.04	c shortcuts		: 0
182.04/90.04	c learnt literals	: 0
182.04/90.04	c learnt binary clauses	: 0
182.04/90.04	c learnt ternary clauses	: 0
182.04/90.04	c learnt constraints	: 4315
182.04/90.04	c ignored constraints	: 0
182.04/90.04	c root simplifications	: 0
182.04/90.04	c removed literals (reason simplification)	: 0
182.04/90.04	c reason swapping (by a shorter reason)	: 0
182.04/90.04	c Calls to reduceDB	: 0
182.04/90.04	c Number of update (reduction) of LBD	: 0
182.04/90.04	c Imported unit clauses	: 0
182.04/90.04	c number of reductions to clauses (during analyze)	: 0
182.04/90.04	c number of learned constraints concerned by reduction	: 0
182.04/90.04	c number of learning phase by resolution	: 0
182.04/90.04	c number of learning phase by cutting planes	: 0
182.04/90.04	c speed (assignments/second)	: 2668.174911739733
182.04/90.04	c non guided choices	0
182.04/90.04	c learnt constraints type 
182.04/90.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
182.04/90.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4313
182.04/90.04	s UNSATISFIABLE
182.04/90.04	c Total wall clock time (in seconds): 89.938

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-4100930-1466211877/watcher-4100930-1466211877 -o /tmp/evaluation-result-4100930-1466211877/solver-4100930-1466211877 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100930-1466211877.opb 

pid=18133
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.29 4.23 4.21 4/198 18136
/proc/meminfo: memFree=24963188/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 1357 0 0 0 0 0 0 0 20 0 2 0 23236332 98578432 980 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 4096 2048 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 24068 983 749 9 0 16774 0
[pid=18136/tid=18137] ppid=18133 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) R 18133 18136 16262 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 23236333 98582528 985 33554432000 1073741824 1073778376 140737182897888 140484755787304 270330054045 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.29 4.23 4.21 4/198 18136
/proc/meminfo: memFree=24963188/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 4523 0 1 0 10 1 0 0 20 0 18 0 23236332 9787879424 6155 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2389619 6155 2158 9 0 2380296 0
[pid=18136/tid=18137] ppid=18133 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) R 18133 18136 16262 0 -1 4202560 2405 0 1 0 7 1 0 0 20 0 18 0 23236333 9787879424 6155 33554432000 1073741824 1073778376 140737182897888 140484755791992 140484745851102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 4.29 4.23 4.21 4/198 18136
/proc/meminfo: memFree=24963188/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 5156 0 1 0 29 1 0 0 20 0 18 0 23236332 9787879424 7671 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2389619 7671 2221 9 0 2380296 0
[pid=18136/tid=18137] ppid=18133 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) R 18133 18136 16262 0 -1 4202560 2419 0 1 0 17 1 0 0 20 0 18 0 23236333 9787879424 7671 33554432000 1073741824 1073778376 140737182897888 140484755791992 140484695941430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.29 4.23 4.21 4/198 18136
/proc/meminfo: memFree=24963188/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 13356 0 1 0 57 2 0 0 20 0 18 0 23236332 9787879424 14350 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2389619 14350 2234 9 0 2380296 0
[pid=18136/tid=18137] ppid=18133 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) R 18133 18136 16262 0 -1 4202560 2423 0 1 0 27 1 0 0 20 0 18 0 23236333 9787879424 14350 33554432000 1073741824 1073778376 140737182897888 140484755791096 140484695562374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.29 4.23 4.21 4/198 18136
/proc/meminfo: memFree=24963188/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 16796 0 1 0 187 4 0 0 20 0 22 0 23236332 10060525568 26622 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 26622 2264 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 26622 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.29 4.23 4.21 6/220 18158
/proc/meminfo: memFree=24780576/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 20263 0 1 0 433 10 0 0 20 0 22 0 23236332 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 52847 2285 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18136/task/18146/stat : 18146 (java) S 18133 18136 16262 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23236333 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484592474280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18147] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18147/stat : 18147 (java) S 18133 18136 16262 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23236334 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484580064232 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18148] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18148/stat : 18148 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484579010296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18149] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18149/stat : 18149 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484577957384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18150] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18150/stat : 18150 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484576905872 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18151] ppid=18133 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/18136/task/18151/stat : 18151 (java) R 18133 18136 16262 0 -1 4202560 4075 0 0 0 86 0 0 0 20 0 22 0 23236337 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484575852984 140484759909789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18152] ppid=18133 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18136/task/18152/stat : 18152 (java) R 18133 18136 16262 0 -1 4202560 12198 0 0 0 96 3 0 0 20 0 22 0 23236337 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484574800064 140484763529465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18153] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18153/stat : 18153 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484573747576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18154] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18155] ppid=18133 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/18136/task/18155/stat : 18155 (java) R 18133 18136 16262 0 -1 4202560 29 0 0 0 91 0 0 0 20 0 22 0 23236383 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484571589904 140484696246413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18156] ppid=18133 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/18136/task/18156/stat : 18156 (java) R 18133 18136 16262 0 -1 4202560 62 0 0 0 90 1 0 0 20 0 22 0 23236383 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484570537856 140484696271675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18157] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18157/stat : 18157 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236385 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484569486760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236386 10060525568 52847 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.29 4.23 4.21 5/220 18158
/proc/meminfo: memFree=24622484/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=7.83 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 20594 0 1 0 765 18 0 0 20 0 22 0 23236332 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 93477 2285 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18136/task/18146/stat : 18146 (java) S 18133 18136 16262 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 23236333 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484592474280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18147] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18147/stat : 18147 (java) S 18133 18136 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23236334 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484580064232 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18148] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18148/stat : 18148 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484579010296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18149] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18149/stat : 18149 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484577957384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18150] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18150/stat : 18150 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484576905872 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18151] ppid=18133 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/18136/task/18151/stat : 18151 (java) S 18133 18136 16262 0 -1 4202560 4075 0 0 0 92 0 0 0 20 0 22 0 23236337 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484575852984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18152] ppid=18133 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18136/task/18152/stat : 18152 (java) S 18133 18136 16262 0 -1 4202560 12198 0 0 0 98 3 0 0 20 0 22 0 23236337 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484574800184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18153] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18153/stat : 18153 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484573747576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18154] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18155] ppid=18133 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/18136/task/18155/stat : 18155 (java) R 18133 18136 16262 0 -1 4202560 33 0 0 0 244 0 0 0 20 0 22 0 23236383 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484571589904 140484696330948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18156] ppid=18133 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/18136/task/18156/stat : 18156 (java) R 18133 18136 16262 0 -1 4202560 116 0 0 0 242 3 0 0 20 0 22 0 23236383 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484570537872 140484696246113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18157] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18157/stat : 18157 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236385 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484569486760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236386 10060525568 93477 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.34 4.24 4.22 5/220 18158
/proc/meminfo: memFree=24348392/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=14.33 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 21041 0 1 0 1408 25 0 0 20 0 22 0 23236332 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 155079 2285 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 64 0 0 0 6 3 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 58 0 0 0 7 3 0 0 20 0 22 0 23236333 10060525568 155079 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18155] ppid=18133 vsize=9824732 CPUtime=86.75 cores=1,3,5,7
/proc/18136/task/18155/stat : 18155 (java) R 18133 18136 16262 0 -1 4202560 125 0 0 0 8671 4 0 0 20 0 22 0 23236383 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484571582992 140484696300154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18156] ppid=18133 vsize=9824732 CPUtime=86.74 cores=1,3,5,7
/proc/18136/task/18156/stat : 18156 (java) R 18133 18136 16262 0 -1 4202560 1800 0 0 0 8639 35 0 0 20 0 22 0 23236383 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484570538872 140484696271735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18157] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18157/stat : 18157 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236385 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484569486760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236386 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 178.36
Current children cumulated vsize (KiB) 9824732

[startup+88.801 s]
/proc/loadavg: 4.15 4.21 4.20 5/220 18160
/proc/meminfo: memFree=21858072/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=179.95 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 24514 0 1 0 17911 84 0 0 20 0 22 0 23236332 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 718221 2285 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 169 0 0 0 15 5 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 252 0 0 0 18 7 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 144 0 0 0 15 5 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 215 0 0 0 14 4 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 95 0 0 0 9 3 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 139 0 0 0 20 5 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 142 0 0 0 20 7 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/18136/task/18146/stat : 18146 (java) S 18133 18136 16262 0 -1 4202560 152 0 0 0 15 4 0 0 20 0 22 0 23236333 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484592474280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18147] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18147/stat : 18147 (java) S 18133 18136 16262 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 22 0 23236334 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484580064232 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18148] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18148/stat : 18148 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484579010296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18149] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18149/stat : 18149 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484577957384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18150] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18150/stat : 18150 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484576905872 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18151] ppid=18133 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18136/task/18151/stat : 18151 (java) S 18133 18136 16262 0 -1 4202560 4086 0 0 0 107 0 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484575852984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18152] ppid=18133 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18136/task/18152/stat : 18152 (java) S 18133 18136 16262 0 -1 4202560 12198 0 0 0 98 3 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484574800184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18153] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18153/stat : 18153 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484573747576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18154] ppid=18133 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 23236337 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18155] ppid=18133 vsize=9824732 CPUtime=87.54 cores=1,3,5,7
/proc/18136/task/18155/stat : 18155 (java) R 18133 18136 16262 0 -1 4202560 125 0 0 0 8750 4 0 0 20 0 22 0 23236383 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484571582992 140484696356859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18156] ppid=18133 vsize=9824732 CPUtime=87.53 cores=1,3,5,7
/proc/18136/task/18156/stat : 18156 (java) R 18133 18136 16262 0 -1 4202560 1800 0 0 0 8718 35 0 0 20 0 22 0 23236383 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484570538872 140484696271675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18157] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18157/stat : 18157 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236385 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484569486760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236386 10060525568 718221 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 179.95
Current children cumulated vsize (KiB) 9824732

[startup+89.601 s]
/proc/loadavg: 4.14 4.21 4.20 5/220 18160
/proc/meminfo: memFree=21858072/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=181.64 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 24641 0 1 0 18077 87 0 0 20 0 22 0 23236332 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 727500 2285 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 219 0 0 0 17 5 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 269 0 0 0 20 7 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 161 0 0 0 19 6 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 231 0 0 0 16 4 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 102 0 0 0 10 4 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 146 0 0 0 22 5 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 148 0 0 0 23 7 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18136/task/18146/stat : 18146 (java) S 18133 18136 16262 0 -1 4202560 158 0 0 0 17 4 0 0 20 0 22 0 23236333 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484592474280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18147] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18147/stat : 18147 (java) S 18133 18136 16262 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 22 0 23236334 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484580064232 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18148] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18148/stat : 18148 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484579010296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18149] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18149/stat : 18149 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23236335 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484577957384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18150] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18150/stat : 18150 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484576905872 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18151] ppid=18133 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18136/task/18151/stat : 18151 (java) S 18133 18136 16262 0 -1 4202560 4086 0 0 0 107 0 0 0 20 0 22 0 23236337 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484575852984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18152] ppid=18133 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18136/task/18152/stat : 18152 (java) S 18133 18136 16262 0 -1 4202560 12198 0 0 0 98 3 0 0 20 0 22 0 23236337 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484574800184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18153] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18153/stat : 18153 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23236337 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484573747576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18154] ppid=18133 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 23236337 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18155] ppid=18133 vsize=9824732 CPUtime=88.29 cores=1,3,5,7
/proc/18136/task/18155/stat : 18155 (java) R 18133 18136 16262 0 -1 4202560 125 0 0 0 8825 4 0 0 20 0 22 0 23236383 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484571589904 140484696216105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18156] ppid=18133 vsize=9824732 CPUtime=88.27 cores=1,3,5,7
/proc/18136/task/18156/stat : 18156 (java) R 18133 18136 16262 0 -1 4202560 1801 0 0 0 8792 35 0 0 20 0 22 0 23236383 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484570537520 140484695962000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18157] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18157/stat : 18157 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236385 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484569486760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23236386 10060525568 727500 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 181.64
Current children cumulated vsize (KiB) 9824732

[startup+90.0012 s]
/proc/loadavg: 4.14 4.21 4.20 5/220 18160
/proc/meminfo: memFree=21858072/32872528 swapFree=1556504/1720024
[pid=18136] ppid=18133 vsize=9824732 CPUtime=181.76 cores=1,3,5,7
/proc/18136/stat : 18136 (java) S 18133 18136 16262 0 -1 4202496 24644 0 1 0 18086 90 0 0 20 0 19 0 23236332 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140737182889024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18136/statm: 2456183 727486 2286 9 0 2446860 0
[pid=18136/tid=18137] ppid=18133 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18136/task/18137/stat : 18137 (java) S 18133 18136 16262 0 -1 4202560 2460 0 1 0 47 2 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484755792760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18139] ppid=18133 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/18136/task/18139/stat : 18139 (java) S 18133 18136 16262 0 -1 4202560 219 0 0 0 17 5 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484694522920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18140] ppid=18133 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18136/task/18140/stat : 18140 (java) S 18133 18136 16262 0 -1 4202560 269 0 0 0 20 7 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484693470120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18141] ppid=18133 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18136/task/18141/stat : 18141 (java) S 18133 18136 16262 0 -1 4202560 161 0 0 0 19 6 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484692417320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18142] ppid=18133 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18136/task/18142/stat : 18142 (java) S 18133 18136 16262 0 -1 4202560 231 0 0 0 16 4 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484691364520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18143] ppid=18133 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/18136/task/18143/stat : 18143 (java) S 18133 18136 16262 0 -1 4202560 102 0 0 0 10 4 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484690311720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18144] ppid=18133 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18136/task/18144/stat : 18144 (java) S 18133 18136 16262 0 -1 4202560 146 0 0 0 22 5 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484594579880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18145] ppid=18133 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18136/task/18145/stat : 18145 (java) S 18133 18136 16262 0 -1 4202560 148 0 0 0 23 7 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484593527080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18146] ppid=18133 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18136/task/18146/stat : 18146 (java) S 18133 18136 16262 0 -1 4202560 158 0 0 0 17 4 0 0 20 0 19 0 23236333 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484592474280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18136/tid=18147] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18147/stat : 18147 (java) S 18133 18136 16262 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 23236334 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484580064232 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18148] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18148/stat : 18148 (java) S 18133 18136 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23236335 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484579010296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18149] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18149/stat : 18149 (java) S 18133 18136 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23236335 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484577957384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18150] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18150/stat : 18150 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23236337 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484576905872 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18151] ppid=18133 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18136/task/18151/stat : 18151 (java) S 18133 18136 16262 0 -1 4202560 4086 0 0 0 107 0 0 0 20 0 19 0 23236337 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484575852984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18136/tid=18152] ppid=18133 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18136/task/18152/stat : 18152 (java) S 18133 18136 16262 0 -1 4202560 12198 0 0 0 98 3 0 0 20 0 19 0 23236337 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484574800184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18153] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18153/stat : 18153 (java) S 18133 18136 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23236337 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484573747576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18136/tid=18154] ppid=18133 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18136/task/18154/stat : 18154 (java) S 18133 18136 16262 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 19 0 23236337 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484572694984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18136/tid=18158] ppid=18133 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18136/task/18158/stat : 18158 (java) S 18133 18136 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23236386 10060525568 727486 33554432000 1073741824 1073778376 140737182897888 140484568433960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 181.76
Current children cumulated vsize (KiB) 9824732

Child status: 20

# 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.279999
#  lost CPU user time (s): 0.309998
#  lost CPU system time (s): -0.03

Real time (s): 90.0689
CPU time (s): 182.196
CPU user time (s): 181.184
CPU system time (s): 1.01284
CPU usage (%): 202.286
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.874
system time used= 1.04284
maximum resident set size= 2910008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24654
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2854
involuntary context switches= 3076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.534918 second user time and 0.774882 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 03:04:37
IDJOB=4100930
IDBENCH=1679
IDSOLVER=2543
FILE ID=node117/4100930-1466211877
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-share1b.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100930-1466211877/watcher-4100930-1466211877 -o /tmp/evaluation-result-4100930-1466211877/solver-4100930-1466211877 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100930-1466211877.opb

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

MD5SUM BENCH= bba1c13067ee4807fb3278415b1e1268
RANDOM SEED=731703446

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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		: 2666.912
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        24963352 kB
Buffers:          146192 kB
Cached:          1764300 kB
SwapCached:            0 kB
Active:          3633412 kB
Inactive:        1794672 kB
Active(anon):    3518488 kB
Inactive(anon):     1404 kB
Active(file):     114924 kB
Inactive(file):  1793268 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1020 kB
Writeback:             0 kB
AnonPages:       5192044 kB
Mapped:            21212 kB
Shmem:               204 kB
Slab:             621044 kB
SReclaimable:      64736 kB
SUnreclaim:       556308 kB
KernelStack:        1816 kB
PageTables:        14956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5650752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3567616 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= 71704 MiB
End job on node117 at 2016-06-18 03:06:07