Trace number 3687914

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.18 945.545

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
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 benchmark42.7685
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687914-1337874806.opb
0.09/0.12	c reading problem ... 
1.31/0.66	c ... done. Wall clock time 0.537s.
1.31/0.66	c declared #vars     595
1.31/0.66	c #constraints  28143
1.31/0.66	c constraints type 
1.31/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
1.31/0.66	c 28143 constraints processed.
1.31/0.66	c constraints type 
1.31/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
1.31/0.66	c 28143 constraints processed.
1.31/0.66	c objective function length is 595 literals
1.31/0.67	c  And the winner is solver1
1.52/1.16	c SATISFIABLE
1.52/1.16	c OPTIMIZING...
1.52/1.16	c Got one! Elapsed wall clock time (in seconds):1.04
1.52/1.16	o -24
1.52/1.18	c  And the winner is solver0
1.62/1.66	c Got one! Elapsed wall clock time (in seconds):1.545
1.62/1.66	o -25
2.13/1.82	c  And the winner is solver0
2.77/2.17	c Got one! Elapsed wall clock time (in seconds):2.047
2.77/2.17	o -26
2.77/2.17	c  And the winner is solver0
2.80/2.67	c Got one! Elapsed wall clock time (in seconds):2.549
2.80/2.67	o -27
4.70/3.45	c cleaning 2613 clauses out of 5225 with flag 5000/5225
7.41/4.67	c cleaning 4307 clauses out of 8614 with flag 11002/11227
10.99/6.40	c cleaning 5651 clauses out of 11305 with flag 18000/18225
14.05/8.09	c cleaning 6826 clauses out of 13657 with flag 26003/26228
17.72/9.98	c cleaning 7915 clauses out of 15829 with flag 35001/35226
22.11/12.21	c cleaning 8953 clauses out of 17915 with flag 45002/45227
27.91/15.22	c cleaning 9976 clauses out of 19962 with flag 56002/56227
34.04/18.42	c cleaning 10991 clauses out of 21984 with flag 68000/68225
41.08/22.16	c cleaning 11992 clauses out of 23993 with flag 81000/81225
48.26/25.89	c cleaning 12999 clauses out of 26002 with flag 95001/95226
56.73/30.24	c cleaning 13992 clauses out of 28002 with flag 110000/110225
64.70/34.48	c cleaning 15003 clauses out of 30011 with flag 126001/126226
74.05/39.48	c cleaning 16003 clauses out of 32007 with flag 143000/143225
85.83/45.52	c cleaning 17002 clauses out of 34004 with flag 161000/161225
98.91/52.30	c cleaning 17993 clauses out of 36004 with flag 180002/180227
111.74/59.40	c cleaning 19003 clauses out of 38009 with flag 200000/200225
125.93/67.19	c cleaning 19998 clauses out of 40007 with flag 221001/221226
142.82/76.14	c cleaning 21001 clauses out of 42008 with flag 243000/243225
153.89/82.27	c cleaning 0 clauses out of 5019 with flag 0/5019
161.17/86.28	c cleaning 21994 clauses out of 44007 with flag 266000/266225
177.68/95.16	c cleaning 23004 clauses out of 46013 with flag 290000/290225
198.74/106.99	c cleaning 24003 clauses out of 48010 with flag 315001/315226
223.21/119.42	c cleaning 25004 clauses out of 50007 with flag 341001/341226
252.13/134.44	c cleaning 26001 clauses out of 52002 with flag 368000/368225
253.77/135.60	c  And the winner is solver1
253.21/135.87	c Got one! Elapsed wall clock time (in seconds):135.752
253.21/135.87	o -28
255.06/136.84	c cleaning 15819 clauses out of 31652 with flag 5002/373876
258.02/138.71	c cleaning 10909 clauses out of 21833 with flag 11002/379876
260.98/140.64	c cleaning 8952 clauses out of 17922 with flag 18000/386874
264.60/143.18	c cleaning 8483 clauses out of 16971 with flag 26001/394875
268.25/145.31	c cleaning 8739 clauses out of 17488 with flag 35001/403875
272.29/147.76	c cleaning 9375 clauses out of 18750 with flag 45002/413876
277.56/150.76	c cleaning 10186 clauses out of 20373 with flag 56000/424874
284.25/154.73	c cleaning 11095 clauses out of 22189 with flag 68002/436876
290.83/158.48	c cleaning 12046 clauses out of 24096 with flag 81004/449878
297.84/162.39	c cleaning 13021 clauses out of 26047 with flag 95001/463875
306.44/167.07	c cleaning 14010 clauses out of 28027 with flag 110002/478876
317.12/173.07	c cleaning 15005 clauses out of 30015 with flag 126000/494874
328.06/178.96	c cleaning 16004 clauses out of 32011 with flag 143001/511875
339.79/185.24	c cleaning 17002 clauses out of 34007 with flag 161001/529875
353.37/192.46	c cleaning 17998 clauses out of 36005 with flag 180001/548875
365.47/199.28	c cleaning 19000 clauses out of 38007 with flag 200001/568875
380.78/207.31	c cleaning 20000 clauses out of 40006 with flag 221000/589874
396.80/215.80	c cleaning 21002 clauses out of 42006 with flag 243000/611874
415.20/225.56	c cleaning 21998 clauses out of 44004 with flag 266000/634874
432.39/234.92	c cleaning 23003 clauses out of 46010 with flag 290004/658878
450.19/244.30	c cleaning 24002 clauses out of 48004 with flag 315001/683875
471.89/255.90	c cleaning 25000 clauses out of 50004 with flag 341003/709877
495.67/268.67	c cleaning 26001 clauses out of 52001 with flag 368000/736874
522.66/283.31	c cleaning 26992 clauses out of 54000 with flag 396000/764874
546.51/296.10	c cleaning 28003 clauses out of 56011 with flag 425003/793877
572.60/310.03	c cleaning 29000 clauses out of 58006 with flag 455001/823875
604.21/328.13	c cleaning 30002 clauses out of 60006 with flag 486001/854875
636.29/344.65	c cleaning 31002 clauses out of 62004 with flag 518001/886875
668.55/361.38	c cleaning 31997 clauses out of 64002 with flag 551001/919875
701.64/378.49	c cleaning 33000 clauses out of 66005 with flag 585001/953875
742.47/399.89	c cleaning 34001 clauses out of 68004 with flag 620000/988874
783.74/421.05	c cleaning 34995 clauses out of 70004 with flag 656001/1024875
826.54/443.08	c cleaning 36004 clauses out of 72011 with flag 693003/1061877
869.16/464.92	c cleaning 36999 clauses out of 74006 with flag 731002/1099876
919.64/491.28	c cleaning 37995 clauses out of 76005 with flag 770000/1138874
970.95/517.55	c cleaning 39005 clauses out of 78010 with flag 810000/1178874
1029.07/547.24	c cleaning 39999 clauses out of 80005 with flag 851000/1219874
1033.03/549.99	c cleaning 0 clauses out of 10956 with flag 0/10956
1094.68/581.94	c cleaning 40997 clauses out of 82007 with flag 893001/1261875
1152.31/611.41	c cleaning 41997 clauses out of 84011 with flag 936002/1304876
1212.54/642.29	c cleaning 42999 clauses out of 86013 with flag 980001/1348875
1274.70/674.07	c cleaning 44002 clauses out of 88013 with flag 1025000/1393874
1333.06/704.48	c cleaning 44999 clauses out of 90012 with flag 1071001/1439875
1393.16/735.22	c cleaning 46001 clauses out of 92013 with flag 1118001/1486875
1449.62/764.28	c cleaning 47006 clauses out of 94011 with flag 1166000/1534874
1520.14/802.16	c cleaning 47992 clauses out of 96005 with flag 1215000/1583874
1583.78/834.75	c cleaning 49003 clauses out of 98015 with flag 1265002/1633876
1657.33/872.22	c cleaning 50002 clauses out of 100011 with flag 1316001/1684875
1727.90/908.22	c cleaning 50994 clauses out of 102008 with flag 1368000/1736874
1799.62/945.51	c starts		: 45
1799.62/945.51	c conflicts		: 14027
1799.62/945.51	c decisions		: 16364
1799.62/945.51	c propagations		: 141083
1799.62/945.51	c inspects		: 674772207
1799.62/945.51	c shortcuts		: 0
1799.62/945.51	c learnt literals	: 0
1799.62/945.51	c learnt binary clauses	: 0
1799.62/945.51	c learnt ternary clauses	: 0
1799.62/945.51	c learnt constraints	: 14027
1799.62/945.51	c ignored constraints	: 0
1799.62/945.51	c root simplifications	: 0
1799.62/945.51	c removed literals (reason simplification)	: 0
1799.62/945.51	c reason swapping (by a shorter reason)	: 0
1799.62/945.51	c Calls to reduceDB	: 2
1799.62/945.51	c number of reductions to clauses (during analyze)	: 0
1799.62/945.51	c number of learned constraints concerned by reduction	: 0
1799.62/945.51	c number of learning phase by resolution	: 0
1799.62/945.51	c number of learning phase by cutting planes	: 0
1799.62/945.51	c speed (assignments/second)	: 149.63699905073528
1799.62/945.51	c non guided choices	0
1799.62/945.52	c learnt constraints type 
1799.62/945.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 320
1799.62/945.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13707
1799.62/945.52	c constraints type 
1799.62/945.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.62/945.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28143
1799.62/945.52	c 28144 constraints processed.
1799.62/945.52	c constraints type 
1799.62/945.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28143
1799.62/945.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.62/945.52	c 28144 constraints processed.
1799.62/945.52	s SATISFIABLE
1799.62/945.52	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.62/945.52	c objective function=-28
1799.62/945.52	c Total wall clock time (in seconds): 945.401

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-3687914-1337874806/watcher-3687914-1337874806 -o /tmp/evaluation-result-3687914-1337874806/solver-3687914-1337874806 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687914-1337874806.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.67 3.63 3.47 4/197 25073
/proc/meminfo: memFree=25304608/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25073/stat : 25073 (java) R 25071 25073 24080 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253604977 9515008 182 33554432000 1073741824 1073778376 140736194287680 140736194278712 209883840181 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2323 182 140 9 0 71 0

[startup+0.013811 s]
/proc/loadavg: 3.67 3.63 3.47 4/197 25073
/proc/meminfo: memFree=25304608/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 1281 0 0 0 0 0 0 0 20 0 2 0 253604977 98582528 984 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 24068 985 750 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96272

[startup+0.100222 s]
/proc/loadavg: 3.67 3.63 3.47 4/197 25073
/proc/meminfo: memFree=25304608/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 4277 0 1 0 8 1 0 0 20 0 18 0 253604977 9787813888 5485 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2389603 5485 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300208 s]
/proc/loadavg: 3.67 3.63 3.47 4/197 25073
/proc/meminfo: memFree=25304608/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 5277 0 1 0 44 1 0 0 20 0 18 0 253604977 9787813888 7748 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2389603 7748 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700281 s]
/proc/loadavg: 3.67 3.63 3.47 4/197 25073
/proc/meminfo: memFree=25304608/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 16736 0 1 0 144 8 0 0 20 0 19 0 253604977 10060460032 29874 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 29874 2248 9 0 2446860 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9824668

[startup+1.50066 s]
/proc/loadavg: 3.67 3.63 3.47 3/216 25095
/proc/meminfo: memFree=25193384/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 16813 0 1 0 152 10 0 0 20 0 19 0 253604977 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 30958 2250 9 0 2446860 0
[pid=25073/tid=25075] ppid=25071 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25071 25073 24080 0 -1 4202560 2489 0 1 0 61 2 0 0 20 0 19 0 253604979 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474946024440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25076] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474907515816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25077] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474906463272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25078] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474905410216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253604980 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253604981 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253604981 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253604981 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604984 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 5676 0 0 0 42 1 0 0 20 0 19 0 253604984 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 7335 0 0 0 39 3 0 0 20 0 19 0 253604984 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604984 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253604984 10060460032 30958 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9824668

[startup+3.10063 s]
/proc/loadavg: 3.67 3.63 3.47 3/216 25101
/proc/meminfo: memFree=25167452/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=4.04 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 21877 0 1 0 390 14 0 0 20 0 22 0 253604977 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 52689 2272 9 0 2446860 0
[pid=25073/tid=25075] ppid=25071 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25071 25073 24080 0 -1 4202560 2489 0 1 0 62 2 0 0 20 0 22 0 253604979 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474946024440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25076] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25071 25073 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474907515816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25077] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474906463272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25078] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25071 25073 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474905410216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253604980 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 8164 0 0 0 105 2 0 0 20 0 22 0 253604984 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 9788 0 0 0 97 3 0 0 20 0 22 0 253604984 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25098] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25098/stat : 25098 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253605095 10060460032 52689 33554432000 1073741824 1073778376 140734140698064 140474759185192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.54 3.61 3.47 5/219 25107
/proc/meminfo: memFree=24843528/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=10.79 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 23414 0 1 0 1047 32 0 0 20 0 22 0 253604977 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 178769 2285 9 0 2446860 0
[pid=25073/tid=25075] ppid=25071 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25071 25073 24080 0 -1 4202560 2489 0 1 0 62 2 0 0 20 0 22 0 253604979 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474946024440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25076] ppid=25071 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25071 25073 24080 0 -1 4202560 51 0 0 0 7 1 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474907515816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25077] ppid=25071 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25071 25073 24080 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474906463272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25078] ppid=25071 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25071 25073 24080 0 -1 4202560 172 0 0 0 7 1 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474905410216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 161 0 0 0 7 3 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 130 0 0 0 5 0 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 181 0 0 0 8 1 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 22 0 253604980 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 526 0 0 0 23 2 0 0 20 0 22 0 253604981 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 8168 0 0 0 126 2 0 0 20 0 22 0 253604984 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 9793 0 0 0 109 3 0 0 20 0 22 0 253604984 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25098] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25098/stat : 25098 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253605095 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474759185192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25105] ppid=25071 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/25073/task/25105/stat : 25105 (java) R 25071 25073 24080 0 -1 4202560 13 0 0 0 312 0 0 0 20 0 22 0 253605245 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474760235912 140474774789009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25106] ppid=25071 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/25073/task/25106/stat : 25106 (java) R 25071 25073 24080 0 -1 4202560 212 0 0 0 310 4 0 0 20 0 22 0 253605245 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140473482075264 140474775112110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25107] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25107/stat : 25107 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253605245 10060460032 178769 33554432000 1073741824 1073778376 140734140698064 140474761290664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 518 0 0 0 205 13 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 691 0 0 0 215 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 686 0 0 0 181 11 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 570 0 0 0 228 10 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 549 0 0 0 221 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=96.98 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 4469 0 0 0 9674 24 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 8168 0 0 0 133 2 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 9807 0 0 0 166 3 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 55 0 0 0 16 19 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25107] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25107/stat : 25107 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253605245 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474761290664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25110] ppid=25071 vsize=9824668 CPUtime=721.58 cores=0,2,4,6
/proc/25073/task/25110/stat : 25110 (java) R 25071 25073 24080 0 -1 4202560 17 0 0 0 72148 10 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474760236976 140474774909274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25111] ppid=25071 vsize=9824668 CPUtime=721.4 cores=0,2,4,6
/proc/25073/task/25111/stat : 25111 (java) R 25071 25073 24080 0 -1 4202560 36 0 0 0 72129 11 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140473482075376 140474775109472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25112] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25112/stat : 25112 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474759185704 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+945.501 s]
/proc/loadavg: 4.11 3.97 3.74 5/219 25202
/proc/meminfo: memFree=24384976/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=1799.62 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 32722 0 1 0 179787 175 0 0 20 0 22 0 253604977 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 993602 2287 9 0 2446860 0
[pid=25073/tid=25075] ppid=25071 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25071 25073 24080 0 -1 4202560 2550 0 1 0 64 4 0 0 20 0 22 0 253604979 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474946024440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25076] ppid=25071 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25071 25073 24080 0 -1 4202560 330 0 0 0 217 7 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474907515816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25077] ppid=25071 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25071 25073 24080 0 -1 4202560 458 0 0 0 196 9 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474906463272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25078] ppid=25071 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25071 25073 24080 0 -1 4202560 681 0 0 0 220 14 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474905410216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 518 0 0 0 205 13 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 691 0 0 0 215 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 686 0 0 0 181 11 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 570 0 0 0 228 10 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 549 0 0 0 221 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=96.98 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 4469 0 0 0 9674 24 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 8168 0 0 0 133 2 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 9807 0 0 0 166 3 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 55 0 0 0 16 19 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25107] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25107/stat : 25107 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253605245 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474761290664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25110] ppid=25071 vsize=9824668 CPUtime=724.78 cores=0,2,4,6
/proc/25073/task/25110/stat : 25110 (java) R 25071 25073 24080 0 -1 4202560 17 0 0 0 72467 11 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474760236976 140474775656858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25111] ppid=25071 vsize=9824668 CPUtime=724.6 cores=0,2,4,6
/proc/25073/task/25111/stat : 25111 (java) R 25071 25073 24080 0 -1 4202560 36 0 0 0 72448 12 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140473482075376 140474775109791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25112] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25112/stat : 25112 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474759185704 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
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

[startup+945.501 s]
/proc/loadavg: 4.11 3.97 3.74 5/219 25202
/proc/meminfo: memFree=24384976/32873844 swapFree=7616/7616
[pid=25073] ppid=25071 vsize=9824668 CPUtime=1799.62 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25071 25073 24080 0 -1 4202496 32722 0 1 0 179787 175 0 0 20 0 22 0 253604977 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140734140689200 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25073/statm: 2456167 993602 2287 9 0 2446860 0
[pid=25073/tid=25075] ppid=25071 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25071 25073 24080 0 -1 4202560 2550 0 1 0 64 4 0 0 20 0 22 0 253604979 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474946024440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25076] ppid=25071 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25071 25073 24080 0 -1 4202560 330 0 0 0 217 7 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474907515816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25077] ppid=25071 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25071 25073 24080 0 -1 4202560 458 0 0 0 196 9 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474906463272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25078] ppid=25071 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25071 25073 24080 0 -1 4202560 681 0 0 0 220 14 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474905410216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25079] ppid=25071 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25071 25073 24080 0 -1 4202560 518 0 0 0 205 13 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474904357672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25080] ppid=25071 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25071 25073 24080 0 -1 4202560 691 0 0 0 215 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474903304616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25081] ppid=25071 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25071 25073 24080 0 -1 4202560 686 0 0 0 181 11 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474902252072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25082] ppid=25071 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25071 25073 24080 0 -1 4202560 570 0 0 0 228 10 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474901199016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25083] ppid=25071 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25071 25073 24080 0 -1 4202560 549 0 0 0 221 12 0 0 20 0 22 0 253604980 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474900146472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25084] ppid=25071 vsize=9824668 CPUtime=96.98 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25071 25073 24080 0 -1 4202560 4469 0 0 0 9674 24 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474769714024 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25085] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25071 25073 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474768660344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25086] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25071 25073 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253604981 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474767607176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25087] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474766555920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25088] ppid=25071 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25073/task/25088/stat : 25088 (java) S 25071 25073 24080 0 -1 4202560 8168 0 0 0 133 2 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474765502776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25089] ppid=25071 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25073/task/25089/stat : 25089 (java) S 25071 25073 24080 0 -1 4202560 9807 0 0 0 166 3 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474764450232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25073/tid=25090] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25090/stat : 25090 (java) S 25071 25073 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474763397368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25091] ppid=25071 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25073/task/25091/stat : 25091 (java) S 25071 25073 24080 0 -1 4202560 55 0 0 0 16 19 0 0 20 0 22 0 253604984 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474762345032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25107] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25107/stat : 25107 (java) S 25071 25073 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253605245 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474761290664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25073/tid=25110] ppid=25071 vsize=9824668 CPUtime=724.78 cores=0,2,4,6
/proc/25073/task/25110/stat : 25110 (java) R 25071 25073 24080 0 -1 4202560 17 0 0 0 72467 11 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474760236976 140474775656858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25073/tid=25111] ppid=25071 vsize=9824668 CPUtime=724.6 cores=0,2,4,6
/proc/25073/task/25111/stat : 25111 (java) R 25071 25073 24080 0 -1 4202560 36 0 0 0 72448 12 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140473482075376 140474775109791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25073/tid=25112] ppid=25071 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25112/stat : 25112 (java) S 25071 25073 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253618565 10060460032 993602 33554432000 1073741824 1073778376 140734140698064 140474759185704 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25073 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1799.62
#
# 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): 0.559998
#  lost CPU user time (s): 0.589996
#  lost CPU system time (s): -0.03

Real time (s): 945.545
CPU time (s): 1800.18
CPU user time (s): 1798.46
CPU system time (s): 1.72
CPU usage (%): 190.385
Max. virtual memory (cumulated for all children) (KiB): 9826596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.20167
maximum resident set size= 3974632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24969
involuntary context switches= 33742

runsolver used 3.55246 second user time and 8.17276 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 17:53:26
IDJOB=3687914
IDBENCH=2271
IDSOLVER=2268
FILE ID=node141/3687914-1337874806
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71684 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-5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687914-1337874806/watcher-3687914-1337874806 -o /tmp/evaluation-result-3687914-1337874806/solver-3687914-1337874806 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687914-1337874806.opb

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

MD5SUM BENCH= 7f24dba3f3d4b877b96bd50f5b27c089
RANDOM SEED=482225049

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25304872 kB
Buffers:          212192 kB
Cached:          3036300 kB
SwapCached:            0 kB
Active:          3939320 kB
Inactive:        2854644 kB
Active(anon):    3548424 kB
Inactive(anon):        0 kB
Active(file):     390896 kB
Inactive(file):  2854644 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1220 kB
Writeback:             8 kB
AnonPages:       3553452 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             629676 kB
SReclaimable:      72176 kB
SUnreclaim:       557500 kB
KernelStack:        1616 kB
PageTables:        11184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4075308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3467264 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= 71684 MiB
End job on node141 at 2012-05-24 18:09:14