Trace number 4090482

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.6 1795.35

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-408_wcsp.wbo
MD5SUM48ac1863348303136e0aa9da5ae3256d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6228
Best CPU time to get the best result obtained on this benchmark3.81142
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables528
Total number of constraints3349
Number of soft constraints3149
Number of constraints which are clauses3149
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 9311
Min constraint cost 1
Max constraint cost 9311
Sum of constraints costs 27467449
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090482-1466072124.wbo
0.09/0.11	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.205s.
0.46/0.32	c declared #vars     528
0.46/0.32	c internal #vars     3677
0.46/0.32	c #constraints  3549
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3013
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 472
0.46/0.32	c 3549 constraints processed.
0.46/0.32	c objective function length is 3149 literals
0.46/0.38	c SATISFIABLE
0.46/0.38	c OPTIMIZING...
0.46/0.38	c Got one! Elapsed wall clock time (in seconds):0.265
0.46/0.38	o 6247
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.335
0.69/0.45	o 6246
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.379
0.69/0.49	o 6245
0.99/0.60	c Got one! Elapsed wall clock time (in seconds):0.482
0.99/0.60	o 6244
1.29/0.62	c Got one! Elapsed wall clock time (in seconds):0.506
1.29/0.62	o 6243
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.665
1.59/0.78	o 6242
2.74/1.71	c cleaning 3111 clauses out of 6225 with flag 12306/6225
3.79/2.79	c cleaning 4555 clauses out of 9113 with flag 27844/12224
4.90/3.80	c cleaning 5777 clauses out of 11558 with flag 43669/19224
6.10/5.06	c cleaning 6891 clauses out of 13781 with flag 61957/27224
7.53/6.47	c cleaning 7942 clauses out of 15889 with flag 83553/36223
9.13/8.04	c cleaning 8972 clauses out of 17949 with flag 106188/46225
10.94/9.86	c cleaning 9986 clauses out of 19975 with flag 130937/57223
13.14/12.04	c cleaning 10990 clauses out of 21989 with flag 158746/69223
15.44/14.33	c cleaning 11998 clauses out of 24000 with flag 188008/82224
17.84/16.71	c cleaning 12996 clauses out of 26002 with flag 218015/96224
20.43/19.37	c cleaning 14003 clauses out of 28006 with flag 250264/111224
23.24/22.18	c cleaning 15000 clauses out of 30002 with flag 284591/127223
26.13/25.09	c cleaning 16002 clauses out of 32004 with flag 321089/144225
29.47/28.36	c cleaning 16996 clauses out of 34000 with flag 360653/162223
32.98/31.88	c cleaning 18002 clauses out of 36004 with flag 401913/181223
36.68/35.58	c cleaning 18999 clauses out of 38003 with flag 449193/201224
40.27/39.18	c cleaning 20001 clauses out of 40004 with flag 506810/222224
44.27/43.10	c cleaning 20999 clauses out of 42002 with flag 562518/244223
48.67/47.52	c cleaning 21996 clauses out of 44005 with flag 619937/267225
53.67/52.58	c cleaning 23004 clauses out of 46008 with flag 675355/291224
58.67/57.53	c cleaning 23994 clauses out of 48004 with flag 739876/316224
63.86/62.64	c cleaning 25005 clauses out of 50011 with flag 822138/342225
69.16/67.96	c cleaning 25999 clauses out of 52004 with flag 898228/369223
75.16/73.91	c cleaning 26999 clauses out of 54005 with flag 960563/397223
81.05/79.84	c cleaning 28001 clauses out of 56007 with flag 1023124/426224
87.75/86.50	c cleaning 28999 clauses out of 58005 with flag 1088459/456223
95.05/93.80	c cleaning 30004 clauses out of 60009 with flag 1155108/487226
102.44/101.10	c cleaning 31000 clauses out of 62003 with flag 1223992/519224
109.34/108.10	c cleaning 31997 clauses out of 64003 with flag 1295531/552224
116.44/115.17	c cleaning 33001 clauses out of 66005 with flag 1369068/586223
124.04/122.78	c cleaning 33998 clauses out of 68004 with flag 1444653/621223
131.75/130.46	c cleaning 34997 clauses out of 70008 with flag 1522770/657225
140.15/138.82	c cleaning 35996 clauses out of 72009 with flag 1603166/694223
148.45/147.00	c cleaning 37005 clauses out of 74013 with flag 1685665/732223
156.35/154.98	c cleaning 38003 clauses out of 76009 with flag 1770613/771224
165.76/164.33	c cleaning 39002 clauses out of 78005 with flag 1858257/811223
175.26/173.86	c cleaning 40002 clauses out of 80004 with flag 1947937/852224
185.47/183.98	c cleaning 41001 clauses out of 82002 with flag 2039311/894224
195.88/194.35	c cleaning 42001 clauses out of 84001 with flag 2132368/937224
206.68/205.14	c cleaning 42998 clauses out of 85999 with flag 2227882/981223
218.39/216.84	c cleaning 43998 clauses out of 88001 with flag 2325568/1026223
232.82/231.18	c cleaning 44997 clauses out of 90003 with flag 2424154/1072223
246.71/245.09	c cleaning 46004 clauses out of 92007 with flag 2525498/1119224
260.91/259.20	c cleaning 46999 clauses out of 94002 with flag 2629119/1167223
276.73/275.03	c cleaning 48000 clauses out of 96003 with flag 2733803/1216223
292.43/290.63	c cleaning 48998 clauses out of 98003 with flag 2840848/1266223
307.23/305.48	c cleaning 49999 clauses out of 100005 with flag 2950293/1317223
321.53/319.79	c cleaning 50998 clauses out of 102007 with flag 3062044/1369224
337.79/335.86	c cleaning 52003 clauses out of 104008 with flag 3176091/1422223
353.59/351.68	c cleaning 52998 clauses out of 106005 with flag 3292033/1476223
369.30/367.33	c cleaning 54004 clauses out of 108008 with flag 3410177/1531224
388.91/386.84	c cleaning 54996 clauses out of 110003 with flag 3530345/1587223
408.21/406.11	c cleaning 56003 clauses out of 112007 with flag 3652652/1644223
425.85/423.69	c cleaning 56997 clauses out of 114004 with flag 3777653/1702223
442.14/439.90	c cleaning 58004 clauses out of 116008 with flag 3904543/1761224
460.77/458.48	c cleaning 58998 clauses out of 118005 with flag 4033421/1821225
478.38/476.02	c cleaning 59999 clauses out of 120005 with flag 4164418/1882223
496.18/493.80	c cleaning 61002 clauses out of 122006 with flag 4297703/1944223
517.50/515.06	c cleaning 62002 clauses out of 124005 with flag 4432765/2007224
537.59/535.18	c cleaning 62999 clauses out of 126003 with flag 4570339/2071224
556.42/553.89	c cleaning 64000 clauses out of 128003 with flag 4710308/2136223
574.03/571.41	c cleaning 64994 clauses out of 130004 with flag 4852478/2202224
594.46/591.87	c cleaning 65999 clauses out of 132009 with flag 4996357/2269223
615.53/612.85	c cleaning 67006 clauses out of 134012 with flag 5142582/2337225
641.13/638.50	c cleaning 68003 clauses out of 136007 with flag 5290140/2406226
668.72/665.99	c cleaning 68997 clauses out of 138002 with flag 5442214/2476224
691.03/688.24	c cleaning 70001 clauses out of 140005 with flag 5595532/2547224
714.36/711.58	c cleaning 70998 clauses out of 142003 with flag 5751135/2619223
740.93/738.09	c cleaning 71997 clauses out of 144006 with flag 5908573/2692224
768.03/765.12	c cleaning 73002 clauses out of 146009 with flag 6068348/2766224
794.62/791.69	c cleaning 74003 clauses out of 148007 with flag 6232059/2841224
824.00/820.92	c cleaning 74999 clauses out of 150004 with flag 6398110/2917224
859.81/856.72	c cleaning 75996 clauses out of 152004 with flag 6563583/2994223
889.19/886.03	c cleaning 76998 clauses out of 154008 with flag 6731053/3072223
924.08/920.81	c cleaning 78002 clauses out of 156011 with flag 6900304/3151224
951.18/947.92	c cleaning 79000 clauses out of 158008 with flag 7072923/3231223
982.31/979.04	c cleaning 80005 clauses out of 160009 with flag 7246425/3312224
1024.27/1020.97	c cleaning 80999 clauses out of 162004 with flag 7423181/3394224
1058.06/1054.65	c cleaning 81999 clauses out of 164004 with flag 7600883/3477223
1088.02/1084.58	c cleaning 82999 clauses out of 166005 with flag 7781462/3561223
1118.92/1115.42	c cleaning 84002 clauses out of 168006 with flag 7963586/3646223
1155.64/1152.18	c cleaning 85001 clauses out of 170006 with flag 8148476/3732225
1183.90/1180.33	c cleaning 85995 clauses out of 172004 with flag 8336475/3819224
1215.35/1211.74	c cleaning 87004 clauses out of 174009 with flag 8527841/3907224
1248.01/1244.33	c cleaning 87996 clauses out of 176005 with flag 8719454/3996224
1289.97/1286.21	c cleaning 89004 clauses out of 178010 with flag 8912499/4086225
1333.80/1330.09	c cleaning 89994 clauses out of 180004 with flag 9107091/4177223
1374.07/1370.29	c cleaning 90998 clauses out of 182010 with flag 9305448/4269223
1412.33/1408.43	c cleaning 92003 clauses out of 184012 with flag 9505854/4362223
1451.86/1447.96	c cleaning 93002 clauses out of 186009 with flag 9708984/4456223
1486.80/1482.86	c cleaning 94002 clauses out of 188008 with flag 9913265/4551224
1520.50/1516.48	c cleaning 95001 clauses out of 190006 with flag 10120764/4647224
1560.00/1555.89	c cleaning 95996 clauses out of 192004 with flag 10331324/4744223
1595.33/1591.12	c cleaning 96993 clauses out of 194008 with flag 10543549/4842223
1634.13/1629.85	c cleaning 98005 clauses out of 196016 with flag 10756217/4941224
1677.52/1673.11	c cleaning 99001 clauses out of 198011 with flag 10972703/5041224
1716.38/1711.87	c cleaning 100001 clauses out of 200009 with flag 11192101/5142223
1755.88/1751.24	c cleaning 101002 clauses out of 202008 with flag 11412988/5244223
1793.55/1788.81	c cleaning 102003 clauses out of 204006 with flag 11636185/5347223
1800.09/1795.31	c starts		: 156
1800.09/1795.31	c conflicts		: 5373703
1800.09/1795.31	c decisions		: 7128122
1800.09/1795.31	c propagations		: 696020993
1800.09/1795.31	c inspects		: 26494885681
1800.09/1795.31	c shortcuts		: 0
1800.09/1795.31	c learnt literals	: 0
1800.09/1795.31	c learnt binary clauses	: 0
1800.09/1795.31	c learnt ternary clauses	: 162
1800.09/1795.31	c learnt constraints	: 5373704
1800.09/1795.31	c ignored constraints	: 0
1800.09/1795.31	c root simplifications	: 0
1800.09/1795.31	c removed literals (reason simplification)	: 0
1800.09/1795.31	c reason swapping (by a shorter reason)	: 0
1800.09/1795.31	c Calls to reduceDB	: 99
1800.09/1795.31	c Number of update (reduction) of LBD	: 301889
1800.09/1795.31	c Imported unit clauses	: 0
1800.09/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.31	c number of learned constraints concerned by reduction	: 0
1800.09/1795.31	c number of learning phase by resolution	: 0
1800.09/1795.31	c number of learning phase by cutting planes	: 0
1800.09/1795.31	c speed (assignments/second)	: 387761.09291833756
1800.09/1795.31	c non guided choices	45
1800.09/1795.33	c learnt constraints type 
1800.09/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128484
1800.09/1795.34	s SATISFIABLE
1800.09/1795.34	c Found 6 solution(s)
1800.09/1795.34	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 
1800.09/1795.34	c objective function=6242
1800.09/1795.34	c Total wall clock time (in seconds): 1795.224

Verifier Data

OK	6242

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-4090482-1466072124/watcher-4090482-1466072124 -o /tmp/evaluation-result-4090482-1466072124/solver-4090482-1466072124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090482-1466072124.wbo 

pid=21348
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.31 2.25 2.26 4/194 21351
/proc/meminfo: memFree=30004996/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/21351/stat : 21351 (java) R 21348 21351 17390 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 9258123 3653632 49 33554432000 1073741824 1073778376 140734285254992 140734285252120 225435544871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 892 52 41 9 0 30 0

[startup+0.100141 s]
/proc/loadavg: 2.31 2.25 2.26 4/194 21351
/proc/meminfo: memFree=30004996/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 9258123 9787879424 6040 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.31 2.25 2.26 4/194 21351
/proc/meminfo: memFree=30004996/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 4717 0 1 0 23 1 0 0 20 0 18 0 9258123 9787879424 6812 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2389619 6812 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.31 2.25 2.26 4/194 21351
/proc/meminfo: memFree=30004996/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 5686 0 1 0 45 1 0 0 20 0 18 0 9258123 9787879424 8662 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2389619 8662 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.31 2.25 2.26 4/194 21351
/proc/meminfo: memFree=30004996/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 10884 0 1 0 156 3 0 0 20 0 19 0 9258123 9856040960 13226 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 13226 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.31 2.25 2.26 3/213 21370
/proc/meminfo: memFree=29955084/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 11860 0 1 0 251 3 0 0 20 0 19 0 9258123 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 14765 2265 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2427 0 1 0 146 0 0 0 20 0 19 0 9258124 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283671204392 140283514258491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9258126 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3863 0 0 0 43 2 0 0 20 0 19 0 9258129 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4295 0 0 0 59 0 0 0 20 0 19 0 9258129 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 14765 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.31 2.25 2.26 3/213 21370
/proc/meminfo: memFree=29951236/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 11872 0 1 0 416 3 0 0 20 0 19 0 9258123 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 16817 2269 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2432 0 1 0 305 1 0 0 20 0 19 0 9258124 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283671202312 140283514526046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9258126 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 46 2 0 0 20 0 19 0 9258129 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4299 0 0 0 61 0 0 0 20 0 19 0 9258129 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 16817 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.28 2.25 2.26 4/213 21370
/proc/meminfo: memFree=29934872/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=7.43 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 11881 0 1 0 740 3 0 0 20 0 19 0 9258123 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 20386 2270 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2440 0 1 0 625 1 0 0 20 0 19 0 9258124 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283671204184 140283514418935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9258125 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9258126 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 47 2 0 0 20 0 19 0 9258129 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4299 0 0 0 64 0 0 0 20 0 19 0 9258129 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 20386 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625040


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

[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 47 2 0 0 20 0 19 0 9258129 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4317 0 0 0 66 0 0 0 20 0 19 0 9258129 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 100 0 0 0 26 31 0 0 20 0 19 0 9258129 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 112981 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.26 2.26 3/213 21480
/proc/meminfo: memFree=28176596/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=1787.05 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 15258 0 1 0 178617 88 0 0 20 0 19 0 9258123 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 112366 2292 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=1780.51 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2531 0 1 0 178021 30 0 0 20 0 19 0 9258124 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283671203088 140283514510923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 391 0 0 0 49 5 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 378 0 0 0 52 7 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 483 0 0 0 50 7 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 368 0 0 0 43 7 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 323 0 0 0 54 6 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 340 0 0 0 54 6 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 439 0 0 0 52 9 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 198 0 0 0 47 7 0 0 20 0 19 0 9258125 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 259 0 0 0 38 3 0 0 20 0 19 0 9258126 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 47 2 0 0 20 0 19 0 9258129 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4317 0 0 0 66 0 0 0 20 0 19 0 9258129 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 104 0 0 0 26 33 0 0 20 0 19 0 9258129 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 112366 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.16 2.24 2.26 4/213 21480
/proc/meminfo: memFree=28176972/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 15269 0 1 0 179921 88 0 0 20 0 19 0 9258123 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 112358 2292 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=1793.5 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2532 0 1 0 179320 30 0 0 20 0 19 0 9258124 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283671203072 140283514510923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 391 0 0 0 49 5 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 378 0 0 0 52 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 483 0 0 0 50 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 368 0 0 0 44 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 323 0 0 0 55 6 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 340 0 0 0 54 6 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 447 0 0 0 53 9 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 198 0 0 0 48 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 261 0 0 0 38 3 0 0 20 0 19 0 9258126 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 47 2 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4317 0 0 0 66 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 104 0 0 0 27 33 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 21351 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.16 2.24 2.26 4/213 21480
/proc/meminfo: memFree=28176972/32872528 swapFree=1499116/1695340
[pid=21351] ppid=21348 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/21351/stat : 21351 (java) S 21348 21351 17390 0 -1 4202496 15269 0 1 0 179921 88 0 0 20 0 19 0 9258123 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140734285246128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21351/statm: 2406260 112358 2292 9 0 2396937 0
[pid=21351/tid=21353] ppid=21348 vsize=9625040 CPUtime=1793.5 cores=1,3,5,7
/proc/21351/task/21353/stat : 21353 (java) R 21348 21351 17390 0 -1 4202560 2532 0 1 0 179320 30 0 0 20 0 19 0 9258124 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283671203072 140283514510923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21354] ppid=21348 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21351/task/21354/stat : 21354 (java) S 21348 21351 17390 0 -1 4202560 391 0 0 0 49 5 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283632695464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21355] ppid=21348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21351/task/21355/stat : 21355 (java) S 21348 21351 17390 0 -1 4202560 378 0 0 0 52 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283513661736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21356] ppid=21348 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21351/task/21356/stat : 21356 (java) S 21348 21351 17390 0 -1 4202560 483 0 0 0 50 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283512609192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21357] ppid=21348 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/21351/task/21357/stat : 21357 (java) S 21348 21351 17390 0 -1 4202560 368 0 0 0 44 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283511556648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21358] ppid=21348 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21351/task/21358/stat : 21358 (java) S 21348 21351 17390 0 -1 4202560 323 0 0 0 55 6 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283510504104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21359] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21359/stat : 21359 (java) S 21348 21351 17390 0 -1 4202560 340 0 0 0 54 6 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283509451560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21360] ppid=21348 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/21351/task/21360/stat : 21360 (java) S 21348 21351 17390 0 -1 4202560 447 0 0 0 53 9 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283508399016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21351/tid=21361] ppid=21348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21351/task/21361/stat : 21361 (java) S 21348 21351 17390 0 -1 4202560 198 0 0 0 48 7 0 0 20 0 19 0 9258125 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283507346472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21362] ppid=21348 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21351/task/21362/stat : 21362 (java) S 21348 21351 17390 0 -1 4202560 261 0 0 0 38 3 0 0 20 0 19 0 9258126 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283025016936 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21363] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21363/stat : 21363 (java) S 21348 21351 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283023963256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21364] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21364/stat : 21364 (java) S 21348 21351 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9258127 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283022910600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21365] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21365/stat : 21365 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283021859344 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21366] ppid=21348 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21351/task/21366/stat : 21366 (java) S 21348 21351 17390 0 -1 4202560 3866 0 0 0 47 2 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283020806712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21351/tid=21367] ppid=21348 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/21351/task/21367/stat : 21367 (java) S 21348 21351 17390 0 -1 4202560 4317 0 0 0 66 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283019754168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21368] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21368/stat : 21368 (java) S 21348 21351 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283018701816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21351/tid=21369] ppid=21348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21351/task/21369/stat : 21369 (java) S 21348 21351 17390 0 -1 4202560 104 0 0 0 27 33 0 0 20 0 19 0 9258129 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283017649480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21351/tid=21370] ppid=21348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21351/task/21370/stat : 21370 (java) S 21348 21351 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9258157 9856040960 112358 33554432000 1073741824 1073778376 140734285254992 140283016594216 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.35
CPU time (s): 1800.6
CPU user time (s): 1799.23
CPU system time (s): 1.37279
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.37279
maximum resident set size= 611740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15311
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39326
involuntary context switches= 8895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8365 second user time and 14.1099 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 12:15:24
IDJOB=4090482
IDBENCH=79606
IDSOLVER=2551
FILE ID=node137/4090482-1466072124
RUNJOBID= node137-1466062115-17407
PBS_JOBID= 19904003
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-408_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090482-1466072124/watcher-4090482-1466072124 -o /tmp/evaluation-result-4090482-1466072124/solver-4090482-1466072124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090482-1466072124.wbo

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

MD5SUM BENCH= 48ac1863348303136e0aa9da5ae3256d
RANDOM SEED=1491447897

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30004640 kB
Buffers:           14268 kB
Cached:            48268 kB
SwapCached:         2460 kB
Active:           438148 kB
Inactive:          34092 kB
Active(anon):     410052 kB
Inactive(anon):     1780 kB
Active(file):      28096 kB
Inactive(file):    32312 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099380 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2103536 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             566396 kB
SReclaimable:      10492 kB
SUnreclaim:       555904 kB
KernelStack:        1608 kB
PageTables:         8556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2769448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node137 at 2016-06-16 12:45:19