Trace number 4101394

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 PB16OPT262989 10.7014 8.75173

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc03.opb
MD5SUMe21bdcea4e20c094c4fe5dbcc9e861c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262989
Best CPU time to get the best result obtained on this benchmark4.49232
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262989
Optimality of the best value was proved YES
Number of variables190
Total number of constraints96
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints54
Minimum length of a constraint6
Maximum length of a constraint169
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 524370
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101394-1466214212.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.19	c ... done. Wall clock time 0.086s.
0.11/0.19	c declared #vars     190
0.11/0.19	c #constraints  123
0.11/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36
0.11/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.11/0.19	c 123 constraints processed.
0.11/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36
0.11/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
0.11/0.19	c 123 constraints processed.
0.11/0.19	c objective function length is 31 literals
0.63/0.33	c And the winner is solver0
1.18/0.70	c SATISFIABLE
1.18/0.70	c OPTIMIZING...
1.18/0.71	c Got one! Elapsed wall clock time (in seconds):0.59
1.18/0.71	o 263220
1.56/0.82	c And the winner is solver0
1.79/1.20	c Got one! Elapsed wall clock time (in seconds):1.091
1.79/1.20	o 263110
2.57/1.43	c cleaning 2712 clauses out of 5426 with flag 12529/5428
2.57/1.44	c And the winner is solver0
3.18/1.70	c Got one! Elapsed wall clock time (in seconds):1.592
3.18/1.70	o 263097
3.18/1.77	c And the winner is solver1
3.49/2.20	c Got one! Elapsed wall clock time (in seconds):2.093
3.49/2.20	o 263084
3.77/2.39	c cleaning 4466 clauses out of 8932 with flag 15232/11647
4.03/2.46	c And the winner is solver0
4.19/2.70	c Got one! Elapsed wall clock time (in seconds):2.594
4.19/2.70	o 263075
4.41/2.80	c And the winner is solver0
4.44/3.20	c Got one! Elapsed wall clock time (in seconds):3.095
4.44/3.20	o 263015
4.65/3.31	c cleaning 5366 clauses out of 10742 with flag 8162/17924
4.86/3.41	c And the winner is solver0
4.88/3.70	c Got one! Elapsed wall clock time (in seconds):3.596
4.88/3.70	o 263010
4.88/3.76	c And the winner is solver0
5.02/4.20	c Got one! Elapsed wall clock time (in seconds):4.097
5.02/4.20	o 262996
5.22/4.32	c cleaning 5577 clauses out of 11171 with flag 9064/23719
5.88/4.63	c cleaning 5793 clauses out of 11598 with flag 39023/29723
6.29/4.82	c And the winner is solver0
6.37/5.20	c Got one! Elapsed wall clock time (in seconds):5.098
6.37/5.20	o 262995
6.55/5.33	c cleaning 5688 clauses out of 11376 with flag 11024/35294
6.97/5.58	c And the winner is solver0
7.14/5.70	c Got one! Elapsed wall clock time (in seconds):5.598
7.14/5.70	o 262994
7.36/5.80	c cleaning 5429 clauses out of 10860 with flag 5229/40473
7.76/6.02	c And the winner is solver0
7.84/6.21	c Got one! Elapsed wall clock time (in seconds):6.099
7.84/6.21	o 262991
8.02/6.31	c And the winner is solver0
8.07/6.71	c Got one! Elapsed wall clock time (in seconds):6.6
8.07/6.71	o 262990
8.07/6.77	c cleaning 5831 clauses out of 11691 with flag 4561/46734
8.07/6.78	c And the winner is solver0
8.24/7.21	c Got one! Elapsed wall clock time (in seconds):7.101
8.24/7.21	o 262989
8.86/7.50	c cleaning 5640 clauses out of 11282 with flag 17231/52159
9.48/7.85	c cleaning 5810 clauses out of 11639 with flag 31522/58158
10.46/8.32	c cleaning 6413 clauses out of 12826 with flag 54350/65158
10.46/8.34	c And the winner is solver0
10.57/8.74	c >>>>>>>>>> Solver number 0 (13 answers) <<<<<<<<<<<<<<<<<<
10.57/8.74	c starts		: 474
10.57/8.74	c conflicts		: 65715
10.57/8.74	c decisions		: 111909
10.57/8.74	c propagations		: 1229374
10.57/8.74	c inspects		: 35243375
10.57/8.74	c shortcuts		: 0
10.57/8.74	c learnt literals	: 23
10.57/8.74	c learnt binary clauses	: 198
10.57/8.74	c learnt ternary clauses	: 435
10.57/8.74	c learnt constraints	: 65691
10.57/8.74	c ignored constraints	: 0
10.57/8.74	c root simplifications	: 0
10.57/8.74	c removed literals (reason simplification)	: 707961
10.57/8.74	c reason swapping (by a shorter reason)	: 0
10.57/8.74	c Calls to reduceDB	: 11
10.57/8.74	c Number of update (reduction) of LBD	: 22204
10.57/8.74	c Imported unit clauses	: 0
10.57/8.74	c number of reductions to clauses (during analyze)	: 0
10.57/8.74	c number of learned constraints concerned by reduction	: 0
10.57/8.74	c number of learning phase by resolution	: 0
10.57/8.74	c number of learning phase by cutting planes	: 0
10.57/8.74	c speed (assignments/second)	: 187948.93747133465
10.57/8.74	c non guided choices	307
10.57/8.74	c learnt constraints type 
10.57/8.74	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
10.57/8.74	c starts		: 18
10.57/8.74	c conflicts		: 1204
10.57/8.74	c decisions		: 4344
10.57/8.74	c propagations		: 36749
10.57/8.74	c inspects		: 4869287
10.57/8.74	c shortcuts		: 0
10.57/8.74	c learnt literals	: 0
10.57/8.74	c learnt binary clauses	: 0
10.57/8.74	c learnt ternary clauses	: 1
10.57/8.74	c learnt constraints	: 1193
10.57/8.74	c ignored constraints	: 0
10.57/8.74	c root simplifications	: 0
10.57/8.74	c removed literals (reason simplification)	: 0
10.57/8.74	c reason swapping (by a shorter reason)	: 0
10.57/8.74	c Calls to reduceDB	: 0
10.57/8.74	c Number of update (reduction) of LBD	: 0
10.57/8.74	c Imported unit clauses	: 0
10.57/8.74	c number of reductions to clauses (during analyze)	: 0
10.57/8.74	c number of learned constraints concerned by reduction	: 0
10.57/8.74	c number of learning phase by resolution	: 0
10.57/8.74	c number of learning phase by cutting planes	: 0
10.57/8.74	c speed (assignments/second)	: 23971.95042400522
10.57/8.74	c non guided choices	0
10.57/8.74	c learnt constraints type 
10.57/8.74	s OPTIMUM FOUND
10.57/8.74	c Found 13 solution(s)
10.57/8.74	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 x149 -x150 x151 -x152 x153 -x154 x155 x156 -x157 x158 -x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 -x172 x173 -x174 x175 x176 x177 -x178 -x179 x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 
10.57/8.74	c objective function=262989
10.57/8.74	c Total wall clock time (in seconds): 8.637

Verifier Data

OK	262989

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

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

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


[startup+0 s]
/proc/loadavg: 4.13 4.29 4.33 4/199 11577
/proc/meminfo: memFree=29264128/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23467168 98570240 978 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 24065 978 744 9 0 16771 0
[pid=11577/tid=11578] ppid=11574 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) R 11574 11577 7329 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23467168 98570240 978 33554432000 1073741824 1073778376 140736948661008 140715107388968 215124624768 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.13 4.29 4.33 4/199 11577
/proc/meminfo: memFree=29264128/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 23467168 9787879424 6133 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2389619 6133 2158 9 0 2380296 0
[pid=11577/tid=11578] ppid=11574 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) R 11574 11577 7329 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 23467168 9787879424 6133 33554432000 1073741824 1073778376 140736948661008 140715107392416 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 4.13 4.29 4.33 4/199 11577
/proc/meminfo: memFree=29264128/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9626068 CPUtime=0.28 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 4962 0 1 0 27 1 0 0 20 0 20 0 23467168 9857093632 7519 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2406517 7520 2219 9 0 2397194 0
[pid=11577/tid=11578] ppid=11574 vsize=9626068 CPUtime=0.17 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2415 0 1 0 17 0 0 0 20 0 20 0 23467168 9857093632 7520 33554432000 1073741824 1073778376 140736948661008 140715107394328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9626068

[startup+0.300247 s]
/proc/loadavg: 4.13 4.29 4.33 4/199 11577
/proc/meminfo: memFree=29264128/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 9282 0 1 0 61 2 0 0 20 0 22 0 23467168 10060525568 11173 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 11173 2250 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2415 0 1 0 17 0 0 0 20 0 22 0 23467168 10060525568 11173 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700299 s]
/proc/loadavg: 4.13 4.29 4.33 4/199 11577
/proc/meminfo: memFree=29264128/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 15278 0 1 0 113 5 0 0 20 0 19 0 23467168 10060525568 14111 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 14111 2256 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2415 0 1 0 17 0 0 0 20 0 19 0 23467168 10060525568 14111 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.28 4.32 4.34 3/218 11602
/proc/meminfo: memFree=29201528/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 18344 0 1 0 277 10 0 0 20 0 19 0 23467168 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 31836 2270 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2416 0 1 0 18 0 0 0 20 0 19 0 23467168 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467170 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) R 11574 11577 7329 0 -1 4202560 7995 0 0 0 79 2 0 0 20 0 19 0 23467173 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714456324408 140715113351323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) R 11574 11577 7329 0 -1 4202560 6545 0 0 0 82 1 0 0 20 0 19 0 23467173 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714455259392 140715114375723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11599] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11599/stat : 11599 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23467188 10060525568 31836 33554432000 1073741824 1073778376 140736948661008 140714448954792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.28 4.32 4.34 3/218 11608
/proc/meminfo: memFree=29111864/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 21152 0 1 0 427 17 0 0 20 0 19 0 23467168 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 47040 2285 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2417 0 1 0 18 0 0 0 20 0 19 0 23467168 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23467169 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23467170 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 123 2 0 0 20 0 19 0 23467173 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) S 11574 11577 7329 0 -1 4202560 6549 0 0 0 103 1 0 0 20 0 19 0 23467173 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714455271864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11611] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11611/stat : 11611 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467388 10060525568 47040 33554432000 1073741824 1073778376 140736948661008 140714448954280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 4.34 4.33 4.34 6/221 11626
/proc/meminfo: memFree=28996788/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=8.02 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 21534 0 1 0 768 34 0 0 20 0 22 0 23467168 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 84108 2286 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2418 0 1 0 18 0 0 0 20 0 22 0 23467168 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23467169 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 23467170 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23467171 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23467171 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23467173 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 129 2 0 0 20 0 22 0 23467173 10060525568 84108 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6

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

[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 23467169 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 23467169 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 22 0 23467169 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 23467170 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23467171 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23467171 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23467173 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 129 2 0 0 20 0 22 0 23467173 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) S 11574 11577 7329 0 -1 4202560 6549 0 0 0 103 1 0 0 20 0 22 0 23467173 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714455271864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23467173 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23467173 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11611] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11611/stat : 11611 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23467388 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714448954280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11636] ppid=11574 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/11577/task/11636/stat : 11636 (java) R 11574 11577 7329 0 -1 4202560 3 0 0 0 74 0 0 0 20 0 22 0 23467889 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714452103568 140714957189854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11637] ppid=11574 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/11577/task/11637/stat : 11637 (java) R 11574 11577 7329 0 -1 4202560 2 0 0 0 74 0 0 0 20 0 22 0 23467889 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714450005264 140714957305296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11638] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11638/stat : 11638 (java) S 11574 11577 7329 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23467889 10060525568 89304 33554432000 1073741824 1073778376 140736948661008 140714451060008 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 9824732

[startup+8.40094 s]
/proc/loadavg: 4.34 4.33 4.34 6/221 11638
/proc/meminfo: memFree=28914752/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=10.57 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 21724 0 1 0 1013 44 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 114898 2286 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2418 0 1 0 18 0 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 45 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 42 0 0 0 6 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 19 0 23467170 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 129 2 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) S 11574 11577 7329 0 -1 4202560 6549 0 0 0 103 1 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714455271864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11611] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11611/stat : 11611 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467388 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714448954280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 9824732

[startup+8.60078 s]
/proc/loadavg: 4.34 4.33 4.34 6/221 11638
/proc/meminfo: memFree=28914752/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=10.57 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 21724 0 1 0 1013 44 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 114898 2286 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2418 0 1 0 18 0 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 45 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 42 0 0 0 6 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 19 0 23467170 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 129 2 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) S 11574 11577 7329 0 -1 4202560 6549 0 0 0 103 1 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714455271864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11611] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11611/stat : 11611 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467388 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714448954280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 9824732

[startup+8.70082 s]
/proc/loadavg: 4.34 4.33 4.34 6/221 11638
/proc/meminfo: memFree=28914752/32872528 swapFree=1505436/1685308
[pid=11577] ppid=11574 vsize=9824732 CPUtime=10.57 cores=0,2,4,6
/proc/11577/stat : 11577 (java) S 11574 11577 7329 0 -1 4202496 21724 0 1 0 1013 44 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140736948652144 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11577/statm: 2456183 114898 2286 9 0 2446860 0
[pid=11577/tid=11578] ppid=11574 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11577/task/11578/stat : 11578 (java) S 11574 11577 7329 0 -1 4202560 2418 0 1 0 18 0 0 0 20 0 19 0 23467168 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715107394424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11580] ppid=11574 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11577/task/11580/stat : 11580 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715079846824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11581] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11581/stat : 11581 (java) S 11574 11577 7329 0 -1 4202560 45 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715078794280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11582] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11582/stat : 11582 (java) S 11574 11577 7329 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715077741224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11583] ppid=11574 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11577/task/11583/stat : 11583 (java) S 11574 11577 7329 0 -1 4202560 42 0 0 0 6 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715076688680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11584] ppid=11574 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11577/task/11584/stat : 11584 (java) S 11574 11577 7329 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140715075635624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11585] ppid=11574 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11577/task/11585/stat : 11585 (java) S 11574 11577 7329 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714945587752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11586] ppid=11574 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11577/task/11586/stat : 11586 (java) S 11574 11577 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714944534696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11577/tid=11587] ppid=11574 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11577/task/11587/stat : 11587 (java) S 11574 11577 7329 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 19 0 23467169 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714943482152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11588] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11588/stat : 11588 (java) S 11574 11577 7329 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 19 0 23467170 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714460535656 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11589] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11589/stat : 11589 (java) S 11574 11577 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714459481976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11590] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11590/stat : 11590 (java) S 11574 11577 7329 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23467171 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714458428808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11591] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11591/stat : 11591 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714457377552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11592] ppid=11574 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/11577/task/11592/stat : 11592 (java) S 11574 11577 7329 0 -1 4202560 10720 0 0 0 129 2 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714456324408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11577/tid=11593] ppid=11574 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11577/task/11593/stat : 11593 (java) S 11574 11577 7329 0 -1 4202560 6549 0 0 0 103 1 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714455271864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11594] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11594/stat : 11594 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714454219000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11577/tid=11595] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11595/stat : 11595 (java) S 11574 11577 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23467173 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714453166664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11577/tid=11611] ppid=11574 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11577/task/11611/stat : 11611 (java) S 11574 11577 7329 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23467388 10060525568 114898 33554432000 1073741824 1073778376 140736948661008 140714448954280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 8.75173
CPU time (s): 10.7014
CPU user time (s): 10.1615
CPU system time (s): 0.539917
CPU usage (%): 122.277
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1615
system time used= 0.539917
maximum resident set size= 461668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21740
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 946
involuntary context switches= 542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040993 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 03:43:32
IDJOB=4101394
IDBENCH=1741
IDSOLVER=2543
FILE ID=node135/4101394-1466214212
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc03.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101394-1466214212/watcher-4101394-1466214212 -o /tmp/evaluation-result-4101394-1466214212/solver-4101394-1466214212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101394-1466214212.opb

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

MD5SUM BENCH= e21bdcea4e20c094c4fe5dbcc9e861c8
RANDOM SEED=408219176

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:        29264920 kB
Buffers:           96256 kB
Cached:           129412 kB
SwapCached:          712 kB
Active:          1021088 kB
Inactive:         166276 kB
Active(anon):     962776 kB
Inactive(anon):     1300 kB
Active(file):      58312 kB
Inactive(file):   164976 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2691088 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             599300 kB
SReclaimable:      42928 kB
SUnreclaim:       556372 kB
KernelStack:        1808 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2989520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 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= 71700 MiB
End job on node135 at 2016-06-18 03:43:41