Trace number 3493020

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 Resolution 2011-06-08MSAT (TO) 1800.19 1798.35

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-pedck60-L12_wcsp.wbo
MD5SUM6aa53d960869fabc4eef8f7c27928383
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.19
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 constraints36600
Number of soft constraints36540
Number of constraints which are clauses36540
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 61
Min constraint cost 1
Max constraint cost 61
Sum of constraints costs 2196540
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3493020-1307913844.wbo
0.10/0.11	c reading problem ... 
1.21/0.76	c ... done. Wall clock time 0.643s.
1.21/0.76	c #vars     37140
1.21/0.76	c #constraints  72661
1.21/0.76	c constraints type 
1.21/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36060
1.21/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.21/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
1.21/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.53/1.67	c SATISFIABLE
2.53/1.67	c OPTIMIZING...
2.53/1.67	c Got one! Elapsed wall clock time (in seconds):1.562
2.53/1.67	o 30
10.15/8.85	c cleaning 2539 clauses out of 5084 with flag 5000/5084
18.35/16.96	c cleaning 4269 clauses out of 8545 with flag 11000/11084
22.09/20.61	c Got one! Elapsed wall clock time (in seconds):20.493
22.09/20.61	o 29
26.20/24.76	c cleaning 4748 clauses out of 9509 with flag 3000/16317
34.01/32.51	c cleaning 5373 clauses out of 10762 with flag 9001/22318
42.55/41.08	c cleaning 6192 clauses out of 12390 with flag 16002/29319
52.75/51.25	c cleaning 7094 clauses out of 14196 with flag 24000/37317
57.05/55.55	c Got one! Elapsed wall clock time (in seconds):55.441
57.05/55.55	o 28
57.67/56.18	c Got one! Elapsed wall clock time (in seconds):56.063
57.67/56.18	o 21
58.96/57.49	c Got one! Elapsed wall clock time (in seconds):57.379
58.96/57.49	o 20
63.08/61.58	c cleaning 6803 clauses out of 13638 with flag 3000/43853
70.08/68.52	c cleaning 6415 clauses out of 12841 with flag 9006/49859
78.78/77.28	c cleaning 6704 clauses out of 13420 with flag 16000/56853
88.58/87.05	c cleaning 7356 clauses out of 14719 with flag 24003/64856
99.99/98.45	c cleaning 8173 clauses out of 16360 with flag 33000/73853
112.17/110.61	c cleaning 9091 clauses out of 18188 with flag 43001/83854
126.58/125.01	c cleaning 10039 clauses out of 20098 with flag 54002/94855
141.78/140.29	c cleaning 11023 clauses out of 22058 with flag 66001/106854
157.88/156.38	c cleaning 12009 clauses out of 24035 with flag 79001/119854
176.18/174.62	c cleaning 13006 clauses out of 26025 with flag 93000/133853
197.48/195.98	c cleaning 14004 clauses out of 28020 with flag 108001/148854
217.99/216.40	c cleaning 15002 clauses out of 30019 with flag 124004/164857
239.89/238.30	c cleaning 16003 clauses out of 32014 with flag 141001/181854
263.99/262.43	c cleaning 17002 clauses out of 34011 with flag 159001/199854
289.59/288.09	c cleaning 17993 clauses out of 36009 with flag 178001/218854
313.88/312.35	c cleaning 18999 clauses out of 38015 with flag 198000/238853
339.98/338.45	c cleaning 20001 clauses out of 40017 with flag 219001/259854
369.16/367.67	c cleaning 21000 clauses out of 42015 with flag 241000/281853
400.77/399.30	c cleaning 22001 clauses out of 44019 with flag 264004/304857
421.67/420.16	c Got one! Elapsed wall clock time (in seconds):420.048
421.67/420.16	o 19
429.06/427.52	c cleaning 20973 clauses out of 41977 with flag 5001/324816
438.37/436.82	c cleaning 13489 clauses out of 27004 with flag 11001/330816
449.47/447.98	c cleaning 10240 clauses out of 20514 with flag 18000/337815
457.67/456.15	c Got one! Elapsed wall clock time (in seconds):456.034
457.67/456.15	o 18
465.87/464.35	c cleaning 10233 clauses out of 20520 with flag 5000/348061
475.08/473.53	c cleaning 8127 clauses out of 16287 with flag 11000/354061
485.68/484.17	c cleaning 7558 clauses out of 15162 with flag 18002/361063
498.48/496.99	c cleaning 7780 clauses out of 15602 with flag 26000/369061
512.68/511.14	c cleaning 8388 clauses out of 16822 with flag 35000/378061
525.39/523.83	c Got one! Elapsed wall clock time (in seconds):523.713
525.39/523.83	o 17
531.99/530.46	c Got one! Elapsed wall clock time (in seconds):530.35
531.99/530.46	o 16
535.39/533.82	c cleaning 11344 clauses out of 22715 with flag 2000/392342
544.49/542.93	c cleaning 8676 clauses out of 17374 with flag 8003/398345
556.19/554.69	c cleaning 7825 clauses out of 15695 with flag 15000/405342
568.29/566.71	c cleaning 7916 clauses out of 15870 with flag 23000/413342
580.99/579.42	c Got one! Elapsed wall clock time (in seconds):579.307
580.99/579.42	o 15
589.00/587.45	c cleaning 10531 clauses out of 21099 with flag 5000/426487
597.90/596.38	c cleaning 8265 clauses out of 16569 with flag 11001/432488
608.00/606.40	c cleaning 7635 clauses out of 15303 with flag 18000/439487
618.30/616.76	c Got one! Elapsed wall clock time (in seconds):616.652
618.30/616.76	o 14
626.70/625.18	c cleaning 9780 clauses out of 19588 with flag 5000/451407
635.40/633.87	c cleaning 7900 clauses out of 15809 with flag 11001/457408
638.51/636.98	c Got one! Elapsed wall clock time (in seconds):636.866
638.51/636.98	o 13
644.71/643.19	c cleaning 6700 clauses out of 13436 with flag 4001/462935
645.91/644.39	c Got one! Elapsed wall clock time (in seconds):644.275
645.91/644.39	o 12
653.41/651.80	c Got one! Elapsed wall clock time (in seconds):651.692
653.41/651.80	o 11
654.91/653.31	c cleaning 6135 clauses out of 12305 with flag 1002/468504
663.91/662.34	c cleaning 6066 clauses out of 12168 with flag 7000/474502
674.01/672.47	c cleaning 6535 clauses out of 13104 with flag 14002/481504
685.21/683.62	c cleaning 7272 clauses out of 14568 with flag 22001/489503
697.52/695.99	c cleaning 8127 clauses out of 16297 with flag 31002/498504
711.52/709.92	c cleaning 9066 clauses out of 18169 with flag 41001/508503
727.03/725.49	c cleaning 10046 clauses out of 20106 with flag 52004/519506
741.73/740.12	c cleaning 11015 clauses out of 22056 with flag 64000/531502
758.63/757.08	c cleaning 12012 clauses out of 24043 with flag 77002/544504
777.04/775.49	c cleaning 13000 clauses out of 26031 with flag 91002/558504
797.03/795.41	c cleaning 14004 clauses out of 28029 with flag 106000/573502
819.26/817.66	c cleaning 15001 clauses out of 30026 with flag 122001/589503
842.96/841.35	c cleaning 16007 clauses out of 32027 with flag 139003/606505
866.56/865.00	c cleaning 16992 clauses out of 34018 with flag 157001/624503
890.86/889.20	c cleaning 18009 clauses out of 36028 with flag 176003/643505
916.47/914.80	c cleaning 19000 clauses out of 38016 with flag 196000/663502
944.47/942.87	c cleaning 20001 clauses out of 40018 with flag 217002/684504
973.37/971.75	c cleaning 20999 clauses out of 42022 with flag 239007/706509
1004.28/1002.63	c cleaning 22001 clauses out of 44017 with flag 262001/729503
1035.38/1033.71	c cleaning 22999 clauses out of 46016 with flag 286001/753503
1067.09/1065.40	c cleaning 23999 clauses out of 48016 with flag 311000/778502
1100.79/1099.17	c cleaning 24997 clauses out of 50018 with flag 337001/804503
1135.60/1133.99	c cleaning 25993 clauses out of 52021 with flag 364001/831503
1171.50/1169.85	c cleaning 27011 clauses out of 54029 with flag 392002/859504
1211.01/1209.38	c cleaning 28005 clauses out of 56018 with flag 421002/888504
1251.61/1249.98	c cleaning 28989 clauses out of 58011 with flag 451000/918502
1291.51/1289.87	c cleaning 29993 clauses out of 60022 with flag 482000/949502
1333.02/1331.35	c cleaning 31002 clauses out of 62032 with flag 514003/981505
1376.22/1374.52	c cleaning 32007 clauses out of 64027 with flag 547000/1014502
1420.74/1419.04	c cleaning 32992 clauses out of 66020 with flag 581000/1048502
1467.34/1465.66	c cleaning 34005 clauses out of 68028 with flag 616000/1083502
1520.64/1518.95	c cleaning 35001 clauses out of 70023 with flag 652000/1119502
1572.25/1570.56	c cleaning 36000 clauses out of 72023 with flag 689001/1156503
1623.66/1621.95	c cleaning 36497 clauses out of 73024 with flag 726002/1193504
1672.96/1671.30	c cleaning 36753 clauses out of 73526 with flag 763001/1230503
1721.57/1719.84	c cleaning 36872 clauses out of 73774 with flag 800002/1267504
1770.67/1768.91	c cleaning 36944 clauses out of 73902 with flag 837002/1304504
1800.08/1798.31	c starts		: 204
1800.08/1798.31	c conflicts		: 1325422
1800.08/1798.31	c decisions		: 3363800
1800.08/1798.31	c propagations		: 527681145
1800.08/1798.31	c inspects		: 996690090
1800.08/1798.31	c shortcuts		: 0
1800.08/1798.31	c learnt literals	: 0
1800.08/1798.31	c learnt binary clauses	: 470
1800.08/1798.31	c learnt ternary clauses	: 698
1800.08/1798.31	c learnt constraints	: 1325422
1800.08/1798.31	c ignored constraints	: 0
1800.08/1798.31	c root simplifications	: 0
1800.08/1798.31	c removed literals (reason simplification)	: 3193549
1800.08/1798.31	c reason swapping (by a shorter reason)	: 0
1800.08/1798.31	c Calls to reduceDB	: 80
1800.08/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.31	c number of learned constraints concerned by reduction	: 0
1800.08/1798.31	c number of learning phase by resolution	: 0
1800.08/1798.31	c number of learning phase by cutting planes	: 0
1800.08/1798.31	c speed (assignments/second)	: 460256.43286712986
1800.08/1798.31	c non guided choices	2187
1800.08/1798.33	c learnt constraints type 
1800.08/1798.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 470
1800.08/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57423
1800.08/1798.33	c constraints type 
1800.08/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36060
1800.08/1798.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.08/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
1800.08/1798.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.08/1798.33	s SATISFIABLE
1800.08/1798.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 -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.08/1798.34	c objective function=11
1800.08/1798.34	c Total wall clock time (in seconds): 1798.223

Verifier Data

OK	11

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24680
/proc/meminfo: memFree=11819424/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/24680/stat : 24680 (java) R 24678 24680 19566 0 -1 4202496 950 0 0 0 0 0 0 0 25 0 1 0 902984036 23580672 694 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24680/statm: 5757 694 511 9 0 124 0

[startup+0.014972 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24680
/proc/meminfo: memFree=11819424/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 4148 0 1 0 0 0 0 0 25 0 2 0 902984036 10694979584 3850 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2611079 3872 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100946 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24680
/proc/meminfo: memFree=11819424/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10539412 CPUtime=0.1 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 12982 0 1 0 8 2 0 0 25 0 18 0 902984036 10792357888 12679 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2634853 12679 2092 9 0 2625587 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539412

[startup+0.306932 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24680
/proc/meminfo: memFree=11819424/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10540380 CPUtime=0.45 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 15556 0 1 0 43 2 0 0 25 0 18 0 902984036 10793349120 15117 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2635095 15117 2198 9 0 2625829 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540380

[startup+0.700863 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24680
/proc/meminfo: memFree=11819424/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10543928 CPUtime=1.21 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 46169 0 1 0 114 7 0 0 25 0 18 0 902984036 10796982272 44262 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2635982 44262 2226 9 0 2626716 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10543928

[startup+1.50075 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 24699
/proc/meminfo: memFree=11647432/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10544956 CPUtime=2.42 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 49505 0 1 0 234 8 0 0 25 0 19 0 902984036 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636239 45306 2237 9 0 2626973 0
[pid=24680/tid=24682] ppid=24678 vsize=10544956 CPUtime=1.48 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 41246 0 1 0 142 6 0 0 21 0 19 0 902984037 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912506010487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902984040 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902984040 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 902984040 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10544956 CPUtime=0.5 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 2126 0 0 0 50 0 0 0 15 0 19 0 902984042 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10544956 CPUtime=0.42 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4971 0 0 0 41 1 0 0 16 0 19 0 902984042 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902984042 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10544956 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798034944 45306 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 10544956

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 2.00 4/212 24699
/proc/meminfo: memFree=11634536/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10545252 CPUtime=4.38 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 53104 0 1 0 428 10 0 0 25 0 19 0 902984036 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636313 48041 2238 9 0 2627047 0
[pid=24680/tid=24682] ppid=24678 vsize=10545252 CPUtime=3.08 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 43846 0 1 0 302 6 0 0 25 0 19 0 902984037 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912505962411 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902984040 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 902984040 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.75 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3115 0 0 0 74 1 0 0 16 0 19 0 902984042 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.52 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4980 0 0 0 51 1 0 0 15 0 19 0 902984042 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 48041 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 10545252

[startup+6.30091 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 24699
/proc/meminfo: memFree=11633856/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10545252 CPUtime=7.64 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 53266 0 1 0 754 10 0 0 25 0 19 0 902984036 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636313 48185 2240 9 0 2627047 0
[pid=24680/tid=24682] ppid=24678 vsize=10545252 CPUtime=6.27 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 43998 0 1 0 621 6 0 0 25 0 19 0 902984037 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912505366522 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902984039 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902984040 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902984040 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 902984040 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.81 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3125 0 0 0 80 1 0 0 15 0 19 0 902984042 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.53 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4980 0 0 0 52 1 0 0 15 0 19 0 902984042 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 48185 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 10545252

[startup+12.7008 s]

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

[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0.08 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1221 0 0 0 8 0 0 0 15 0 19 0 902984039 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1327 0 0 0 4 0 0 0 16 0 19 0 902984039 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1350 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=4.22 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 7395 0 0 0 420 2 0 0 15 0 19 0 902984040 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.91 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3133 0 0 0 90 1 0 0 15 0 19 0 902984042 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.65 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4990 0 0 0 64 1 0 0 15 0 19 0 902984042 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 60174 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.07
Current children cumulated vsize (KiB) 10545252

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/188 24774
/proc/meminfo: memFree=11865812/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10545252 CPUtime=1784.07 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 65539 0 1 0 178385 22 0 0 25 0 19 0 902984036 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636313 60175 2266 9 0 2627047 0
[pid=24680/tid=24682] ppid=24678 vsize=10545252 CPUtime=1777.72 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 44197 0 1 0 177758 14 0 0 25 0 19 0 902984037 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912505956040 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 85 0 0 0 4 0 0 0 16 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 92 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10545252 CPUtime=0.06 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 463 0 0 0 6 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0.08 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1221 0 0 0 8 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1327 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1350 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=4.28 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 7397 0 0 0 426 2 0 0 15 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.91 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3133 0 0 0 90 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.65 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4990 0 0 0 64 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.07
Current children cumulated vsize (KiB) 10545252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/188 24774
/proc/meminfo: memFree=11865808/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10545252 CPUtime=1800.08 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 65541 0 1 0 179986 22 0 0 25 0 19 0 902984036 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636313 60175 2266 9 0 2627047 0
[pid=24680/tid=24682] ppid=24678 vsize=10545252 CPUtime=1793.72 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 44197 0 1 0 179358 14 0 0 25 0 19 0 902984037 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912506008172 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 85 0 0 0 4 0 0 0 16 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 92 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10545252 CPUtime=0.06 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 463 0 0 0 6 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0.08 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1221 0 0 0 8 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1327 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1350 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=4.28 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 7397 0 0 0 426 2 0 0 15 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.91 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3133 0 0 0 90 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.65 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4990 0 0 0 64 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10545252

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

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

[startup+1798.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/188 24774
/proc/meminfo: memFree=11865808/32951132 swapFree=67054624/67111528
[pid=24680] ppid=24678 vsize=10545252 CPUtime=1800.08 cores=0,2,4,6
/proc/24680/stat : 24680 (java) S 24678 24680 19566 0 -1 4202496 65541 0 1 0 179986 22 0 0 25 0 19 0 902984036 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24680/statm: 2636313 60175 2266 9 0 2627047 0
[pid=24680/tid=24682] ppid=24678 vsize=10545252 CPUtime=1793.72 cores=0,2,4,6
/proc/24680/task/24682/stat : 24682 (java) R 24678 24680 19566 0 -1 4202560 44197 0 1 0 179358 14 0 0 25 0 19 0 902984037 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 46912506008172 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 19566 0 -1 4202560 85 0 0 0 4 0 0 0 16 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 19566 0 -1 4202560 92 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 19566 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10545252 CPUtime=0.06 cores=0,2,4,6
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 19566 0 -1 4202560 463 0 0 0 6 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10545252 CPUtime=0.08 cores=0,2,4,6
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 19566 0 -1 4202560 1221 0 0 0 8 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10545252 CPUtime=0.04 cores=0,2,4,6
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 19566 0 -1 4202560 1327 0 0 0 4 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10545252 CPUtime=0.05 cores=0,2,4,6
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 19566 0 -1 4202560 1350 0 0 0 5 0 0 0 15 0 19 0 902984039 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10545252 CPUtime=4.28 cores=0,2,4,6
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 19566 0 -1 4202560 7397 0 0 0 426 2 0 0 15 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 0 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902984040 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 2 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 19566 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676631985 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10545252 CPUtime=0.91 cores=0,2,4,6
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 19566 0 -1 4202560 3133 0 0 0 90 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10545252 CPUtime=0.65 cores=0,2,4,6
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 19566 0 -1 4202560 4990 0 0 0 64 1 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 0 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 19566 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624281 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 19566 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902984042 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 4 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10545252 CPUtime=0 cores=0,2,4,6
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 19566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 902984123 10798338048 60175 33554432000 1073741824 1073778376 140737004865200 18446744073709551615 274676624896 0 4 0 16800975 18446604453750678464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10545252

Child status: 143
Real time (s): 1798.35
CPU time (s): 1800.19
CPU user time (s): 1799.94
CPU system time (s): 0.241963
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 10545252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65587
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39050
involuntary context switches= 13644

runsolver used 3.08953 second user time and 5.70313 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 23:24:04
IDJOB=3493020
IDBENCH=79631
IDSOLVER=1982
FILE ID=node131/3493020-1307913844
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56580 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-pedck60-L12_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493020-1307913844/watcher-3493020-1307913844 -o /tmp/evaluation-result-3493020-1307913844/solver-3493020-1307913844 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493020-1307913844.wbo

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

MD5SUM BENCH= 6aa53d960869fabc4eef8f7c27928383
RANDOM SEED=1859543559

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11819976 kB
Buffers:        335444 kB
Cached:       19813008 kB
SwapCached:       9816 kB
Active:       15884080 kB
Inactive:      4561348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11819976 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            1676 kB
Writeback:           0 kB
AnonPages:      295400 kB
Mapped:          21580 kB
Slab:           622300 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10559248 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 23:54:04