Trace number 3687918

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-28 1800.17 950.645

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark45.895
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687918-1337874813.opb
0.08/0.13	c reading problem ... 
1.27/0.67	c ... done. Wall clock time 0.544s.
1.27/0.67	c declared #vars     595
1.27/0.67	c #constraints  27847
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1.27/0.67	c 27847 constraints processed.
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1.27/0.67	c 27847 constraints processed.
1.27/0.67	c objective function length is 595 literals
1.27/0.69	c  And the winner is solver0
1.49/1.18	c SATISFIABLE
1.49/1.18	c OPTIMIZING...
1.49/1.18	c Got one! Elapsed wall clock time (in seconds):1.046
1.49/1.18	o -23
1.54/1.21	c  And the winner is solver0
1.64/1.68	c Got one! Elapsed wall clock time (in seconds):1.551
1.64/1.68	o -24
1.64/1.69	c  And the winner is solver0
1.71/2.18	c Got one! Elapsed wall clock time (in seconds):2.054
1.71/2.18	o -25
1.78/2.24	c  And the winner is solver0
2.26/2.69	c Got one! Elapsed wall clock time (in seconds):2.556
2.26/2.69	o -26
3.06/2.99	c  And the winner is solver1
3.32/3.19	c Got one! Elapsed wall clock time (in seconds):3.058
3.32/3.19	o -27
4.52/3.73	c cleaning 2576 clauses out of 5160 with flag 3001/5160
7.08/4.84	c cleaning 4292 clauses out of 8584 with flag 9001/11160
9.84/6.25	c cleaning 5645 clauses out of 11291 with flag 16000/18159
13.34/8.04	c cleaning 6821 clauses out of 13646 with flag 24000/26159
17.46/10.18	c cleaning 7906 clauses out of 15827 with flag 33002/35161
22.92/12.97	c cleaning 8960 clauses out of 17920 with flag 43001/45160
28.89/16.06	c cleaning 9977 clauses out of 19959 with flag 54000/56159
36.48/19.98	c cleaning 10985 clauses out of 21982 with flag 66000/68159
45.05/24.48	c cleaning 11999 clauses out of 23998 with flag 79001/81160
53.72/28.90	c cleaning 12996 clauses out of 25998 with flag 93000/95159
62.77/33.63	c cleaning 13998 clauses out of 28003 with flag 108001/110160
72.16/38.51	c cleaning 15000 clauses out of 30005 with flag 124001/126160
80.81/43.29	c cleaning 15999 clauses out of 32005 with flag 141001/143160
91.94/49.02	c cleaning 17001 clauses out of 34005 with flag 159000/161159
106.06/56.33	c cleaning 17999 clauses out of 36005 with flag 178001/180160
122.07/64.97	c cleaning 19000 clauses out of 38007 with flag 198002/200161
137.44/73.47	c cleaning 20000 clauses out of 40006 with flag 219001/221160
153.23/81.92	c cleaning 21000 clauses out of 42005 with flag 241000/243159
164.96/88.47	c cleaning 0 clauses out of 5125 with flag 0/5126
171.81/92.24	c cleaning 22003 clauses out of 44006 with flag 264001/266160
192.65/104.03	c cleaning 23000 clauses out of 46002 with flag 288000/290159
214.31/115.12	c cleaning 23994 clauses out of 48003 with flag 313001/315160
237.87/127.20	c cleaning 25004 clauses out of 50008 with flag 339000/341159
259.38/138.54	c cleaning 25997 clauses out of 52004 with flag 366000/368159
281.90/150.13	c cleaning 26996 clauses out of 54007 with flag 394000/396159
304.50/161.85	c cleaning 28001 clauses out of 56012 with flag 423001/425160
330.14/175.07	c cleaning 29002 clauses out of 58012 with flag 453002/455161
358.55/189.99	c cleaning 29999 clauses out of 60010 with flag 484002/486161
390.48/206.36	c cleaning 30999 clauses out of 62009 with flag 516000/518159
421.69/223.39	c cleaning 32002 clauses out of 64013 with flag 549003/551162
455.62/241.06	c cleaning 33006 clauses out of 66011 with flag 583003/585162
486.15/256.77	c cleaning 33998 clauses out of 68004 with flag 618002/620161
509.03/268.77	c  And the winner is solver1
507.97/269.01	c Got one! Elapsed wall clock time (in seconds):268.876
507.97/269.01	o -28
513.64/271.85	c cleaning 33009 clauses out of 66027 with flag 5003/652182
517.80/274.47	c cleaning 19502 clauses out of 39017 with flag 11002/658181
522.87/277.93	c cleaning 13252 clauses out of 26515 with flag 18002/665181
527.16/280.61	c cleaning 10626 clauses out of 21261 with flag 26000/673179
531.52/283.32	c cleaning 9812 clauses out of 19635 with flag 35000/682179
536.28/286.23	c cleaning 9903 clauses out of 19823 with flag 45000/692179
542.29/290.17	c cleaning 10460 clauses out of 20920 with flag 56000/703179
548.45/293.73	c cleaning 11228 clauses out of 22462 with flag 68002/715181
555.37/297.76	c cleaning 12104 clauses out of 24232 with flag 81000/728179
562.92/302.04	c cleaning 13055 clauses out of 26128 with flag 95000/742179
571.68/307.37	c cleaning 14028 clauses out of 28074 with flag 110001/757180
579.73/311.99	c cleaning 15021 clauses out of 30045 with flag 126000/773179
589.16/317.21	c cleaning 16012 clauses out of 32024 with flag 143000/790179
599.63/323.07	c cleaning 17003 clauses out of 34013 with flag 161001/808180
611.87/330.20	c cleaning 18001 clauses out of 36010 with flag 180001/827180
625.93/337.78	c cleaning 18999 clauses out of 38011 with flag 200003/847182
642.15/346.46	c cleaning 20005 clauses out of 40010 with flag 221001/868180
661.52/356.73	c cleaning 21003 clauses out of 42005 with flag 243001/890180
680.18/367.08	c cleaning 21993 clauses out of 44001 with flag 266000/913179
698.97/377.05	c cleaning 22995 clauses out of 46008 with flag 290000/937179
716.00/386.11	c cleaning 24003 clauses out of 48014 with flag 315001/962180
733.40/395.48	c cleaning 24997 clauses out of 50010 with flag 341000/988179
754.73/407.14	c cleaning 26003 clauses out of 52013 with flag 368000/1015179
778.51/419.68	c cleaning 26994 clauses out of 54010 with flag 396000/1043179
803.69/432.83	c cleaning 28008 clauses out of 56016 with flag 425000/1072179
829.25/446.21	c cleaning 29004 clauses out of 58009 with flag 455001/1102180
847.24/456.35	c cleaning 0 clauses out of 10349 with flag 0/10350
857.91/462.33	c cleaning 30004 clauses out of 60008 with flag 486004/1133183
887.92/477.94	c cleaning 31001 clauses out of 62001 with flag 518001/1165180
920.94/495.01	c cleaning 31988 clauses out of 63999 with flag 551000/1198179
951.92/511.69	c cleaning 33003 clauses out of 66012 with flag 585001/1232180
986.04/529.31	c cleaning 33997 clauses out of 68010 with flag 620002/1267181
1020.58/547.27	c cleaning 35006 clauses out of 70014 with flag 656003/1303182
1057.60/566.41	c cleaning 35996 clauses out of 72006 with flag 693001/1340180
1099.12/588.42	c cleaning 37000 clauses out of 74010 with flag 731001/1378180
1141.18/610.13	c cleaning 38003 clauses out of 76009 with flag 770000/1417179
1185.98/633.20	c cleaning 39000 clauses out of 78007 with flag 810001/1457180
1234.18/658.08	c cleaning 40004 clauses out of 80007 with flag 851001/1498180
1289.32/686.94	c cleaning 40993 clauses out of 82002 with flag 893000/1540179
1337.90/711.95	c cleaning 42003 clauses out of 84010 with flag 936001/1583180
1393.24/741.20	c cleaning 42995 clauses out of 86006 with flag 980000/1627179
1446.47/769.19	c cleaning 44000 clauses out of 88011 with flag 1025000/1672179
1501.81/797.54	c cleaning 45006 clauses out of 90011 with flag 1071000/1718179
1561.63/828.20	c cleaning 45997 clauses out of 92005 with flag 1118000/1765179
1624.14/860.13	c cleaning 47005 clauses out of 94009 with flag 1166001/1813180
1687.54/893.21	c cleaning 47995 clauses out of 96003 with flag 1215000/1862179
1751.50/926.07	c cleaning 48997 clauses out of 98008 with flag 1265000/1912179
1799.11/950.61	c starts		: 48
1799.11/950.61	c conflicts		: 14733
1799.11/950.61	c decisions		: 16825
1799.11/950.61	c propagations		: 149306
1799.11/950.61	c inspects		: 759589945
1799.11/950.61	c shortcuts		: 0
1799.11/950.61	c learnt literals	: 0
1799.11/950.61	c learnt binary clauses	: 0
1799.11/950.61	c learnt ternary clauses	: 0
1799.11/950.61	c learnt constraints	: 14732
1799.11/950.61	c ignored constraints	: 0
1799.11/950.61	c root simplifications	: 0
1799.11/950.61	c removed literals (reason simplification)	: 0
1799.11/950.61	c reason swapping (by a shorter reason)	: 0
1799.11/950.61	c Calls to reduceDB	: 2
1799.11/950.61	c number of reductions to clauses (during analyze)	: 0
1799.11/950.61	c number of learned constraints concerned by reduction	: 0
1799.11/950.61	c number of learning phase by resolution	: 0
1799.11/950.61	c number of learning phase by cutting planes	: 0
1799.11/950.61	c speed (assignments/second)	: 157.50940482193607
1799.11/950.61	c non guided choices	0
1799.11/950.62	c learnt constraints type 
1799.11/950.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 280
1799.11/950.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14452
1799.11/950.62	c constraints type 
1799.11/950.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.11/950.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1799.11/950.62	c 27848 constraints processed.
1799.11/950.62	c constraints type 
1799.11/950.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1799.11/950.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.11/950.62	c 27848 constraints processed.
1799.11/950.62	s SATISFIABLE
1799.11/950.62	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 
1799.11/950.62	c objective function=-28
1799.11/950.62	c Total wall clock time (in seconds): 950.488

Verifier Data

OK	-28

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

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: 3.66 3.83 3.61 2/174 21512
/proc/meminfo: memFree=30076116/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21512/stat : 21512 (java) D 21510 21512 20082 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253548318 9515008 183 33554432000 1073741824 1073778376 140733339207008 140733339198040 209097408181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2323 183 140 9 0 71 0

[startup+0.0685271 s]
/proc/loadavg: 3.66 3.83 3.61 2/174 21512
/proc/meminfo: memFree=30076116/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 3093 0 1 0 3 1 0 0 20 0 13 0 253548318 9446973440 4301 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100253 s]
/proc/loadavg: 3.66 3.83 3.61 2/174 21512
/proc/meminfo: memFree=30076116/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 4069 0 1 0 7 1 0 0 20 0 18 0 253548318 9787813888 5272 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2389603 5273 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300212 s]
/proc/loadavg: 3.66 3.83 3.61 2/174 21512
/proc/meminfo: memFree=30076116/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 5262 0 1 0 42 1 0 0 20 0 18 0 253548318 9787813888 7829 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2389603 7829 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.70028 s]
/proc/loadavg: 3.66 3.83 3.61 2/174 21512
/proc/meminfo: memFree=30076116/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 17045 0 1 0 143 6 0 0 20 0 19 0 253548318 10060460032 29792 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 29792 2241 9 0 2446860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 3.66 3.83 3.61 5/216 21593
/proc/meminfo: memFree=29930316/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 17169 0 1 0 155 9 0 0 20 0 19 0 253548318 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 31418 2249 9 0 2446860 0
[pid=21512/tid=21514] ppid=21510 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/21512/task/21514/stat : 21514 (java) S 21510 21512 20082 0 -1 4202560 2489 0 1 0 62 2 0 0 20 0 19 0 253548319 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604767728632 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21515] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21515/stat : 21515 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604756790312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21516] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21516/stat : 21516 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604755737512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21517] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21517/stat : 21517 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604754684712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604591913960 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 6177 0 0 0 43 2 0 0 20 0 19 0 253548325 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 7187 0 0 0 40 2 0 0 20 0 19 0 253548325 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604586649912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21583] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21583/stat : 21583 (java) S 21510 21512 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253548387 10060460032 31418 33554432000 1073741824 1073778376 140736227821824 140604581385640 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.66 3.83 3.61 3/216 21599
/proc/meminfo: memFree=29816940/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 19744 0 1 0 317 15 0 0 20 0 19 0 253548318 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 50631 2272 9 0 2446860 0
[pid=21512/tid=21514] ppid=21510 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/21512/task/21514/stat : 21514 (java) S 21510 21512 20082 0 -1 4202560 2490 0 1 0 63 3 0 0 20 0 19 0 253548319 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604767728632 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21515] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21515/stat : 21515 (java) S 21510 21512 20082 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604756790312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21516] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21516/stat : 21516 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604755737512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21517] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21517/stat : 21517 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604754684712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253548320 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) S 21510 21512 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604591913960 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253548322 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 6187 0 0 0 77 2 0 0 20 0 19 0 253548325 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 9639 0 0 0 99 3 0 0 20 0 19 0 253548325 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604586649912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253548325 10060460032 50631 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.60 3.82 3.61 5/219 21608
/proc/meminfo: memFree=29494756/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=10.09 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 26071 0 1 0 978 31 0 0 20 0 22 0 253548318 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 112620 2285 9 0 2446860 0
[pid=21512/tid=21514] ppid=21510 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/21512/task/21514/stat : 21514 (java) S 21510 21512 20082 0 -1 4202560 2490 0 1 0 63 3 0 0 20 0 22 0 253548319 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604767728632 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21515] ppid=21510 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/21512/task/21515/stat : 21515 (java) S 21510 21512 20082 0 -1 4202560 205 0 0 0 7 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604756790312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21516] ppid=21510 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/21512/task/21516/stat : 21516 (java) S 21510 21512 20082 0 -1 4202560 63 0 0 0 6 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604755737512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21517] ppid=21510 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/21512/task/21517/stat : 21517 (java) S 21510 21512 20082 0 -1 4202560 148 0 0 0 5 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604754684712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 142 0 0 0 6 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 124 0 0 0 4 1 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 260 0 0 0 4 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 150 0 0 0 6 2 0 0 20 0 22 0 253548320 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) R 21510 21512 20082 0 -1 4202560 244 0 0 0 21 2 0 0 20 0 22 0 253548322 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604591912776 140604771864896 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 11103 0 0 0 106 2 0 0 20 0 22 0 253548325 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 9641 0 0 0 119 3 0 0 20 0 22 0 253548325 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604586636008 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21605] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21605/stat : 21605 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253548588 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604580332328 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21606] ppid=21510 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/21512/task/21606/stat : 21606 (java) S 21510 21512 20082 0 -1 4202560 10 0 0 0 266 0 0 0 20 0 22 0 253548637 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604583490328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21607] ppid=21510 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/21512/task/21607/stat : 21607 (java) S 21510 21512 20082 0 -1 4202560 73 0 0 0 264 1 0 0 20 0 22 0 253548637 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604582435960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21608] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21608/stat : 21608 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253548637 10060460032 112620 33554432000 1073741824 1073778376 140736227821824 140604581385640 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 479 0 0 0 244 13 0 0 20 0 22 0 253548320 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 848 0 0 0 252 13 0 0 20 0 22 0 253548320 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 530 0 0 0 244 11 0 0 20 0 22 0 253548320 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 768 0 0 0 254 17 0 0 20 0 22 0 253548320 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 616 0 0 0 227 14 0 0 20 0 22 0 253548320 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=105.13 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) S 21510 21512 20082 0 -1 4202560 5150 0 0 0 10487 26 0 0 20 0 22 0 253548322 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604591913960 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 11109 0 0 0 109 2 0 0 20 0 22 0 253548325 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 9890 0 0 0 194 3 0 0 20 0 22 0 253548325 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604586649912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 253548325 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21605] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21605/stat : 21605 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253548588 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604580332328 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21610] ppid=21510 vsize=9824668 CPUtime=532.72 cores=0,2,4,6
/proc/21512/task/21610/stat : 21610 (java) R 21510 21512 20082 0 -1 4202560 23 0 0 0 53264 8 0 0 20 0 22 0 253575219 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604583488288 140604630511799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21611] ppid=21510 vsize=9824668 CPUtime=532.68 cores=0,2,4,6
/proc/21512/task/21611/stat : 21611 (java) R 21510 21512 20082 0 -1 4202560 17 0 0 0 53260 8 0 0 20 0 22 0 253575219 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604582436272 140604630771159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21612] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21612/stat : 21612 (java) S 21510 21512 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253575219 10060460032 979106 33554432000 1073741824 1073778376 140736227821824 140604581385256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.57
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.79 3.91 3.78 5/219 22003
/proc/meminfo: memFree=24939608/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=1782.5 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 36519 0 1 0 178028 222 0 0 20 0 22 0 253548318 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 992472 2287 9 0 2446860 0
[pid=21512/tid=21514] ppid=21510 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/21512/task/21514/stat : 21514 (java) S 21510 21512 20082 0 -1 4202560 2545 0 1 0 65 5 0 0 20 0 22 0 253548319 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604767728632 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21515] ppid=21510 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/21512/task/21515/stat : 21515 (java) S 21510 21512 20082 0 -1 4202560 589 0 0 0 233 12 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604756790312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21516] ppid=21510 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/21512/task/21516/stat : 21516 (java) S 21510 21512 20082 0 -1 4202560 504 0 0 0 285 15 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604755737512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21517] ppid=21510 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/21512/task/21517/stat : 21517 (java) S 21510 21512 20082 0 -1 4202560 700 0 0 0 262 12 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604754684712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 479 0 0 0 262 13 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 848 0 0 0 273 13 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 559 0 0 0 264 11 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 768 0 0 0 268 17 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 616 0 0 0 247 14 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=109.02 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) S 21510 21512 20082 0 -1 4202560 5234 0 0 0 10874 28 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604591913960 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 11109 0 0 0 109 2 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 9890 0 0 0 194 3 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604586649912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 55 0 0 0 17 24 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21605] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21605/stat : 21605 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253548588 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604580332328 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21610] ppid=21510 vsize=9824668 CPUtime=588.23 cores=0,2,4,6
/proc/21512/task/21610/stat : 21610 (java) R 21510 21512 20082 0 -1 4202560 28 0 0 0 58815 8 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604583489200 140604630432003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21611] ppid=21510 vsize=9824668 CPUtime=588.18 cores=0,2,4,6
/proc/21512/task/21611/stat : 21611 (java) R 21510 21512 20082 0 -1 4202560 17 0 0 0 58809 9 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604582435360 140604630836951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21612] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21612/stat : 21612 (java) S 21510 21512 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604581385256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1782.5
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.601 s]
/proc/loadavg: 3.83 3.91 3.78 5/219 22003
/proc/meminfo: memFree=24674920/32873844 swapFree=6868/6868
[pid=21512] ppid=21510 vsize=9824668 CPUtime=1799.11 cores=0,2,4,6
/proc/21512/stat : 21512 (java) S 21510 21512 20082 0 -1 4202496 36519 0 1 0 179689 222 0 0 20 0 22 0 253548318 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140736227812960 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21512/statm: 2456167 992472 2287 9 0 2446860 0
[pid=21512/tid=21514] ppid=21510 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/21512/task/21514/stat : 21514 (java) S 21510 21512 20082 0 -1 4202560 2545 0 1 0 65 5 0 0 20 0 22 0 253548319 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604767728632 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21515] ppid=21510 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/21512/task/21515/stat : 21515 (java) S 21510 21512 20082 0 -1 4202560 589 0 0 0 233 12 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604756790312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21516] ppid=21510 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/21512/task/21516/stat : 21516 (java) S 21510 21512 20082 0 -1 4202560 504 0 0 0 285 15 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604755737512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21517] ppid=21510 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/21512/task/21517/stat : 21517 (java) S 21510 21512 20082 0 -1 4202560 700 0 0 0 262 12 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604754684712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21518] ppid=21510 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/21512/task/21518/stat : 21518 (java) S 21510 21512 20082 0 -1 4202560 479 0 0 0 262 13 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604753631912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21519] ppid=21510 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/21512/task/21519/stat : 21519 (java) S 21510 21512 20082 0 -1 4202560 848 0 0 0 273 13 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604752579112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21520] ppid=21510 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/21512/task/21520/stat : 21520 (java) S 21510 21512 20082 0 -1 4202560 559 0 0 0 264 11 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604751526312 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21521] ppid=21510 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/21512/task/21521/stat : 21521 (java) S 21510 21512 20082 0 -1 4202560 768 0 0 0 268 17 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604750473512 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21522] ppid=21510 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/21512/task/21522/stat : 21522 (java) S 21510 21512 20082 0 -1 4202560 616 0 0 0 247 14 0 0 20 0 22 0 253548320 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604749420712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21523] ppid=21510 vsize=9824668 CPUtime=109.02 cores=0,2,4,6
/proc/21512/task/21523/stat : 21523 (java) S 21510 21512 20082 0 -1 4202560 5234 0 0 0 10874 28 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604591913960 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21524] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21524/stat : 21524 (java) S 21510 21512 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604590860024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21525] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21525/stat : 21525 (java) S 21510 21512 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253548322 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604589807112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21526] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604588755600 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21527] ppid=21510 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21512/task/21527/stat : 21527 (java) S 21510 21512 20082 0 -1 4202560 11109 0 0 0 109 2 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604587702712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21528] ppid=21510 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/21512/task/21528/stat : 21528 (java) S 21510 21512 20082 0 -1 4202560 9890 0 0 0 194 3 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604586649912 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21529] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21529/stat : 21529 (java) S 21510 21512 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604585597304 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21530] ppid=21510 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/21512/task/21530/stat : 21530 (java) S 21510 21512 20082 0 -1 4202560 55 0 0 0 17 24 0 0 20 0 22 0 253548325 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604584544712 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21512/tid=21605] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21605/stat : 21605 (java) S 21510 21512 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253548588 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604580332328 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21512/tid=21610] ppid=21510 vsize=9824668 CPUtime=596.52 cores=0,2,4,6
/proc/21512/task/21610/stat : 21610 (java) R 21510 21512 20082 0 -1 4202560 28 0 0 0 59643 9 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604583489200 140604630434203 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21512/tid=21611] ppid=21510 vsize=9824668 CPUtime=596.47 cores=0,2,4,6
/proc/21512/task/21611/stat : 21611 (java) R 21510 21512 20082 0 -1 4202560 17 0 0 0 59637 10 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604582435360 140604630770978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21512/tid=21612] ppid=21510 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21612/stat : 21612 (java) S 21510 21512 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253575219 10060460032 992472 33554432000 1073741824 1073778376 140736227821824 140604581385256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 9824668

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 21512 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=269381
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=451627
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1799.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.06
#  lost CPU user time (s): 1.13
#  lost CPU system time (s): -0.0699999

Real time (s): 950.645
CPU time (s): 1800.17
CPU user time (s): 1798.02
CPU system time (s): 2.15
CPU usage (%): 189.363
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 2.45163
maximum resident set size= 3970004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36551
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25797
involuntary context switches= 37032

runsolver used 3.57246 second user time and 8.49271 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 17:53:33
IDJOB=3687918
IDBENCH=2274
IDSOLVER=2268
FILE ID=node105/3687918-1337874813
RUNJOBID= node105-1337871882-20098
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687918-1337874813/watcher-3687918-1337874813 -o /tmp/evaluation-result-3687918-1337874813/solver-3687918-1337874813 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687918-1337874813.opb

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=1287820316

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.76
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.882
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.882
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.91
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.882
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.91
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.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30076380 kB
Buffers:          174764 kB
Cached:          1843344 kB
SwapCached:         6340 kB
Active:           570012 kB
Inactive:        1467644 kB
Active(anon):       7208 kB
Inactive(anon):    14612 kB
Active(file):     562804 kB
Inactive(file):  1453032 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:         20332 kB
Mapped:            14200 kB
Shmem:                 8 kB
Slab:             623176 kB
SReclaimable:      65396 kB
SUnreclaim:       557780 kB
KernelStack:        1440 kB
PageTables:         4036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     139640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71620 MiB
End job on node105 at 2012-05-24 18:09:26