Trace number 4106597

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 PB16SAT (TO)75 1800.74 1797.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_1.opb
MD5SUM08f3a00099e19d384504c40fc611777e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products6318
Sum of products size12636

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106597-1466271128.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.74/0.48	c ... done. Wall clock time 0.362s.
0.74/0.48	c declared #vars     500
0.74/0.48	c internal #vars     6818
0.74/0.48	c #constraints  13136
0.74/0.48	c constraints type 
0.74/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6818
0.74/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
0.74/0.48	c 13136 constraints processed.
0.74/0.48	c objective function length is 500 literals
1.34/0.60	c SATISFIABLE
1.34/0.60	c OPTIMIZING...
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.34/0.61	o 79
2.54/1.03	c Got one! Elapsed wall clock time (in seconds):0.914
2.54/1.03	o 78
2.73/1.18	c Got one! Elapsed wall clock time (in seconds):1.062
2.73/1.18	o 77
2.73/1.20	c Got one! Elapsed wall clock time (in seconds):1.084
2.73/1.20	o 76
6.89/5.16	c cleaning 2897 clauses out of 5824 with flag 10989/5824
13.15/11.34	c cleaning 4458 clauses out of 8927 with flag 28224/11824
20.57/18.71	c cleaning 5732 clauses out of 11469 with flag 47485/18824
29.17/27.36	c cleaning 6869 clauses out of 13737 with flag 69117/26824
39.02/37.12	c cleaning 7922 clauses out of 15868 with flag 93850/35824
49.82/47.96	c cleaning 8972 clauses out of 17946 with flag 120695/45824
61.73/59.86	c cleaning 9985 clauses out of 19974 with flag 149278/56824
74.82/72.90	c cleaning 10987 clauses out of 21990 with flag 183572/68825
88.83/86.93	c cleaning 11994 clauses out of 24002 with flag 219714/81824
103.62/101.78	c cleaning 12992 clauses out of 26008 with flag 257720/95824
119.62/117.74	c cleaning 14000 clauses out of 28016 with flag 298976/110824
136.72/134.81	c cleaning 14996 clauses out of 30016 with flag 341461/126824
155.82/153.98	c cleaning 15996 clauses out of 32020 with flag 388703/143824
175.73/173.88	c cleaning 17000 clauses out of 34024 with flag 437875/161824
196.63/194.74	c cleaning 17995 clauses out of 36024 with flag 488057/180824
219.22/217.38	c cleaning 19012 clauses out of 38029 with flag 542830/200824
243.22/241.32	c cleaning 20012 clauses out of 40024 with flag 601107/221831
267.82/265.91	c cleaning 20988 clauses out of 42005 with flag 659361/243824
293.43/291.52	c cleaning 21995 clauses out of 44017 with flag 723784/266824
318.89/316.97	c cleaning 23008 clauses out of 46024 with flag 790021/290826
345.18/343.29	c cleaning 23993 clauses out of 48014 with flag 855942/315824
373.08/371.14	c cleaning 25001 clauses out of 50022 with flag 928488/341825
401.18/399.28	c cleaning 26007 clauses out of 52020 with flag 1000155/368824
431.28/429.39	c cleaning 26999 clauses out of 54013 with flag 1078036/396824
461.88/459.97	c cleaning 27996 clauses out of 56015 with flag 1155384/425825
493.28/491.32	c cleaning 29001 clauses out of 58018 with flag 1239125/455824
527.08/525.18	c cleaning 29998 clauses out of 60017 with flag 1325300/486824
562.88/560.93	c cleaning 31000 clauses out of 62019 with flag 1412374/518824
599.07/597.19	c cleaning 31993 clauses out of 64019 with flag 1500610/551824
635.68/633.79	c cleaning 33003 clauses out of 66026 with flag 1593160/585824
673.34/671.38	c cleaning 34005 clauses out of 68028 with flag 1700848/620829
711.85/709.81	c cleaning 35006 clauses out of 70018 with flag 1798220/656824
751.75/749.75	c cleaning 35993 clauses out of 72013 with flag 1897245/693825
794.34/792.39	c cleaning 37006 clauses out of 74019 with flag 1998197/731824
837.05/835.03	c cleaning 37996 clauses out of 76015 with flag 2103359/770826
881.15/879.18	c cleaning 39007 clauses out of 78017 with flag 2210749/810824
927.94/925.91	c cleaning 39997 clauses out of 80010 with flag 2318366/851824
975.75/973.73	c cleaning 40997 clauses out of 82017 with flag 2435247/893828
1026.17/1024.08	c cleaning 41997 clauses out of 84017 with flag 2554120/936825
1079.37/1077.20	c cleaning 43009 clauses out of 86020 with flag 2674089/980825
1133.46/1131.36	c cleaning 44002 clauses out of 88013 with flag 2799792/1025827
1189.27/1187.11	c cleaning 44995 clauses out of 90008 with flag 2926462/1071824
1244.18/1242.04	c cleaning 45991 clauses out of 92014 with flag 3057467/1118825
1265.67/1263.56	c Got one! Elapsed wall clock time (in seconds):1263.451
1265.67/1263.56	o 75
1271.25/1269.05	c cleaning 35137 clauses out of 70309 with flag 14286/1143111
1277.75/1275.50	c cleaning 20574 clauses out of 41175 with flag 31443/1149114
1284.95/1282.72	c cleaning 13790 clauses out of 27598 with flag 51099/1156111
1293.34/1291.13	c cleaning 10899 clauses out of 21810 with flag 74238/1164113
1302.55/1300.36	c cleaning 9947 clauses out of 19911 with flag 100026/1173113
1312.54/1310.39	c cleaning 9970 clauses out of 19962 with flag 128049/1183111
1323.84/1321.68	c cleaning 10492 clauses out of 20993 with flag 158372/1194112
1335.84/1333.67	c cleaning 11241 clauses out of 22503 with flag 191134/1206114
1348.85/1346.63	c cleaning 12118 clauses out of 24259 with flag 226192/1219111
1362.75/1360.52	c cleaning 13062 clauses out of 26141 with flag 265553/1233111
1377.95/1375.73	c cleaning 14029 clauses out of 28080 with flag 306630/1248112
1393.83/1391.56	c cleaning 15013 clauses out of 30050 with flag 348627/1264111
1410.84/1408.53	c cleaning 16006 clauses out of 32037 with flag 396230/1281111
1429.23/1426.97	c cleaning 17010 clauses out of 34033 with flag 445895/1299113
1448.33/1446.08	c cleaning 17985 clauses out of 36021 with flag 496213/1318111
1468.76/1466.44	c cleaning 19010 clauses out of 38036 with flag 552352/1338111
1490.35/1488.02	c cleaning 20002 clauses out of 40027 with flag 611768/1359112
1512.45/1510.16	c cleaning 21000 clauses out of 42024 with flag 670873/1381111
1537.15/1534.80	c cleaning 22003 clauses out of 44026 with flag 734737/1404113
1562.25/1559.97	c cleaning 23010 clauses out of 46024 with flag 799944/1428114
1589.14/1586.83	c cleaning 23989 clauses out of 48011 with flag 868007/1453111
1616.64/1614.36	c cleaning 24998 clauses out of 50022 with flag 939516/1479111
1645.55/1643.21	c cleaning 26003 clauses out of 52024 with flag 1012226/1506111
1676.24/1673.91	c cleaning 27007 clauses out of 54021 with flag 1093486/1534111
1707.94/1705.69	c cleaning 27989 clauses out of 56014 with flag 1173313/1563111
1740.54/1738.20	c cleaning 29011 clauses out of 58025 with flag 1258799/1593111
1774.03/1771.63	c cleaning 29998 clauses out of 60015 with flag 1342866/1624112
1800.03/1797.60	c starts		: 9
1800.03/1797.60	c conflicts		: 1648594
1800.03/1797.60	c decisions		: 4092357
1800.03/1797.60	c propagations		: 3154080422
1800.03/1797.60	c inspects		: 18792759020
1800.03/1797.60	c shortcuts		: 0
1800.03/1797.60	c learnt literals	: 0
1800.03/1797.60	c learnt binary clauses	: 0
1800.03/1797.60	c learnt ternary clauses	: 0
1800.03/1797.60	c learnt constraints	: 1648594
1800.03/1797.60	c ignored constraints	: 0
1800.03/1797.60	c root simplifications	: 0
1800.03/1797.60	c removed literals (reason simplification)	: 0
1800.03/1797.60	c reason swapping (by a shorter reason)	: 0
1800.03/1797.60	c Calls to reduceDB	: 70
1800.03/1797.60	c Number of update (reduction) of LBD	: 446179
1800.03/1797.60	c Imported unit clauses	: 0
1800.03/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.60	c number of learned constraints concerned by reduction	: 0
1800.03/1797.60	c number of learning phase by resolution	: 0
1800.03/1797.60	c number of learning phase by cutting planes	: 0
1800.03/1797.60	c speed (assignments/second)	: 1755077.9509625696
1800.03/1797.60	c non guided choices	5
1800.03/1797.63	c learnt constraints type 
1800.03/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54499
1800.03/1797.63	s SATISFIABLE
1800.03/1797.63	c Found 5 solution(s)
1800.03/1797.63	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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 x453 x454 -x455 -x456 x457 -x458 x459 x460 -x461 -x462 -x463 x464 -x465 x466 -x467 -x468 x469 -x470 x471 -x472 -x473 -x474 x475 x476 x477 -x478 -x479 x480 -x481 -x482 -x483 x484 x485 x486 x487 x488 x489 -x490 -x491 -x492 x493 x494 x495 x496 -x497 -x498 -x499 x500 
1800.03/1797.63	c objective function=75
1800.03/1797.63	c Total wall clock time (in seconds): 1797.516

Verifier Data

OK	75

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-4106597-1466271128/watcher-4106597-1466271128 -o /tmp/evaluation-result-4106597-1466271128/solver-4106597-1466271128 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106597-1466271128.opb 

pid=28553
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: 2.15 2.13 2.08 4/194 28556
/proc/meminfo: memFree=31520120/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/28556/stat : 28556 (java) R 28553 28556 26669 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 29162739 278528 33 33554432000 1073741824 1073778376 140733262974512 140734625503512 224913353909 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28556/statm: 68 33 25 9 0 25 0

[startup+0.100162 s]
/proc/loadavg: 2.15 2.13 2.08 4/194 28556
/proc/meminfo: memFree=31520120/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 4455 0 1 0 8 1 0 0 20 0 18 0 29162739 9787879424 5573 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2389619 5573 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.15 2.13 2.08 4/194 28556
/proc/meminfo: memFree=31520120/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 4963 0 1 0 22 1 0 0 20 0 18 0 29162739 9787879424 6530 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2389619 6530 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.15 2.13 2.08 4/194 28556
/proc/meminfo: memFree=31520120/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 5538 0 1 0 43 2 0 0 20 0 18 0 29162739 9787879424 7847 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2389619 7847 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.15 2.13 2.08 4/194 28556
/proc/meminfo: memFree=31520120/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 26623 0 1 0 157 7 0 0 20 0 19 0 29162739 9856040960 26381 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 26381 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.30 2.16 2.09 3/213 28575
/proc/meminfo: memFree=31413420/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 31468 0 1 0 310 7 0 0 20 0 19 0 29162739 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 29457 2267 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2493 0 1 0 145 1 0 0 20 0 19 0 29162740 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805483090664 139805355794912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17106 0 0 0 84 4 0 0 20 0 19 0 29162745 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10598 0 0 0 77 3 0 0 20 0 19 0 29162745 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 29457 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.30 2.16 2.09 3/213 28575
/proc/meminfo: memFree=31408696/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=4.87 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 31481 0 1 0 480 7 0 0 20 0 19 0 29162739 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 29979 2269 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2496 0 1 0 305 1 0 0 20 0 19 0 29162740 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805483088184 139805356073817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17115 0 0 0 91 4 0 0 20 0 19 0 29162745 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) R 28553 28556 26669 0 -1 4202560 10598 0 0 0 80 3 0 0 20 0 19 0 29162745 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805302061760 139805489076454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 29979 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.30 2.16 2.09 3/213 28575
/proc/meminfo: memFree=31428428/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=8.12 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 31496 0 1 0 805 7 0 0 20 0 19 0 29162739 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 23788 2276 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2497 0 1 0 625 1 0 0 20 0 19 0 29162740 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805483081440 139805355983468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29162741 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17117 0 0 0 92 4 0 0 20 0 19 0 29162745 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10610 0 0 0 84 3 0 0 20 0 19 0 29162745 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 23788 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9625040


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

[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17123 0 0 0 101 4 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10619 0 0 0 93 3 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 95 0 0 0 14 18 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/214 28811
/proc/meminfo: memFree=31187680/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=1724.64 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 32340 0 1 0 172431 33 0 0 20 0 19 0 29162739 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 74238 2290 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=1722.25 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2557 0 1 0 172194 31 0 0 20 0 19 0 29162740 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805483081408 139805356073891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 173 0 0 0 4 0 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 28 0 0 0 6 2 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 182 0 0 0 3 1 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 194 0 0 0 3 1 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 29162741 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 29162742 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17123 0 0 0 101 4 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10619 0 0 0 93 3 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 99 0 0 0 15 18 0 0 20 0 19 0 29162745 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 74238 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.09 3/214 28836
/proc/meminfo: memFree=31161540/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=1784.74 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 32418 0 1 0 178438 36 0 0 20 0 19 0 29162739 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 79388 2290 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=1782.22 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2558 0 1 0 178190 32 0 0 20 0 19 0 29162740 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805483081408 139805356073854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 178 0 0 0 5 1 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 31 0 0 0 6 3 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 33 0 0 0 5 3 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 192 0 0 0 5 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 201 0 0 0 5 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 29162742 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17123 0 0 0 101 4 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10619 0 0 0 93 3 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 103 0 0 0 15 19 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.04 2.08 2.08 3/213 28837
/proc/meminfo: memFree=31161048/32872528 swapFree=163656/177964
[pid=28556] ppid=28553 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/28556/stat : 28556 (java) S 28553 28556 26669 0 -1 4202496 32418 0 1 0 179967 36 0 0 20 0 19 0 29162739 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 140733262965648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28556/statm: 2406260 79388 2290 9 0 2396937 0
[pid=28556/tid=28558] ppid=28553 vsize=9625040 CPUtime=1797.52 cores=0,2,4,6
/proc/28556/task/28558/stat : 28558 (java) R 28553 28556 26669 0 -1 4202560 2558 0 1 0 179720 32 0 0 20 0 19 0 29162740 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805483081408 139805356073730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28559] ppid=28553 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28556/task/28559/stat : 28559 (java) S 28553 28556 26669 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805326891560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28560] ppid=28553 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28556/task/28560/stat : 28560 (java) S 28553 28556 26669 0 -1 4202560 178 0 0 0 5 1 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805325838760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28561] ppid=28553 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28556/task/28561/stat : 28561 (java) S 28553 28556 26669 0 -1 4202560 31 0 0 0 6 3 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805324785960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28562] ppid=28553 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28556/task/28562/stat : 28562 (java) S 28553 28556 26669 0 -1 4202560 33 0 0 0 5 3 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805323733160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28563] ppid=28553 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28556/task/28563/stat : 28563 (java) S 28553 28556 26669 0 -1 4202560 192 0 0 0 5 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805322681384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28564] ppid=28553 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28556/task/28564/stat : 28564 (java) S 28553 28556 26669 0 -1 4202560 201 0 0 0 5 2 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805321628584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28565] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28565/stat : 28565 (java) S 28553 28556 26669 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805320575784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28566] ppid=28553 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28556/task/28566/stat : 28566 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 29162741 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805319522984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28567] ppid=28553 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28556/task/28567/stat : 28567 (java) S 28553 28556 26669 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 29162742 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805307324904 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28556/tid=28568] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28568/stat : 28568 (java) S 28553 28556 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29162742 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805306270968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28569] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28569/stat : 28569 (java) S 28553 28556 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29162743 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805305218056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28570] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28570/stat : 28570 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805304166544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28571] ppid=28553 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28556/task/28571/stat : 28571 (java) S 28553 28556 26669 0 -1 4202560 17123 0 0 0 101 4 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805303114680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28556/tid=28572] ppid=28553 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/28556/task/28572/stat : 28572 (java) S 28553 28556 26669 0 -1 4202560 10619 0 0 0 93 3 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805302061880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28573] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28573/stat : 28573 (java) S 28553 28556 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805301009272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28556/tid=28574] ppid=28553 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28556/task/28574/stat : 28574 (java) S 28553 28556 26669 0 -1 4202560 103 0 0 0 15 20 0 0 20 0 19 0 29162745 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805299956680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28556/tid=28575] ppid=28553 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28556/task/28575/stat : 28575 (java) S 28553 28556 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29162788 9856040960 79388 33554432000 1073741824 1073778376 140733262974512 139805298902184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28556 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.74
CPU user time (s): 1799.88
CPU system time (s): 0.862868
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 9626708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.862868
maximum resident set size= 317680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38251
involuntary context switches= 2998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95149 second user time and 12.7141 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 19:32:08
IDJOB=4106597
IDBENCH=48123
IDSOLVER=2546
FILE ID=node105/4106597-1466271128
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106597-1466271128/watcher-4106597-1466271128 -o /tmp/evaluation-result-4106597-1466271128/solver-4106597-1466271128 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106597-1466271128.opb

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

MD5SUM BENCH= 08f3a00099e19d384504c40fc611777e
RANDOM SEED=1493254811

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31520012 kB
Buffers:           89516 kB
Cached:           178820 kB
SwapCached:         1684 kB
Active:           246028 kB
Inactive:         186336 kB
Active(anon):     163280 kB
Inactive(anon):     2976 kB
Active(file):      82748 kB
Inactive(file):   183360 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        361848 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             605072 kB
SReclaimable:      48556 kB
SUnreclaim:       556516 kB
KernelStack:        1760 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71748 MiB
End job on node105 at 2016-06-18 20:02:06