Trace number 3718058

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 2012-05-28MSAT (TO) 1800.03 1795.65

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMc848ab0f9e18d54de025021d8a38abe4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.18697
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints46
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 2255
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/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@4a913fe2
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 Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718058-1338249482.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.051s.
0.09/0.16	c declared #vars     600
0.09/0.16	c internal #vars     646
0.09/0.16	c #constraints  70
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.09/0.16	c ignored satisfied constraints => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.09/0.16	c 71 constraints processed.
0.09/0.16	c objective function length is 46 literals
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.131
0.26/0.24	o 77
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.26/0.28	o 70
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.187
0.51/0.30	o 45
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.51/0.34	o 35
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.255
0.51/0.37	o 31
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.42	o 23
0.89/0.67	c cleaning 3988 clauses out of 8015 with flag 30895/8015
1.36/1.06	c cleaning 5008 clauses out of 10027 with flag 75245/14015
2.06/1.76	c cleaning 6010 clauses out of 12021 with flag 121489/21017
2.90/2.55	c cleaning 6992 clauses out of 14010 with flag 176455/29016
3.83/3.40	c cleaning 8005 clauses out of 16019 with flag 251809/38017
4.64/4.25	c cleaning 9000 clauses out of 18012 with flag 331338/48015
5.94/5.55	c cleaning 9995 clauses out of 20013 with flag 423890/59016
7.45/7.03	c cleaning 11006 clauses out of 22017 with flag 544433/71015
9.26/8.85	c cleaning 12006 clauses out of 24016 with flag 663839/84020
11.48/11.03	c cleaning 12999 clauses out of 26005 with flag 802523/98015
13.78/13.39	c cleaning 13998 clauses out of 28008 with flag 955221/113017
16.61/16.15	c cleaning 15002 clauses out of 30011 with flag 1126837/129018
20.02/19.50	c cleaning 15987 clauses out of 32007 with flag 1328190/146016
23.24/22.79	c cleaning 17004 clauses out of 34020 with flag 1530478/164016
26.98/26.42	c cleaning 18004 clauses out of 36015 with flag 1731563/183015
31.19/30.65	c cleaning 19000 clauses out of 38012 with flag 1968215/203016
35.82/35.28	c cleaning 20001 clauses out of 40011 with flag 2189758/224015
41.04/40.44	c cleaning 21000 clauses out of 42010 with flag 2440123/246015
46.76/46.17	c cleaning 22000 clauses out of 44010 with flag 2728719/269015
52.66/52.02	c cleaning 22995 clauses out of 46011 with flag 2995130/293016
58.00/57.39	c cleaning 24007 clauses out of 48016 with flag 3258309/318016
64.42/63.72	c cleaning 25000 clauses out of 50008 with flag 3555931/344015
70.96/70.25	c cleaning 26000 clauses out of 52008 with flag 3881835/371015
78.89/78.12	c cleaning 27004 clauses out of 54009 with flag 4164301/399016
86.10/85.38	c cleaning 27993 clauses out of 56004 with flag 4467827/428015
94.24/93.49	c cleaning 28995 clauses out of 58011 with flag 4791448/458015
102.65/101.83	c cleaning 30004 clauses out of 60016 with flag 5104111/489015
110.57/109.73	c cleaning 30993 clauses out of 62015 with flag 5438628/521018
117.50/116.67	c cleaning 32003 clauses out of 64019 with flag 5747214/554015
125.55/124.69	c cleaning 33000 clauses out of 66016 with flag 6102444/588015
135.26/134.36	c cleaning 34005 clauses out of 68017 with flag 6478002/623016
144.49/143.51	c cleaning 34966 clauses out of 70012 with flag 6853117/659016
154.22/153.20	c cleaning 36005 clauses out of 72045 with flag 7332588/696015
166.65/165.69	c cleaning 37016 clauses out of 74042 with flag 7788628/734017
180.97/179.90	c cleaning 38004 clauses out of 76024 with flag 8266062/773015
195.52/194.42	c cleaning 39002 clauses out of 78021 with flag 8772156/813016
211.96/210.80	c cleaning 39995 clauses out of 80018 with flag 9415813/854015
228.50/227.31	c cleaning 40980 clauses out of 82023 with flag 9989739/896015
239.85/238.66	c cleaning 42016 clauses out of 84043 with flag 10429919/939015
251.11/249.80	c cleaning 43007 clauses out of 86028 with flag 10916745/983016
262.95/261.61	c cleaning 44004 clauses out of 88021 with flag 11436648/1028016
278.98/277.69	c cleaning 44998 clauses out of 90016 with flag 12001190/1074015
297.02/295.69	c cleaning 45998 clauses out of 92018 with flag 12554284/1121015
316.28/314.86	c cleaning 46996 clauses out of 94020 with flag 13183312/1169015
331.75/330.26	c cleaning 47998 clauses out of 96025 with flag 13714901/1218016
351.82/350.22	c cleaning 49005 clauses out of 98028 with flag 14270183/1268017
371.34/369.77	c cleaning 49993 clauses out of 100021 with flag 14828781/1319015
387.01/385.30	c cleaning 51009 clauses out of 102028 with flag 15353973/1371015
411.13/409.46	c cleaning 52001 clauses out of 104019 with flag 15974605/1424015
432.27/430.55	c cleaning 52994 clauses out of 106019 with flag 16580959/1478016
451.51/449.72	c cleaning 54001 clauses out of 108027 with flag 17198058/1533018
479.43/477.60	c cleaning 55004 clauses out of 110024 with flag 17816270/1589016
507.07/505.26	c cleaning 55998 clauses out of 112019 with flag 18474908/1646015
535.86/533.96	c cleaning 57002 clauses out of 114022 with flag 19160082/1704016
567.05/565.05	c cleaning 58002 clauses out of 116019 with flag 19859988/1763015
596.99/594.96	c cleaning 59004 clauses out of 118020 with flag 20489907/1823018
626.78/624.60	c cleaning 60004 clauses out of 120015 with flag 21187482/1884017
654.16/651.91	c cleaning 61002 clauses out of 122013 with flag 21906187/1946019
684.83/682.58	c cleaning 61986 clauses out of 124007 with flag 22620191/2009015
716.40/714.05	c cleaning 62973 clauses out of 126021 with flag 23492497/2073015
745.18/742.73	c cleaning 64018 clauses out of 128048 with flag 24325857/2138015
779.88/777.31	c cleaning 65006 clauses out of 130030 with flag 25133052/2204015
809.84/807.24	c cleaning 66010 clauses out of 132025 with flag 25964835/2271016
855.73/853.07	c cleaning 66996 clauses out of 134014 with flag 26771311/2339015
896.47/893.72	c cleaning 68002 clauses out of 136020 with flag 27612013/2408017
932.02/929.28	c cleaning 69003 clauses out of 138017 with flag 28447779/2478016
970.75/967.97	c cleaning 69997 clauses out of 140016 with flag 29312094/2549018
1008.59/1005.75	c cleaning 70988 clauses out of 142024 with flag 30225939/2621023
1049.24/1046.40	c cleaning 72006 clauses out of 144028 with flag 31088907/2694015
1092.82/1089.89	c cleaning 73008 clauses out of 146026 with flag 31971731/2768019
1129.44/1126.43	c cleaning 74004 clauses out of 148015 with flag 32789435/2843016
1176.10/1173.04	c cleaning 74993 clauses out of 150012 with flag 33559059/2919017
1217.69/1214.43	c cleaning 75995 clauses out of 152018 with flag 34418674/2996016
1269.44/1266.05	c cleaning 77003 clauses out of 154028 with flag 35285682/3074021
1334.08/1330.64	c cleaning 78009 clauses out of 156026 with flag 36276705/3153022
1396.91/1393.40	c cleaning 78998 clauses out of 158011 with flag 37311348/3233016
1446.20/1442.53	c cleaning 79997 clauses out of 160012 with flag 38294901/3314015
1505.63/1501.81	c cleaning 81004 clauses out of 162015 with flag 39329389/3396015
1568.48/1564.52	c cleaning 81982 clauses out of 164011 with flag 40400301/3479015
1619.70/1615.66	c cleaning 83010 clauses out of 166030 with flag 41371454/3563016
1699.67/1695.47	c cleaning 83999 clauses out of 168019 with flag 42567753/3648015
1770.89/1766.52	c cleaning 85006 clauses out of 170020 with flag 43709128/3734015
1800.03/1795.61	c starts		: 258
1800.03/1795.61	c conflicts		: 3778123
1800.03/1795.61	c decisions		: 5316222
1800.03/1795.61	c propagations		: 79082828
1800.03/1795.61	c inspects		: 21398278711
1800.03/1795.61	c shortcuts		: 0
1800.03/1795.61	c learnt literals	: 0
1800.03/1795.61	c learnt binary clauses	: 0
1800.03/1795.61	c learnt ternary clauses	: 0
1800.03/1795.61	c learnt constraints	: 3778123
1800.03/1795.61	c ignored constraints	: 0
1800.03/1795.61	c root simplifications	: 0
1800.03/1795.61	c removed literals (reason simplification)	: 0
1800.03/1795.61	c reason swapping (by a shorter reason)	: 0
1800.03/1795.61	c Calls to reduceDB	: 82
1800.03/1795.61	c Number of update (reduction) of LBD	: 2513133
1800.03/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.61	c number of learned constraints concerned by reduction	: 0
1800.03/1795.61	c number of learning phase by resolution	: 0
1800.03/1795.61	c number of learning phase by cutting planes	: 0
1800.03/1795.61	c speed (assignments/second)	: 44046.4442738891
1800.03/1795.61	c non guided choices	2964
1800.03/1795.64	c learnt constraints type 
1800.03/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129147
1800.03/1795.64	c constraints type 
1800.03/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.03/1795.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
1800.03/1795.64	c ignored satisfied constraints => 1
1800.03/1795.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19
1800.03/1795.64	c 72 constraints processed.
1800.03/1795.64	s SATISFIABLE
1800.03/1795.64	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 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 
1800.03/1795.64	c objective function=23
1800.03/1795.64	c Total wall clock time (in seconds): 1795.531

Verifier Data

OK	23

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718058-1338249482/watcher-3718058-1338249482 -o /tmp/evaluation-result-3718058-1338249482/solver-3718058-1338249482 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718058-1338249482.wbo 

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.00 1.94 1.74 3/194 9589
/proc/meminfo: memFree=31133300/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9589/stat : 9589 (java) R 9587 9589 6647 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291072504 9515008 182 33554432000 1073741824 1073778376 140734412191440 140734412182472 209883840181 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9589/statm: 2323 182 140 9 0 71 0

[startup+0.0832091 s]
/proc/loadavg: 2.00 1.94 1.74 3/194 9589
/proc/meminfo: memFree=31133300/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 3354 0 1 0 5 0 0 0 20 0 18 0 291072504 9787817984 4563 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2389604 4563 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.10034 s]
/proc/loadavg: 2.00 1.94 1.74 3/194 9589
/proc/meminfo: memFree=31133300/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 291072504 9787817984 5470 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2389604 5470 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300298 s]
/proc/loadavg: 2.00 1.94 1.74 3/194 9589
/proc/meminfo: memFree=31133300/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 6797 0 1 0 50 1 0 0 20 0 19 0 291072504 9855979520 8130 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 8130 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624980

[startup+0.700226 s]
/proc/loadavg: 2.00 1.94 1.74 3/194 9589
/proc/meminfo: memFree=31133300/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 7131 0 1 0 101 2 0 0 20 0 19 0 291072504 9855979520 11801 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 11801 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9624980

[startup+1.50065 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9608
/proc/meminfo: memFree=31094668/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=1.86 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 7141 0 1 0 184 2 0 0 20 0 19 0 291072504 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 12318 2266 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2469 0 1 0 142 1 0 0 20 0 19 0 291072505 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359723987352 209887214648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 291072508 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) R 9587 9589 6647 0 -1 4202560 1964 0 0 0 19 0 0 0 20 0 19 0 291072511 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887224245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1459 0 0 0 15 0 0 0 20 0 19 0 291072511 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 12318 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9608
/proc/meminfo: memFree=31087904/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=3.53 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 7331 0 1 0 350 3 0 0 20 0 19 0 291072504 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 14389 2268 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2469 0 1 0 298 1 0 0 20 0 19 0 291072505 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359723987232 140359548477207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 291072508 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2121 0 0 0 24 0 0 0 20 0 19 0 291072511 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 14389 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9608
/proc/meminfo: memFree=31082636/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=6.75 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 7354 0 1 0 672 3 0 0 20 0 19 0 291072504 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 15479 2268 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=6.12 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2473 0 1 0 611 1 0 0 20 0 19 0 291072505 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359723987232 140359548499163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291072507 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 291072508 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2121 0 0 0 24 0 0 0 20 0 19 0 291072511 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 15479 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2324 0 0 0 27 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0.79 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 95 0 0 0 35 44 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.52
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 9706
/proc/meminfo: memFree=30901644/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=1726.65 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 9220 0 1 0 172567 98 0 0 20 0 19 0 291072504 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 56049 2269 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=1713.08 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2569 0 1 0 171279 29 0 0 20 0 19 0 291072505 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359723987232 140359548499168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 210 0 0 0 52 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 267 0 0 0 42 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 192 0 0 0 48 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 139 0 0 0 47 0 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 178 0 0 0 50 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 107 0 0 0 54 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 190 0 0 0 51 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 173 0 0 0 47 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=3.31 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 132 0 0 0 327 4 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2324 0 0 0 27 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0.82 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 99 0 0 0 36 46 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.65
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 9706
/proc/meminfo: memFree=30898976/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=1786.71 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 9227 0 1 0 178569 102 0 0 20 0 19 0 291072504 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 56049 2269 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=1772.85 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2570 0 1 0 177256 29 0 0 20 0 19 0 291072505 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359723987232 140359548499163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 210 0 0 0 52 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 267 0 0 0 42 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 192 0 0 0 49 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 139 0 0 0 47 0 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 178 0 0 0 50 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 107 0 0 0 54 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 190 0 0 0 51 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 173 0 0 0 47 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=3.37 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 134 0 0 0 333 4 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2324 0 0 0 27 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0.85 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 103 0 0 0 37 48 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 9706
/proc/meminfo: memFree=30899224/32873844 swapFree=7632/7632
[pid=9589] ppid=9587 vsize=9624980 CPUtime=1800.03 cores=1,3,5,7
/proc/9589/stat : 9589 (java) S 9587 9589 6647 0 -1 4202496 9227 0 1 0 179900 103 0 0 20 0 19 0 291072504 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140735475502288 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9589/statm: 2406245 56049 2269 9 0 2396937 0
[pid=9589/tid=9591] ppid=9587 vsize=9624980 CPUtime=1786.13 cores=1,3,5,7
/proc/9589/task/9591/stat : 9591 (java) R 9587 9589 6647 0 -1 4202560 2570 0 1 0 178583 30 0 0 20 0 19 0 291072505 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359723987232 140359548462340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9592] ppid=9587 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/9589/task/9592/stat : 9592 (java) S 9587 9589 6647 0 -1 4202560 210 0 0 0 52 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359685478824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9593] ppid=9587 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/9589/task/9593/stat : 9593 (java) S 9587 9589 6647 0 -1 4202560 267 0 0 0 42 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359684426280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9589/tid=9594] ppid=9587 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/9589/task/9594/stat : 9594 (java) S 9587 9589 6647 0 -1 4202560 192 0 0 0 49 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359683373224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9595] ppid=9587 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/9589/task/9595/stat : 9595 (java) S 9587 9589 6647 0 -1 4202560 139 0 0 0 47 0 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359682320680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9596] ppid=9587 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/9589/task/9596/stat : 9596 (java) S 9587 9589 6647 0 -1 4202560 178 0 0 0 50 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359681268648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9597] ppid=9587 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9589/task/9597/stat : 9597 (java) S 9587 9589 6647 0 -1 4202560 107 0 0 0 54 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359680216104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9598] ppid=9587 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/9589/task/9598/stat : 9598 (java) S 9587 9589 6647 0 -1 4202560 190 0 0 0 51 2 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359679163048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9599] ppid=9587 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/9589/task/9599/stat : 9599 (java) S 9587 9589 6647 0 -1 4202560 173 0 0 0 47 1 0 0 20 0 19 0 291072507 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359678110504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9600] ppid=9587 vsize=9624980 CPUtime=3.37 cores=1,3,5,7
/proc/9589/task/9600/stat : 9600 (java) S 9587 9589 6647 0 -1 4202560 134 0 0 0 333 4 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359548004712 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9601] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9601/stat : 9601 (java) S 9587 9589 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359546951032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9602] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9602/stat : 9602 (java) S 9587 9589 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291072508 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359545897864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9603] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9603/stat : 9603 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359544846608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9604] ppid=9587 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9589/task/9604/stat : 9604 (java) S 9587 9589 6647 0 -1 4202560 2324 0 0 0 27 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359543794488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9589/tid=9605] ppid=9587 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9589/task/9605/stat : 9605 (java) S 9587 9589 6647 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359542741944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9606] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9606/stat : 9606 (java) S 9587 9589 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359541689080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9589/tid=9607] ppid=9587 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/9589/task/9607/stat : 9607 (java) S 9587 9589 6647 0 -1 4202560 103 0 0 0 37 49 0 0 20 0 19 0 291072511 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359540636744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9589/tid=9608] ppid=9587 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9589/task/9608/stat : 9608 (java) S 9587 9589 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291072522 9855979520 56049 33554432000 1073741824 1073778376 140735475511152 140359539581992 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624980

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9589 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=109253
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=91834
# CPU time returned by wait4() is 1795.2
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.65
CPU time (s): 1800.03
CPU user time (s): 1799
CPU system time (s): 1.03
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.09183
maximum resident set size= 224356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9272
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40187
involuntary context switches= 21936

runsolver used 6.23105 second user time and 16.7025 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 01:58:02
IDJOB=3718058
IDBENCH=78695
IDSOLVER=2301
FILE ID=node141/3718058-1338249482
RUNJOBID= node141-1338248797-9482
PBS_JOBID= 14624658
Free space on /tmp= 71232 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718058-1338249482/watcher-3718058-1338249482 -o /tmp/evaluation-result-3718058-1338249482/solver-3718058-1338249482 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718058-1338249482.wbo

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

MD5SUM BENCH= c848ab0f9e18d54de025021d8a38abe4
RANDOM SEED=734361435

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31133944 kB
Buffers:          226068 kB
Cached:           398904 kB
SwapCached:          220 kB
Active:           840212 kB
Inactive:          29836 kB
Active(anon):     234312 kB
Inactive(anon):    12788 kB
Active(file):     605900 kB
Inactive(file):    17048 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        251328 kB
Mapped:            18036 kB
Shmem:               172 kB
Slab:             728840 kB
SReclaimable:     171136 kB
SUnreclaim:       557704 kB
KernelStack:        1608 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71232 MiB
End job on node141 at 2012-05-29 02:27:59