Trace number 4085243

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 Resolution PB16OPT36 107.82 107.232

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.020995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 432
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No 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.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085243-1465229984.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.28/0.23	c ... done. Wall clock time 0.127s.
0.28/0.23	c declared #vars     432
0.28/0.23	c #constraints  1304
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.28/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.28/0.23	c 1304 constraints processed.
0.28/0.23	c objective function length is 432 literals
0.50/0.32	c SATISFIABLE
0.50/0.32	c OPTIMIZING...
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.221
0.50/0.32	o 60
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.364
0.71/0.46	o 58
0.89/0.52	c cleaning 2691 clauses out of 5390 with flag 3597/5392
0.89/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
0.89/0.54	o 56
1.24/0.70	c cleaning 4223 clauses out of 8453 with flag 20367/11147
1.45/0.91	c cleaning 5103 clauses out of 10230 with flag 46490/17147
1.66/1.14	c cleaning 6059 clauses out of 12128 with flag 81993/24148
1.97/1.47	c cleaning 7028 clauses out of 14068 with flag 116149/32147
2.47/1.91	c cleaning 8015 clauses out of 16039 with flag 155909/41148
2.47/1.95	c Got one! Elapsed wall clock time (in seconds):1.851
2.47/1.95	o 54
2.68/2.10	c cleaning 6621 clauses out of 13247 with flag 21491/46372
2.68/2.13	c Got one! Elapsed wall clock time (in seconds):2.031
2.68/2.13	o 52
2.78/2.30	c cleaning 6279 clauses out of 12570 with flag 20881/52321
2.88/2.33	c Got one! Elapsed wall clock time (in seconds):2.235
2.88/2.33	o 50
2.88/2.34	c Got one! Elapsed wall clock time (in seconds):2.238
2.88/2.34	o 40
2.88/2.34	c Got one! Elapsed wall clock time (in seconds):2.24
2.88/2.34	o 36
2.98/2.46	c cleaning 5808 clauses out of 11625 with flag 10014/57656
3.18/2.70	c cleaning 5908 clauses out of 11816 with flag 27292/63656
3.48/2.99	c cleaning 6450 clauses out of 12908 with flag 50337/70657
3.88/3.36	c cleaning 7226 clauses out of 14457 with flag 76071/78656
4.28/3.75	c cleaning 8111 clauses out of 16231 with flag 102203/87656
4.78/4.23	c cleaning 9059 clauses out of 18120 with flag 127962/97656
5.38/4.86	c cleaning 10028 clauses out of 20061 with flag 158128/108656
6.09/5.53	c cleaning 11011 clauses out of 22034 with flag 197764/120657
6.78/6.26	c cleaning 12008 clauses out of 24023 with flag 234998/133657
7.58/7.08	c cleaning 13003 clauses out of 26014 with flag 275757/147656
8.58/8.07	c cleaning 13999 clauses out of 28012 with flag 319468/162657
9.58/9.05	c cleaning 15003 clauses out of 30012 with flag 367854/178656
10.78/10.28	c cleaning 15997 clauses out of 32010 with flag 419354/195657
12.08/11.53	c cleaning 17005 clauses out of 34014 with flag 471649/213658
13.37/12.86	c cleaning 17999 clauses out of 36008 with flag 529725/232657
15.08/14.53	c cleaning 18999 clauses out of 38008 with flag 583968/252656
16.58/16.09	c cleaning 20001 clauses out of 40011 with flag 645874/273658
18.29/17.75	c cleaning 21000 clauses out of 42008 with flag 710931/295656
20.18/19.64	c cleaning 21995 clauses out of 44008 with flag 775875/318656
22.08/21.57	c cleaning 23002 clauses out of 46013 with flag 848030/342656
24.18/23.69	c cleaning 23995 clauses out of 48010 with flag 922366/367656
26.48/25.91	c cleaning 25002 clauses out of 50016 with flag 991051/393657
28.97/28.48	c cleaning 26005 clauses out of 52015 with flag 1073971/420658
31.67/31.14	c cleaning 27002 clauses out of 54008 with flag 1151730/448656
34.37/33.86	c cleaning 27998 clauses out of 56006 with flag 1232029/477656
37.27/36.76	c cleaning 28997 clauses out of 58010 with flag 1318565/507658
39.98/39.47	c cleaning 30004 clauses out of 60012 with flag 1404223/538657
42.88/42.37	c cleaning 30996 clauses out of 62006 with flag 1493010/570656
46.37/45.85	c cleaning 32002 clauses out of 64011 with flag 1578951/603657
49.87/49.38	c cleaning 32996 clauses out of 66009 with flag 1673083/637657
54.00/53.48	c cleaning 34000 clauses out of 68012 with flag 1783315/672656
58.00/57.47	c cleaning 35002 clauses out of 70013 with flag 1893996/708657
61.70/61.11	c cleaning 35996 clauses out of 72010 with flag 1997211/745656
65.80/65.26	c cleaning 37002 clauses out of 74016 with flag 2104048/783658
70.10/69.56	c cleaning 38004 clauses out of 76013 with flag 2212656/822657
74.11/73.51	c cleaning 39002 clauses out of 78008 with flag 2319215/862656
78.61/78.05	c cleaning 39999 clauses out of 80007 with flag 2436640/903657
83.51/82.95	c cleaning 41001 clauses out of 82009 with flag 2557087/945658
89.21/88.64	c cleaning 41999 clauses out of 84009 with flag 2684610/988659
94.61/94.07	c cleaning 42999 clauses out of 86007 with flag 2807661/1032657
101.01/100.47	c cleaning 43999 clauses out of 88007 with flag 2934145/1077657
107.21/106.62	c cleaning 45000 clauses out of 90003 with flag 3060678/1123656
107.82/107.21	c starts		: 3173
107.82/107.21	c conflicts		: 1130725
107.82/107.21	c decisions		: 1251967
107.82/107.21	c propagations		: 27361885
107.82/107.21	c inspects		: 2054259450
107.82/107.21	c shortcuts		: 0
107.82/107.21	c learnt literals	: 23
107.82/107.21	c learnt binary clauses	: 105
107.82/107.21	c learnt ternary clauses	: 305
107.82/107.21	c learnt constraints	: 1130701
107.82/107.21	c ignored constraints	: 0
107.82/107.21	c root simplifications	: 0
107.82/107.21	c removed literals (reason simplification)	: 0
107.82/107.21	c reason swapping (by a shorter reason)	: 0
107.82/107.21	c Calls to reduceDB	: 50
107.82/107.21	c Number of update (reduction) of LBD	: 71417
107.82/107.21	c Imported unit clauses	: 0
107.82/107.21	c number of reductions to clauses (during analyze)	: 0
107.82/107.21	c number of learned constraints concerned by reduction	: 0
107.82/107.21	c number of learning phase by resolution	: 0
107.82/107.21	c number of learning phase by cutting planes	: 0
107.82/107.21	c speed (assignments/second)	: 255761.57671383972
107.82/107.21	c non guided choices	326
107.82/107.21	c learnt constraints type 
107.82/107.21	s OPTIMUM FOUND
107.82/107.21	c Found 8 solution(s)
107.82/107.21	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 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 
107.82/107.21	c objective function=36
107.82/107.21	c Total wall clock time (in seconds): 107.116

Verifier Data

OK	36

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-4085243-1465229984/watcher-4085243-1465229984 -o /tmp/evaluation-result-4085243-1465229984/solver-4085243-1465229984 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085243-1465229984.opb 

pid=6969
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: 2.28 2.22 2.19 3/194 6972
/proc/meminfo: memFree=30374948/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104931221 98570240 977 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 24065 977 743 9 0 16771 0
[pid=6972/tid=6973] ppid=6969 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104931221 98570240 977 33554432000 1073741824 1073778376 140737074262880 140609273007656 229355898240 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.28 2.22 2.19 3/194 6972
/proc/meminfo: memFree=30374948/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 4502 0 1 0 10 1 0 0 20 0 18 0 104931221 9787879424 6134 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2389619 6134 2157 9 0 2380296 0
[pid=6972/tid=6973] ppid=6969 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2377 0 1 0 6 2 0 0 20 0 18 0 104931221 9787879424 6134 33554432000 1073741824 1073778376 140737074262880 140609273009416 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200389 s]
/proc/loadavg: 2.28 2.22 2.19 3/194 6972
/proc/meminfo: memFree=30374948/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 5034 0 1 0 27 1 0 0 20 0 18 0 104931221 9787879424 6986 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2389619 6987 2218 9 0 2380296 0
[pid=6972/tid=6973] ppid=6969 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2391 0 1 0 16 2 0 0 20 0 18 0 104931221 9787879424 6988 33554432000 1073741824 1073778376 140737074262880 140609273009416 229359270968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300395 s]
/proc/loadavg: 2.28 2.22 2.19 3/194 6972
/proc/meminfo: memFree=30374948/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 7031 0 1 0 49 1 0 0 20 0 19 0 104931221 9856040960 9059 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 9059 2247 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 19 0 104931221 9856040960 9059 33554432000 1073741824 1073778376 140737074262880 140609273012864 140609276298135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70032 s]
/proc/loadavg: 2.28 2.22 2.19 3/194 6972
/proc/meminfo: memFree=30374948/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9228 0 1 0 122 2 0 0 20 0 19 0 104931221 9856040960 10331 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 10331 2256 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2405 0 1 0 66 2 0 0 20 0 19 0 104931221 9856040960 10331 33554432000 1073741824 1073778376 140737074262880 140609273012600 140609126545074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 6991
/proc/meminfo: memFree=30341912/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9234 0 1 0 205 2 0 0 20 0 19 0 104931221 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 10847 2258 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2407 0 1 0 146 2 0 0 20 0 19 0 104931221 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609273011416 140609126355483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2962 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2593 0 0 0 27 0 0 0 20 0 19 0 104931225 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 10847 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 6991
/proc/meminfo: memFree=30337324/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9239 0 1 0 366 2 0 0 20 0 19 0 104931221 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 12384 2259 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2411 0 1 0 306 2 0 0 20 0 19 0 104931221 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609273003696 140609126143853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2963 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2593 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 12384 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 6991
/proc/meminfo: memFree=30322504/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9247 0 1 0 686 2 0 0 20 0 19 0 104931221 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 15457 2260 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2418 0 1 0 625 2 0 0 20 0 19 0 104931221 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609273003696 140609126378322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2963 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 15457 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2963 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2593 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 106.22
Current children cumulated vsize (KiB) 9625040

[startup+106.401 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 6995
/proc/meminfo: memFree=30190636/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=107.01 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9334 0 1 0 10696 5 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 42612 2273 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=106.07 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2470 0 1 0 10603 4 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609273003696 140609126360505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2963 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2593 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 107.01
Current children cumulated vsize (KiB) 9625040

[startup+106.808 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 6995
/proc/meminfo: memFree=30190636/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=107.42 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9334 0 1 0 10737 5 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 42612 2273 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=106.47 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2470 0 1 0 10643 4 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609273003696 140609126406254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2963 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2593 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 107.42
Current children cumulated vsize (KiB) 9625040

[startup+107.201 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 6995
/proc/meminfo: memFree=30190636/32872528 swapFree=16204/1518544
[pid=6972] ppid=6969 vsize=9625040 CPUtime=107.82 cores=1,3,5,7
/proc/6972/stat : 6972 (java) S 6969 6972 5832 0 -1 4202496 9337 0 1 0 10777 5 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140737074254016 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6972/statm: 2406260 42612 2273 9 0 2396937 0
[pid=6972/tid=6973] ppid=6969 vsize=9625040 CPUtime=106.86 cores=1,3,5,7
/proc/6972/task/6973/stat : 6973 (java) R 6969 6972 5832 0 -1 4202560 2470 0 1 0 10682 4 0 0 20 0 19 0 104931221 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609273012920 140609126143938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6975] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6975/stat : 6975 (java) S 6969 6972 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609245465128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6976] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6976/stat : 6976 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609244412328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6977] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6977/stat : 6977 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609114908968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6978] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6978/stat : 6978 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609113856168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6979] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6979/stat : 6979 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609112804392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6972/tid=6980] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6980/stat : 6980 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609111751592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6981] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6981/stat : 6981 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140609110698792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6982] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6982/stat : 6982 (java) S 6969 6972 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104931222 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608639330984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6983] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6983/stat : 6983 (java) S 6969 6972 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608627132904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6984] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6984/stat : 6984 (java) S 6969 6972 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608626078968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6985] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6985/stat : 6985 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104931223 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608625026056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6986] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6986/stat : 6986 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608623974544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6987] ppid=6969 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6972/task/6987/stat : 6987 (java) S 6969 6972 5832 0 -1 4202560 2964 0 0 0 29 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608622922680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6972/tid=6988] ppid=6969 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6972/task/6988/stat : 6988 (java) S 6969 6972 5832 0 -1 4202560 2595 0 0 0 28 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608621869880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6989] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6989/stat : 6989 (java) S 6969 6972 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608620817272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6972/tid=6990] ppid=6969 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6972/task/6990/stat : 6990 (java) S 6969 6972 5832 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 104931225 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608619764680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6972/tid=6991] ppid=6969 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6972/task/6991/stat : 6991 (java) S 6969 6972 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104931244 9856040960 42612 33554432000 1073741824 1073778376 140737074262880 140608618611880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 107.82
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6972 and gives
#  childrusage.ru_utime.tv_sec=107
#  childrusage.ru_utime.tv_usec=475661
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=91986
# CPU time returned by wait4() is 107.568
# while last known CPU time is 107.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 107.232
CPU time (s): 107.82
CPU user time (s): 107.77
CPU system time (s): 0.05
CPU usage (%): 100.549
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.476
system time used= 0.091986
maximum resident set size= 170564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9373
page faults= 1
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2548
involuntary context switches= 785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.617906 second user time and 0.773882 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 18:19:44
IDJOB=4085243
IDBENCH=2031
IDSOLVER=2546
FILE ID=node129/4085243-1465229984
RUNJOBID= node129-1465222695-5849
PBS_JOBID= 19843233
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085243-1465229984/watcher-4085243-1465229984 -o /tmp/evaluation-result-4085243-1465229984/solver-4085243-1465229984 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085243-1465229984.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=1461106679

node129.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.715
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.43
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.715
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.715
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.56
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.715
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.715
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		: 2666.715
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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:        30375476 kB
Buffers:           19772 kB
Cached:            83496 kB
SwapCached:         1828 kB
Active:           210428 kB
Inactive:          46092 kB
Active(anon):     154128 kB
Inactive(anon):     1112 kB
Active(file):      56300 kB
Inactive(file):    44980 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:       1720052 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             566360 kB
SReclaimable:      10112 kB
SUnreclaim:       556248 kB
KernelStack:        1760 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1677312 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= 71736 MiB
End job on node129 at 2016-06-06 18:21:31