Trace number 4118650

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)-65 1800.02 1790.45

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament20.lin.opb
MD5SUM30659f624af5945ba654694d2720d24e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-96
Best CPU time to get the best result obtained on this benchmark729.564
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints720
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 487
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 524
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 524
Number of bits of the biggest sum of numbers10
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	16
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4118650-1467233254.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.23/0.22	c ... done. Wall clock time 0.094s.
0.23/0.22	c declared #vars     550
0.23/0.22	c #constraints  720
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
0.23/0.22	c 720 constraints processed.
0.23/0.22	c objective function length is 487 literals
0.23/0.23	c SATISFIABLE
0.23/0.23	c OPTIMIZING...
0.23/0.23	c Got one! Elapsed wall clock time (in seconds):0.107
0.23/0.23	o -56
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.124
0.23/0.25	o -57
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.143
0.23/0.27	o -58
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.156
0.23/0.28	o -59
0.23/0.29	c Got one! Elapsed wall clock time (in seconds):0.17
0.23/0.29	o -60
0.44/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.44/0.31	o -61
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.282
0.75/0.41	o -62
1.21/0.76	c cleaning 2630 clauses out of 5267 with flag 10005/5267
1.59/1.10	c cleaning 4314 clauses out of 8637 with flag 22005/11267
2.11/1.54	c cleaning 5655 clauses out of 11323 with flag 36005/18267
2.22/1.60	c Got one! Elapsed wall clock time (in seconds):1.473
2.22/1.60	o -63
2.22/1.62	c Got one! Elapsed wall clock time (in seconds):1.491
2.22/1.62	o -64
2.58/1.90	c cleaning 5471 clauses out of 10954 with flag 8009/23553
2.90/2.30	c cleaning 5734 clauses out of 11484 with flag 20011/29554
3.39/2.79	c cleaning 6369 clauses out of 12750 with flag 34011/36554
4.00/3.35	c cleaning 7182 clauses out of 14379 with flag 50007/44552
4.69/4.03	c cleaning 8093 clauses out of 16199 with flag 68011/53554
5.49/4.82	c cleaning 9045 clauses out of 18106 with flag 88011/63554
6.10/5.49	c Got one! Elapsed wall clock time (in seconds):5.36
6.10/5.49	o -65
6.71/6.00	c cleaning 11247 clauses out of 22512 with flag 10002/77005
7.21/6.52	c cleaning 8622 clauses out of 17265 with flag 22002/83005
7.71/7.07	c cleaning 7812 clauses out of 15643 with flag 36002/90005
8.31/7.68	c cleaning 7912 clauses out of 15832 with flag 52004/98006
9.01/8.37	c cleaning 8454 clauses out of 16919 with flag 70002/107005
9.81/9.18	c cleaning 9223 clauses out of 18465 with flag 90002/117005
10.72/10.09	c cleaning 10115 clauses out of 20242 with flag 112003/128005
11.90/11.11	c cleaning 11058 clauses out of 22128 with flag 136005/140006
13.00/12.27	c cleaning 12025 clauses out of 24070 with flag 162005/153006
14.39/13.64	c cleaning 13011 clauses out of 26045 with flag 190006/167006
15.79/15.08	c cleaning 14007 clauses out of 28033 with flag 220004/182005
17.49/16.78	c cleaning 15003 clauses out of 30026 with flag 252004/198005
19.29/18.54	c cleaning 16005 clauses out of 32023 with flag 286004/215005
21.09/20.39	c cleaning 17002 clauses out of 34019 with flag 322006/233006
23.29/22.57	c cleaning 18004 clauses out of 36018 with flag 360008/252007
25.89/25.17	c cleaning 18995 clauses out of 38012 with flag 400004/272005
28.88/27.93	c cleaning 20001 clauses out of 40018 with flag 442009/293006
31.98/31.02	c cleaning 21001 clauses out of 42018 with flag 486012/315007
35.48/34.51	c cleaning 21997 clauses out of 44015 with flag 532008/338005
38.98/38.09	c cleaning 22998 clauses out of 46018 with flag 580008/362005
42.68/41.73	c cleaning 23999 clauses out of 48020 with flag 630008/387005
46.68/45.70	c cleaning 25001 clauses out of 50022 with flag 682010/413006
50.90/49.82	c cleaning 26001 clauses out of 52020 with flag 736008/440005
55.20/54.12	c cleaning 26998 clauses out of 54019 with flag 792010/468005
59.70/58.63	c cleaning 28002 clauses out of 56021 with flag 850010/497005
64.60/63.57	c cleaning 29000 clauses out of 58019 with flag 910012/527005
70.41/69.35	c cleaning 30002 clauses out of 60020 with flag 972015/558006
77.08/75.89	c cleaning 31000 clauses out of 62017 with flag 1036014/590005
83.48/82.27	c cleaning 32002 clauses out of 64018 with flag 1102016/623006
90.40/89.14	c cleaning 32999 clauses out of 66016 with flag 1170016/657006
97.99/96.76	c cleaning 33998 clauses out of 68016 with flag 1240014/692005
105.67/104.03	c cleaning 35002 clauses out of 70019 with flag 1312019/728006
113.78/112.14	c cleaning 35995 clauses out of 72018 with flag 1386022/765007
121.48/119.87	c cleaning 36997 clauses out of 74021 with flag 1462022/803005
129.97/128.37	c cleaning 38004 clauses out of 76025 with flag 1540036/842006
139.58/137.63	c cleaning 39002 clauses out of 78020 with flag 1620037/882005
148.87/146.96	c cleaning 40001 clauses out of 80019 with flag 1702055/923006
159.28/157.35	c cleaning 40996 clauses out of 82017 with flag 1786056/965005
169.34/167.02	c cleaning 42002 clauses out of 84021 with flag 1872057/1008005
179.56/177.26	c cleaning 42999 clauses out of 86019 with flag 1960057/1052005
191.25/188.99	c cleaning 44001 clauses out of 88021 with flag 2050060/1097006
205.19/202.40	c cleaning 44998 clauses out of 90020 with flag 2142060/1143006
219.60/216.73	c cleaning 45999 clauses out of 92022 with flag 2236060/1190006
232.26/229.04	c cleaning 47004 clauses out of 94024 with flag 2332062/1238007
245.27/242.09	c cleaning 48000 clauses out of 96018 with flag 2430058/1287005
257.18/255.71	c cleaning 48998 clauses out of 98018 with flag 2530058/1337005
271.39/269.78	c cleaning 50002 clauses out of 100020 with flag 2632058/1388005
287.69/287.09	c cleaning 50998 clauses out of 102018 with flag 2736058/1440005
302.02/303.82	c cleaning 52002 clauses out of 104021 with flag 2842061/1493006
318.02/322.41	c cleaning 53000 clauses out of 106019 with flag 2950061/1547006
344.14/342.03	c cleaning 53998 clauses out of 108018 with flag 3060060/1602005
364.96/361.63	c cleaning 55004 clauses out of 110021 with flag 3172063/1658006
372.80/378.51	c cleaning 56002 clauses out of 112017 with flag 3286063/1715006
395.44/398.42	c cleaning 57000 clauses out of 114015 with flag 3402064/1773006
395.44/420.29	c cleaning 57994 clauses out of 116014 with flag 3520062/1832005
448.67/444.00	c cleaning 59002 clauses out of 118021 with flag 3640064/1892006
471.80/468.09	c cleaning 60004 clauses out of 120019 with flag 3762066/1953006
495.59/495.55	c cleaning 60995 clauses out of 122015 with flag 3886067/2015006
509.87/521.14	c cleaning 61998 clauses out of 124021 with flag 4012070/2078007
552.68/547.77	c cleaning 63000 clauses out of 126021 with flag 4140068/2142005
579.98/575.00	c cleaning 64001 clauses out of 128022 with flag 4270070/2207006
611.58/606.54	c cleaning 64999 clauses out of 130021 with flag 4402071/2273006
647.54/642.33	c cleaning 66000 clauses out of 132022 with flag 4536071/2340006
682.06/676.61	c cleaning 67000 clauses out of 134022 with flag 4672071/2408006
714.86/709.49	c cleaning 67994 clauses out of 136022 with flag 4810073/2477006
750.85/745.38	c cleaning 69004 clauses out of 138028 with flag 4950075/2547006
785.63/780.04	c cleaning 70002 clauses out of 140023 with flag 5092075/2618005
816.58/810.89	c cleaning 71002 clauses out of 142021 with flag 5236075/2690005
849.88/843.92	c cleaning 71999 clauses out of 144019 with flag 5382076/2763005
886.92/880.88	c cleaning 72999 clauses out of 146022 with flag 5530081/2837007
923.36/917.13	c cleaning 73999 clauses out of 148021 with flag 5680077/2912005
957.33/950.96	c cleaning 75001 clauses out of 150022 with flag 5832077/2988005
1000.48/993.92	c cleaning 76002 clauses out of 152023 with flag 5986082/3065007
1047.41/1040.76	c cleaning 76997 clauses out of 154020 with flag 6142082/3143006
1087.63/1080.85	c cleaning 78001 clauses out of 156023 with flag 6300085/3222006
1135.57/1128.68	c cleaning 78999 clauses out of 158021 with flag 6460085/3302005
1171.24/1164.17	c cleaning 80001 clauses out of 160022 with flag 6622093/3383005
1215.61/1208.45	c cleaning 81001 clauses out of 162022 with flag 6786109/3465006
1257.63/1250.17	c cleaning 82001 clauses out of 164022 with flag 6952118/3548007
1308.59/1300.93	c cleaning 83001 clauses out of 166019 with flag 7120114/3632005
1353.40/1345.63	c cleaning 84000 clauses out of 168018 with flag 7290115/3717005
1406.56/1398.58	c cleaning 84999 clauses out of 170018 with flag 7462117/3803005
1456.68/1448.54	c cleaning 85997 clauses out of 172020 with flag 7636119/3890006
1512.00/1503.51	c cleaning 87000 clauses out of 174023 with flag 7812119/3978006
1570.60/1561.98	c cleaning 88003 clauses out of 176023 with flag 7990119/4067006
1633.41/1624.59	c cleaning 88998 clauses out of 178019 with flag 8170119/4157005
1694.75/1685.58	c cleaning 90000 clauses out of 180022 with flag 8352124/4248006
1760.32/1750.98	c cleaning 90998 clauses out of 182022 with flag 8536126/4340006
1800.02/1790.41	c starts		: 11
1800.02/1790.41	c conflicts		: 4409775
1800.02/1790.41	c decisions		: 4796094
1800.02/1790.41	c propagations		: 53897790
1800.02/1790.41	c inspects		: 30618126747
1800.02/1790.41	c shortcuts		: 0
1800.02/1790.41	c learnt literals	: 0
1800.02/1790.41	c learnt binary clauses	: 0
1800.02/1790.41	c learnt ternary clauses	: 0
1800.02/1790.41	c learnt constraints	: 4409775
1800.02/1790.41	c ignored constraints	: 0
1800.02/1790.41	c root simplifications	: 0
1800.02/1790.41	c removed literals (reason simplification)	: 0
1800.02/1790.41	c reason swapping (by a shorter reason)	: 0
1800.02/1790.41	c Calls to reduceDB	: 97
1800.02/1790.41	c Number of update (reduction) of LBD	: 66
1800.02/1790.41	c Imported unit clauses	: 0
1800.02/1790.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1790.41	c number of learned constraints concerned by reduction	: 0
1800.02/1790.41	c number of learning phase by resolution	: 0
1800.02/1790.41	c number of learning phase by cutting planes	: 0
1800.02/1790.41	c speed (assignments/second)	: 30107.304811221155
1800.02/1790.41	c non guided choices	13
1800.02/1790.44	c learnt constraints type 
1800.02/1790.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160794
1800.02/1790.44	s SATISFIABLE
1800.02/1790.44	c Found 10 solution(s)
1800.02/1790.44	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 -x501 -x502 x503 x504 -x505 -x506 -x507 x508 -x509 -x510 x511 -x512 x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 x528 -x529 x530 -x531 -x532 -x533 x534 -x535 x536 x537 x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 x549 x550 
1800.02/1790.44	c objective function=-65
1800.02/1790.44	c Total wall clock time (in seconds): 1790.318

Verifier Data

OK	-65

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-4118650-1467233254/watcher-4118650-1467233254 -o /tmp/evaluation-result-4118650-1467233254/solver-4118650-1467233254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118650-1467233254.opb 

pid=15711
running on 8 cores: 4-7,12-15

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: 1.89 1.99 1.99 2/252 15714
/proc/meminfo: memFree=28114940/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=272 CPUtime=0 cores=4-7,12-15
/proc/15714/stat : 15714 (java) R 15711 15714 15681 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 4278174 278528 35 33554432000 1073741824 1073778376 140736040255616 140735313242888 216799472935 0 0 4096 0 0 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 625 43 34 9 0 25 0

[startup+0.100051 s]
/proc/loadavg: 1.89 1.99 1.99 2/252 15714
/proc/meminfo: memFree=28114940/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 4096 0 1 0 6 1 0 0 20 0 23 0 4278174 10133950464 5223 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2474109 5226 2052 9 0 2464786 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9896436

[startup+0.200251 s]
/proc/loadavg: 1.89 1.99 1.99 2/252 15714
/proc/meminfo: memFree=28114940/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9896436 CPUtime=0.23 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 4718 0 1 0 22 1 0 0 20 0 23 0 4278174 10133950464 6846 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2474109 6846 2201 9 0 2464786 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9896436

[startup+0.300225 s]
/proc/loadavg: 1.89 1.99 1.99 2/252 15714
/proc/meminfo: memFree=28114940/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=0.44 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 6422 0 1 0 43 1 0 0 20 0 24 0 4278174 10202112000 8430 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 8430 2245 9 0 2481427 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9963000

[startup+0.700225 s]
/proc/loadavg: 1.89 1.99 1.99 2/252 15714
/proc/meminfo: memFree=28114940/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=1.21 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 11660 0 1 0 119 2 0 0 20 0 24 0 4278174 10202112000 12724 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 12724 2249 9 0 2481427 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9963000

[startup+1.5009 s]
/proc/loadavg: 1.89 1.99 1.99 3/305 15774
/proc/meminfo: memFree=27993328/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=2.11 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 12528 0 1 0 208 3 0 0 20 0 24 0 4278174 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 15847 2259 9 0 2481427 0
[pid=15714/tid=15718] ppid=15711 vsize=9963000 CPUtime=1.45 cores=4-7,12-15
/proc/15714/task/15718/stat : 15718 (java) R 15711 15714 15681 0 -1 4202560 2455 0 1 0 144 1 0 0 20 0 24 0 4278175 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373329558104 140373171605584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15720] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15720/stat : 15720 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373291051816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15721] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15721/stat : 15721 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373289999016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15722] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15722/stat : 15722 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373171104808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15723] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15723/stat : 15723 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373170052008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15724] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15724/stat : 15724 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373168998696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15725] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15725/stat : 15725 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373167945896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15726] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15726/stat : 15726 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373166893608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15727] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15727/stat : 15727 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373165840808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15728] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15728/stat : 15728 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373164788520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15729] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15729/stat : 15729 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373163735720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15730] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15730/stat : 15730 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373162683432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15731] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15731/stat : 15731 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373161630632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15732] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15732/stat : 15732 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140373160577320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15737] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15737/stat : 15737 (java) S 15711 15714 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 4278178 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372270332008 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15738] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15738/stat : 15738 (java) S 15711 15714 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372269278584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15739] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15739/stat : 15739 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372268225672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15760] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15760/stat : 15760 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372267174672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15761] ppid=15711 vsize=9963000 CPUtime=0.35 cores=4-7,12-15
/proc/15714/task/15761/stat : 15761 (java) S 15711 15714 15681 0 -1 4202560 3915 0 0 0 35 0 0 0 20 0 24 0 4278181 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372266121784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15762] ppid=15711 vsize=9963000 CPUtime=0.26 cores=4-7,12-15
/proc/15714/task/15762/stat : 15762 (java) S 15711 15714 15681 0 -1 4202560 4870 0 0 0 26 0 0 0 20 0 24 0 4278181 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372265069496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15763] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15763/stat : 15763 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372264016888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15764] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15764/stat : 15764 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372262963784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15773] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15773/stat : 15773 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278197 10202112000 15847 33554432000 1073741824 1073778376 140736040255616 140372261909288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9963000

[startup+3.10098 s]
/proc/loadavg: 1.90 1.99 1.99 3/305 15774
/proc/meminfo: memFree=27943108/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=3.79 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 12609 0 1 0 376 3 0 0 20 0 24 0 4278174 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 21037 2260 9 0 2481427 0
[pid=15714/tid=15718] ppid=15711 vsize=9963000 CPUtime=3.05 cores=4-7,12-15
/proc/15714/task/15718/stat : 15718 (java) R 15711 15714 15681 0 -1 4202560 2466 0 1 0 304 1 0 0 20 0 24 0 4278175 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373329551040 140373171599527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15720] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15720/stat : 15720 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373291051816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15721] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15721/stat : 15721 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373289999016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15722] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15722/stat : 15722 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373171104808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15723] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15723/stat : 15723 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373170052008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15724] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15724/stat : 15724 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373168998696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15725] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15725/stat : 15725 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373167945896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15726] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15726/stat : 15726 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373166893608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15727] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15727/stat : 15727 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373165840808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15728] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15728/stat : 15728 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373164788520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15729] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15729/stat : 15729 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373163735720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15730] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15730/stat : 15730 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373162683432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15731] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15731/stat : 15731 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373161630632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15732] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15732/stat : 15732 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140373160577320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15737] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15737/stat : 15737 (java) S 15711 15714 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 4278178 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372270332008 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15738] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15738/stat : 15738 (java) S 15711 15714 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372269278584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15739] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15739/stat : 15739 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372268225672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15760] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15760/stat : 15760 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372267174672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15761] ppid=15711 vsize=9963000 CPUtime=0.36 cores=4-7,12-15
/proc/15714/task/15761/stat : 15761 (java) S 15711 15714 15681 0 -1 4202560 3915 0 0 0 36 0 0 0 20 0 24 0 4278181 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372266121784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15762] ppid=15711 vsize=9963000 CPUtime=0.33 cores=4-7,12-15
/proc/15714/task/15762/stat : 15762 (java) S 15711 15714 15681 0 -1 4202560 4940 0 0 0 33 0 0 0 20 0 24 0 4278181 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372265069496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15763] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15763/stat : 15763 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372264016888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15764] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15764/stat : 15764 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372262963784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15773] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15773/stat : 15773 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278197 10202112000 21037 33554432000 1073741824 1073778376 140736040255616 140372261909288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9963000

[startup+6.30093 s]
/proc/loadavg: 1.90 1.99 1.99 4/305 15774
/proc/meminfo: memFree=27820624/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=7.01 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 12629 0 1 0 697 4 0 0 20 0 24 0 4278174 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 29608 2261 9 0 2481427 0
[pid=15714/tid=15718] ppid=15711 vsize=9963000 CPUtime=6.24 cores=4-7,12-15
/proc/15714/task/15718/stat : 15718 (java) R 15711 15714 15681 0 -1 4202560 2485 0 1 0 622 2 0 0 20 0 24 0 4278175 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373329559624 140373171748575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15720] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15720/stat : 15720 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373291051816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15721] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15721/stat : 15721 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373289999016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15722] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15722/stat : 15722 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373171104808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15723] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15723/stat : 15723 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373170052008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15724] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15724/stat : 15724 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373168998696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15725] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15725/stat : 15725 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373167945896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15726] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15726/stat : 15726 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373166893608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15727] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15727/stat : 15727 (java) S 15711 15714 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4278177 10202112000 29608 33554432000 1073741824 1073778376 140736040255616 140373165840808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15728] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/15714/task/15728/stat : 15728 (java) S 15711 15714 15681 0 -1 4202560 264 0 0 0 61 18 0 0 20 0 24 0 4278177 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140373164788520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15729] ppid=15711 vsize=9963000 CPUtime=0.76 cores=4-7,12-15
/proc/15714/task/15729/stat : 15729 (java) S 15711 15714 15681 0 -1 4202560 224 0 0 0 58 18 0 0 20 0 24 0 4278177 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140373163735720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15730] ppid=15711 vsize=9963000 CPUtime=0.81 cores=4-7,12-15
/proc/15714/task/15730/stat : 15730 (java) S 15711 15714 15681 0 -1 4202560 226 0 0 0 64 17 0 0 20 0 24 0 4278177 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140373162683432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15731] ppid=15711 vsize=9963000 CPUtime=0.74 cores=4-7,12-15
/proc/15714/task/15731/stat : 15731 (java) S 15711 15714 15681 0 -1 4202560 265 0 0 0 57 17 0 0 20 0 24 0 4278177 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140373161630632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15732] ppid=15711 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/15714/task/15732/stat : 15732 (java) S 15711 15714 15681 0 -1 4202560 276 0 0 0 56 19 0 0 20 0 24 0 4278177 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140373160577320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15737] ppid=15711 vsize=9963000 CPUtime=0.33 cores=4-7,12-15
/proc/15714/task/15737/stat : 15737 (java) S 15711 15714 15681 0 -1 4202560 252 0 0 0 30 3 0 0 20 0 24 0 4278178 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372270332008 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15738] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15738/stat : 15738 (java) S 15711 15714 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372269278584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15739] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15739/stat : 15739 (java) S 15711 15714 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372268225672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15760] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15760/stat : 15760 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372267174672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15761] ppid=15711 vsize=9963000 CPUtime=0.36 cores=4-7,12-15
/proc/15714/task/15761/stat : 15761 (java) S 15711 15714 15681 0 -1 4202560 3915 0 0 0 36 0 0 0 20 0 24 0 4278181 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372266121784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15762] ppid=15711 vsize=9963000 CPUtime=0.37 cores=4-7,12-15
/proc/15714/task/15762/stat : 15762 (java) S 15711 15714 15681 0 -1 4202560 5270 0 0 0 37 0 0 0 20 0 24 0 4278181 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372265069496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15763] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15763/stat : 15763 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372264016888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15764] ppid=15711 vsize=9963000 CPUtime=0.58 cores=4-7,12-15
/proc/15714/task/15764/stat : 15764 (java) S 15711 15714 15681 0 -1 4202560 98 0 0 0 25 33 0 0 20 0 24 0 4278181 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372262963784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15773] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15773/stat : 15773 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278197 10202112000 122244 33554432000 1073741824 1073778376 140736040255616 140372261909288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1731.72
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/305 15912
/proc/meminfo: memFree=27318684/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=1791.91 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 17384 0 1 0 178947 244 0 0 20 0 24 0 4278174 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 122978 2283 9 0 2481427 0
[pid=15714/tid=15718] ppid=15711 vsize=9963000 CPUtime=1775.82 cores=4-7,12-15
/proc/15714/task/15718/stat : 15718 (java) R 15711 15714 15681 0 -1 4202560 2562 0 1 0 177553 29 0 0 20 0 24 0 4278175 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373329558736 140373171661333 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15720] ppid=15711 vsize=9963000 CPUtime=0.78 cores=4-7,12-15
/proc/15714/task/15720/stat : 15720 (java) S 15711 15714 15681 0 -1 4202560 317 0 0 0 67 11 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373291051816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15721] ppid=15711 vsize=9963000 CPUtime=0.73 cores=4-7,12-15
/proc/15714/task/15721/stat : 15721 (java) S 15711 15714 15681 0 -1 4202560 356 0 0 0 57 16 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373289999016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15722] ppid=15711 vsize=9963000 CPUtime=0.87 cores=4-7,12-15
/proc/15714/task/15722/stat : 15722 (java) S 15711 15714 15681 0 -1 4202560 314 0 0 0 70 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373171104808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15723] ppid=15711 vsize=9963000 CPUtime=0.71 cores=4-7,12-15
/proc/15714/task/15723/stat : 15723 (java) S 15711 15714 15681 0 -1 4202560 441 0 0 0 57 14 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373170052008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15724] ppid=15711 vsize=9963000 CPUtime=0.72 cores=4-7,12-15
/proc/15714/task/15724/stat : 15724 (java) S 15711 15714 15681 0 -1 4202560 371 0 0 0 55 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373168998696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15725] ppid=15711 vsize=9963000 CPUtime=0.76 cores=4-7,12-15
/proc/15714/task/15725/stat : 15725 (java) S 15711 15714 15681 0 -1 4202560 228 0 0 0 60 16 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373167945896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15726] ppid=15711 vsize=9963000 CPUtime=0.69 cores=4-7,12-15
/proc/15714/task/15726/stat : 15726 (java) S 15711 15714 15681 0 -1 4202560 465 0 0 0 56 13 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373166893608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15727] ppid=15711 vsize=9963000 CPUtime=0.77 cores=4-7,12-15
/proc/15714/task/15727/stat : 15727 (java) S 15711 15714 15681 0 -1 4202560 234 0 0 0 59 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373165840808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15728] ppid=15711 vsize=9963000 CPUtime=0.8 cores=4-7,12-15
/proc/15714/task/15728/stat : 15728 (java) S 15711 15714 15681 0 -1 4202560 264 0 0 0 62 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373164788520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15729] ppid=15711 vsize=9963000 CPUtime=0.78 cores=4-7,12-15
/proc/15714/task/15729/stat : 15729 (java) S 15711 15714 15681 0 -1 4202560 235 0 0 0 60 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373163735720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15730] ppid=15711 vsize=9963000 CPUtime=0.82 cores=4-7,12-15
/proc/15714/task/15730/stat : 15730 (java) S 15711 15714 15681 0 -1 4202560 226 0 0 0 65 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373162683432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15731] ppid=15711 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/15714/task/15731/stat : 15731 (java) S 15711 15714 15681 0 -1 4202560 267 0 0 0 58 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373161630632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15732] ppid=15711 vsize=9963000 CPUtime=0.77 cores=4-7,12-15
/proc/15714/task/15732/stat : 15732 (java) S 15711 15714 15681 0 -1 4202560 299 0 0 0 58 19 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373160577320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15737] ppid=15711 vsize=9963000 CPUtime=0.33 cores=4-7,12-15
/proc/15714/task/15737/stat : 15737 (java) S 15711 15714 15681 0 -1 4202560 259 0 0 0 30 3 0 0 20 0 24 0 4278178 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372270332008 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15738] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15738/stat : 15738 (java) S 15711 15714 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372269278584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15739] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15739/stat : 15739 (java) S 15711 15714 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372268225672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15760] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15760/stat : 15760 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372267174672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15761] ppid=15711 vsize=9963000 CPUtime=0.36 cores=4-7,12-15
/proc/15714/task/15761/stat : 15761 (java) S 15711 15714 15681 0 -1 4202560 3915 0 0 0 36 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372266121784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15762] ppid=15711 vsize=9963000 CPUtime=0.37 cores=4-7,12-15
/proc/15714/task/15762/stat : 15762 (java) S 15711 15714 15681 0 -1 4202560 5270 0 0 0 37 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372265069496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15763] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15763/stat : 15763 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372264016888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15764] ppid=15711 vsize=9963000 CPUtime=0.61 cores=4-7,12-15
/proc/15714/task/15764/stat : 15764 (java) S 15711 15714 15681 0 -1 4202560 102 0 0 0 27 34 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372262963784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15773] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15773/stat : 15773 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278197 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372261909288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.41 s]
/proc/loadavg: 2.08 2.04 2.05 3/305 15912
/proc/meminfo: memFree=27036616/32872528 swapFree=8828/8828
[pid=15714] ppid=15711 vsize=9963000 CPUtime=1800.02 cores=4-7,12-15
/proc/15714/stat : 15714 (java) S 15711 15714 15681 0 -1 4202496 17384 0 1 0 179758 244 0 0 20 0 24 0 4278174 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140736040246752 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/15714/statm: 2490750 122978 2283 9 0 2481427 0
[pid=15714/tid=15718] ppid=15711 vsize=9963000 CPUtime=1783.91 cores=4-7,12-15
/proc/15714/task/15718/stat : 15718 (java) R 15711 15714 15681 0 -1 4202560 2562 0 1 0 178361 30 0 0 20 0 24 0 4278175 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373329558736 140373171660082 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15720] ppid=15711 vsize=9963000 CPUtime=0.78 cores=4-7,12-15
/proc/15714/task/15720/stat : 15720 (java) S 15711 15714 15681 0 -1 4202560 317 0 0 0 67 11 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373291051816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15721] ppid=15711 vsize=9963000 CPUtime=0.73 cores=4-7,12-15
/proc/15714/task/15721/stat : 15721 (java) S 15711 15714 15681 0 -1 4202560 356 0 0 0 57 16 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373289999016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15714/tid=15722] ppid=15711 vsize=9963000 CPUtime=0.87 cores=4-7,12-15
/proc/15714/task/15722/stat : 15722 (java) S 15711 15714 15681 0 -1 4202560 314 0 0 0 70 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373171104808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15723] ppid=15711 vsize=9963000 CPUtime=0.71 cores=4-7,12-15
/proc/15714/task/15723/stat : 15723 (java) S 15711 15714 15681 0 -1 4202560 441 0 0 0 57 14 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373170052008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15724] ppid=15711 vsize=9963000 CPUtime=0.72 cores=4-7,12-15
/proc/15714/task/15724/stat : 15724 (java) S 15711 15714 15681 0 -1 4202560 371 0 0 0 55 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373168998696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15725] ppid=15711 vsize=9963000 CPUtime=0.76 cores=4-7,12-15
/proc/15714/task/15725/stat : 15725 (java) S 15711 15714 15681 0 -1 4202560 228 0 0 0 60 16 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373167945896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15726] ppid=15711 vsize=9963000 CPUtime=0.69 cores=4-7,12-15
/proc/15714/task/15726/stat : 15726 (java) S 15711 15714 15681 0 -1 4202560 465 0 0 0 56 13 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373166893608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15727] ppid=15711 vsize=9963000 CPUtime=0.77 cores=4-7,12-15
/proc/15714/task/15727/stat : 15727 (java) S 15711 15714 15681 0 -1 4202560 234 0 0 0 59 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373165840808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=15714/tid=15728] ppid=15711 vsize=9963000 CPUtime=0.8 cores=4-7,12-15
/proc/15714/task/15728/stat : 15728 (java) S 15711 15714 15681 0 -1 4202560 264 0 0 0 62 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373164788520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15729] ppid=15711 vsize=9963000 CPUtime=0.78 cores=4-7,12-15
/proc/15714/task/15729/stat : 15729 (java) S 15711 15714 15681 0 -1 4202560 235 0 0 0 60 18 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373163735720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15730] ppid=15711 vsize=9963000 CPUtime=0.82 cores=4-7,12-15
/proc/15714/task/15730/stat : 15730 (java) S 15711 15714 15681 0 -1 4202560 226 0 0 0 65 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373162683432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=15714/tid=15731] ppid=15711 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/15714/task/15731/stat : 15731 (java) S 15711 15714 15681 0 -1 4202560 267 0 0 0 58 17 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373161630632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15732] ppid=15711 vsize=9963000 CPUtime=0.77 cores=4-7,12-15
/proc/15714/task/15732/stat : 15732 (java) S 15711 15714 15681 0 -1 4202560 299 0 0 0 58 19 0 0 20 0 24 0 4278177 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140373160577320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15737] ppid=15711 vsize=9963000 CPUtime=0.33 cores=4-7,12-15
/proc/15714/task/15737/stat : 15737 (java) S 15711 15714 15681 0 -1 4202560 259 0 0 0 30 3 0 0 20 0 24 0 4278178 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372270332008 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15738] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15738/stat : 15738 (java) S 15711 15714 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372269278584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15714/tid=15739] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15739/stat : 15739 (java) S 15711 15714 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 4278179 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372268225672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15760] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15760/stat : 15760 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372267174672 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15761] ppid=15711 vsize=9963000 CPUtime=0.36 cores=4-7,12-15
/proc/15714/task/15761/stat : 15761 (java) S 15711 15714 15681 0 -1 4202560 3915 0 0 0 36 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372266121784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=15714/tid=15762] ppid=15711 vsize=9963000 CPUtime=0.37 cores=4-7,12-15
/proc/15714/task/15762/stat : 15762 (java) S 15711 15714 15681 0 -1 4202560 5270 0 0 0 37 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372265069496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15714/tid=15763] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15763/stat : 15763 (java) S 15711 15714 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372264016888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=15714/tid=15764] ppid=15711 vsize=9963000 CPUtime=0.61 cores=4-7,12-15
/proc/15714/task/15764/stat : 15764 (java) S 15711 15714 15681 0 -1 4202560 102 0 0 0 27 34 0 0 20 0 24 0 4278181 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372262963784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15714/tid=15773] ppid=15711 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/15714/task/15773/stat : 15773 (java) S 15711 15714 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4278197 10202112000 122978 33554432000 1073741824 1073778376 140736040255616 140372261909288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9963000

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 15714 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15714 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=19419
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=972548
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.45
CPU time (s): 1800.02
CPU user time (s): 1797.58
CPU system time (s): 2.44
CPU usage (%): 100.534
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 2.97255
maximum resident set size= 639100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17432
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34459
involuntary context switches= 10711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4566 second user time and 12.6621 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 22:47:34
IDJOB=4118650
IDBENCH=111517
IDSOLVER=2546
FILE ID=node132/4118650-1467233254
RUNJOBID= node132-1467233254-15698
PBS_JOBID= 19997601
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament20.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118650-1467233254/watcher-4118650-1467233254 -o /tmp/evaluation-result-4118650-1467233254/solver-4118650-1467233254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118650-1467233254.opb

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

MD5SUM BENCH= 30659f624af5945ba654694d2720d24e
RANDOM SEED=1804908215

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28115576 kB
Buffers:          114616 kB
Cached:          3850772 kB
SwapCached:            0 kB
Active:           119048 kB
Inactive:        3860008 kB
Active(anon):      16112 kB
Inactive(anon):        0 kB
Active(file):     102936 kB
Inactive(file):  3860008 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:         22444 kB
Mapped:            13148 kB
Shmem:               216 kB
Slab:             632456 kB
SReclaimable:      72560 kB
SUnreclaim:       559896 kB
KernelStack:        2064 kB
PageTables:         3740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     108072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71536 MiB
End job on node132 at 2016-06-29 23:17:24