Trace number 3710555

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)114 1800.01 1797.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1076.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710555-1338134247.opb
0.08/0.13	c reading problem ... 
0.23/0.28	c ... done. Wall clock time 0.148s.
0.23/0.28	c declared #vars     464
0.23/0.28	c #constraints  1069
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.23/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 693
0.23/0.28	c 1069 constraints processed.
0.76/0.47	c SATISFIABLE
0.76/0.47	c OPTIMIZING...
0.76/0.47	c Got one! Elapsed wall clock time (in seconds):0.336
0.76/0.47	o 120
0.96/0.52	c Got one! Elapsed wall clock time (in seconds):0.384
0.96/0.52	o 118
1.21/0.77	c cleaning 3139 clauses out of 6296 with flag 4001/6300
1.45/0.99	c Got one! Elapsed wall clock time (in seconds):0.859
1.45/0.99	o 117
1.68/1.13	c cleaning 4427 clauses out of 8873 with flag 2000/12016
2.07/1.50	c cleaning 5218 clauses out of 10447 with flag 8001/18017
2.59/2.01	c cleaning 6103 clauses out of 12228 with flag 15000/25016
2.74/2.19	c Got one! Elapsed wall clock time (in seconds):2.059
2.74/2.19	o 116
3.03/2.42	c cleaning 5726 clauses out of 11478 with flag 3001/30369
3.43/2.89	c cleaning 5854 clauses out of 11751 with flag 9000/36368
4.03/3.42	c cleaning 6447 clauses out of 12897 with flag 16000/43368
4.74/4.18	c cleaning 7215 clauses out of 14450 with flag 24000/51368
4.95/4.37	c Got one! Elapsed wall clock time (in seconds):4.236
4.95/4.37	o 115
5.24/4.63	c cleaning 6398 clauses out of 12807 with flag 3002/56940
5.76/5.18	c cleaning 6182 clauses out of 12408 with flag 9001/62939
6.36/5.79	c cleaning 6595 clauses out of 13225 with flag 16000/69938
7.17/6.52	c cleaning 7300 clauses out of 14630 with flag 24000/77938
8.07/7.43	c cleaning 8154 clauses out of 16330 with flag 33000/86938
8.57/7.98	c Got one! Elapsed wall clock time (in seconds):7.843
8.57/7.98	o 114
9.17/8.56	c cleaning 9292 clauses out of 18610 with flag 5001/97372
9.78/9.16	c cleaning 7637 clauses out of 15318 with flag 11001/103372
10.48/9.90	c cleaning 7328 clauses out of 14681 with flag 18001/110372
11.28/10.64	c cleaning 7658 clauses out of 15352 with flag 26000/118371
12.20/11.50	c cleaning 8335 clauses out of 16694 with flag 35000/127371
13.20/12.58	c cleaning 9161 clauses out of 18360 with flag 45001/137372
14.51/13.85	c cleaning 10078 clauses out of 20198 with flag 56000/148371
15.91/15.24	c cleaning 11053 clauses out of 22121 with flag 68001/160372
17.61/16.97	c cleaning 12030 clauses out of 24070 with flag 81003/173374
19.26/18.55	c cleaning 13009 clauses out of 26039 with flag 95002/187373
20.96/20.28	c cleaning 14009 clauses out of 28028 with flag 110000/202371
22.87/22.16	c cleaning 15007 clauses out of 30021 with flag 126002/218373
24.88/24.18	c cleaning 16001 clauses out of 32013 with flag 143001/235372
26.87/26.14	c cleaning 17006 clauses out of 34013 with flag 161002/253373
29.08/28.40	c cleaning 17989 clauses out of 36006 with flag 180001/272372
31.91/31.14	c cleaning 18994 clauses out of 38017 with flag 200001/292372
34.94/34.14	c cleaning 19999 clauses out of 40023 with flag 221001/313372
38.26/37.47	c cleaning 20995 clauses out of 42024 with flag 243001/335372
42.16/41.39	c cleaning 21985 clauses out of 44028 with flag 266000/358371
46.46/45.61	c cleaning 23001 clauses out of 46044 with flag 290001/382372
50.57/49.73	c cleaning 24001 clauses out of 48042 with flag 315000/407371
54.88/54.06	c cleaning 25015 clauses out of 50045 with flag 341004/433375
59.40/58.57	c cleaning 26008 clauses out of 52027 with flag 368001/460372
64.56/63.60	c cleaning 26996 clauses out of 54018 with flag 396000/488371
69.58/68.65	c cleaning 28006 clauses out of 56022 with flag 425000/517371
75.29/74.33	c cleaning 28989 clauses out of 58016 with flag 455000/547371
81.39/80.49	c cleaning 29994 clauses out of 60027 with flag 486000/578371
87.75/86.78	c cleaning 30999 clauses out of 62034 with flag 518001/610372
94.36/93.34	c cleaning 32002 clauses out of 64034 with flag 551000/643371
101.57/100.54	c cleaning 33009 clauses out of 66032 with flag 585000/677371
108.31/107.01	c cleaning 33988 clauses out of 68024 with flag 620001/712372
116.24/114.80	c cleaning 35007 clauses out of 70037 with flag 656002/748373
124.65/123.29	c cleaning 36011 clauses out of 72028 with flag 693000/785371
133.75/132.39	c cleaning 36992 clauses out of 74017 with flag 731000/823371
143.86/142.41	c cleaning 38000 clauses out of 76026 with flag 770001/862372
153.08/151.68	c cleaning 38991 clauses out of 78028 with flag 810003/902374
162.60/161.20	c cleaning 40008 clauses out of 80036 with flag 851002/943373
172.23/170.74	c cleaning 41009 clauses out of 82026 with flag 893000/985371
181.85/180.34	c cleaning 42000 clauses out of 84021 with flag 936004/1028375
194.15/192.61	c cleaning 42995 clauses out of 86018 with flag 980001/1072372
205.57/204.08	c cleaning 44004 clauses out of 88022 with flag 1025000/1117371
217.99/216.47	c cleaning 44996 clauses out of 90019 with flag 1071001/1163372
230.61/229.09	c cleaning 46001 clauses out of 92023 with flag 1118001/1210372
244.34/242.71	c cleaning 46997 clauses out of 94023 with flag 1166002/1258373
257.75/256.15	c cleaning 47998 clauses out of 96025 with flag 1215001/1307372
271.38/269.79	c cleaning 49006 clauses out of 98026 with flag 1265000/1357371
285.08/283.44	c cleaning 50003 clauses out of 100022 with flag 1316002/1408373
299.73/298.10	c cleaning 51004 clauses out of 102017 with flag 1368000/1460371
316.99/315.22	c cleaning 51988 clauses out of 104014 with flag 1421001/1513372
334.70/332.94	c cleaning 53003 clauses out of 106028 with flag 1475003/1567374
352.43/350.65	c cleaning 54004 clauses out of 108023 with flag 1530001/1622372
371.72/369.98	c cleaning 54992 clauses out of 110018 with flag 1586000/1678371
390.93/389.19	c cleaning 56001 clauses out of 112027 with flag 1643001/1735372
408.64/406.81	c cleaning 56994 clauses out of 114026 with flag 1701001/1793372
425.64/423.89	c cleaning 58001 clauses out of 116031 with flag 1760000/1852371
445.07/443.24	c cleaning 58987 clauses out of 118030 with flag 1820000/1912371
464.99/463.14	c cleaning 60004 clauses out of 120043 with flag 1881000/1973371
484.59/482.73	c cleaning 61007 clauses out of 122039 with flag 1943000/2035371
505.19/503.38	c cleaning 62010 clauses out of 124033 with flag 2006001/2098372
528.02/526.13	c cleaning 62992 clauses out of 126022 with flag 2070000/2162371
551.37/549.48	c cleaning 64001 clauses out of 128030 with flag 2135000/2227371
574.07/572.14	c cleaning 64994 clauses out of 130029 with flag 2201000/2293371
595.68/593.78	c cleaning 65995 clauses out of 132036 with flag 2268001/2360372
619.51/617.52	c cleaning 67010 clauses out of 134040 with flag 2336000/2428371
642.56/640.59	c cleaning 67994 clauses out of 136030 with flag 2405000/2497371
668.08/666.00	c cleaning 68998 clauses out of 138036 with flag 2475000/2567371
692.60/690.55	c cleaning 69997 clauses out of 140038 with flag 2546000/2638371
718.72/716.68	c cleaning 71009 clauses out of 142044 with flag 2618003/2710374
749.05/746.92	c cleaning 72007 clauses out of 144033 with flag 2691001/2783372
779.77/777.63	c cleaning 73000 clauses out of 146026 with flag 2765001/2857372
811.09/808.99	c cleaning 74006 clauses out of 148025 with flag 2840000/2932371
843.49/841.32	c cleaning 74996 clauses out of 150022 with flag 2916003/3008374
873.72/871.59	c cleaning 75990 clauses out of 152024 with flag 2993001/3085372
907.65/905.42	c cleaning 77000 clauses out of 154033 with flag 3071000/3163371
943.16/940.95	c cleaning 78009 clauses out of 156033 with flag 3150000/3242371
977.37/975.14	c cleaning 79000 clauses out of 158024 with flag 3230000/3322371
1016.88/1014.66	c cleaning 80001 clauses out of 160024 with flag 3311000/3403371
1054.70/1052.46	c cleaning 80995 clauses out of 162023 with flag 3393000/3485371
1091.92/1089.62	c cleaning 82007 clauses out of 164028 with flag 3476000/3568371
1132.85/1130.51	c cleaning 83008 clauses out of 166022 with flag 3560001/3652372
1172.76/1170.41	c cleaning 83994 clauses out of 168015 with flag 3645002/3737373
1213.38/1211.00	c cleaning 84991 clauses out of 170019 with flag 3731000/3823371
1254.39/1252.02	c cleaning 85992 clauses out of 172029 with flag 3818001/3910372
1295.71/1293.35	c cleaning 87001 clauses out of 174036 with flag 3906000/3998371
1340.64/1338.22	c cleaning 87996 clauses out of 176037 with flag 3995002/4087373
1384.15/1381.79	c cleaning 89003 clauses out of 178039 with flag 4085000/4177371
1430.07/1427.64	c cleaning 90003 clauses out of 180036 with flag 4176000/4268371
1477.51/1475.00	c cleaning 91010 clauses out of 182033 with flag 4268000/4360371
1524.82/1522.32	c cleaning 92000 clauses out of 184025 with flag 4361002/4453373
1571.21/1568.75	c cleaning 92996 clauses out of 186023 with flag 4455000/4547371
1619.52/1617.07	c cleaning 93999 clauses out of 188028 with flag 4550001/4642372
1672.62/1670.15	c cleaning 94996 clauses out of 190029 with flag 4646001/4738372
1722.15/1719.66	c cleaning 96000 clauses out of 192032 with flag 4743000/4835371
1775.17/1772.65	c cleaning 97003 clauses out of 194032 with flag 4841000/4933371
1800.01/1797.42	c starts		: 279
1800.01/1797.42	c conflicts		: 4991812
1800.01/1797.42	c decisions		: 5996774
1800.01/1797.42	c propagations		: 380085448
1800.01/1797.42	c inspects		: 26313572642
1800.01/1797.42	c shortcuts		: 0
1800.01/1797.42	c learnt literals	: 0
1800.01/1797.42	c learnt binary clauses	: 1
1800.01/1797.42	c learnt ternary clauses	: 26
1800.01/1797.42	c learnt constraints	: 4991812
1800.01/1797.42	c ignored constraints	: 0
1800.01/1797.42	c root simplifications	: 279
1800.01/1797.42	c removed literals (reason simplification)	: 33505402
1800.01/1797.42	c reason swapping (by a shorter reason)	: 0
1800.01/1797.42	c Calls to reduceDB	: 107
1800.01/1797.42	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.42	c number of learned constraints concerned by reduction	: 0
1800.01/1797.42	c number of learning phase by resolution	: 0
1800.01/1797.42	c number of learning phase by cutting planes	: 0
1800.01/1797.42	c speed (assignments/second)	: 211495.59297814517
1800.01/1797.42	c non guided choices	74
1800.01/1797.45	c learnt constraints type 
1800.01/1797.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/1797.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155512
1800.01/1797.45	c constraints type 
1800.01/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.01/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
1800.01/1797.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 694
1800.01/1797.45	c 1070 constraints processed.
1800.01/1797.45	s SATISFIABLE
1800.01/1797.45	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 
1800.01/1797.45	c objective function=114
1800.01/1797.45	c Total wall clock time (in seconds): 1797.314

Verifier Data

OK	114

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-3710555-1338134247/watcher-3710555-1338134247 -o /tmp/evaluation-result-3710555-1338134247/solver-3710555-1338134247 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710555-1338134247.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: 2.00 2.00 2.00 2/194 22464
/proc/meminfo: memFree=30630296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22464/stat : 22464 (java) D 22462 22464 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 279549594 9515008 183 33554432000 1073741824 1073778376 140734585136432 140734585127464 240565173941 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/22464/statm: 2323 183 140 9 0 71 0

[startup+0.0461659 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 22464
/proc/meminfo: memFree=30630296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 3031 0 1 0 1 1 0 0 20 0 13 0 279549594 9446973440 3727 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2306390 3727 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100563 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 22464
/proc/meminfo: memFree=30630296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 3882 0 1 0 7 1 0 0 20 0 18 0 279549594 9787842560 5089 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2389610 5089 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300151 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 22464
/proc/meminfo: memFree=30630296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 5787 0 1 0 44 2 0 0 20 0 19 0 279549594 9856004096 8572 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 8572 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625004

[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 22464
/proc/meminfo: memFree=30630296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 9569 0 1 0 118 3 0 0 20 0 19 0 279549594 9856004096 11336 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 11336 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 2.00 5/213 22483
/proc/meminfo: memFree=30586852/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 9626 0 1 0 204 3 0 0 20 0 19 0 279549594 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 12923 2278 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2543 0 1 0 142 1 0 0 20 0 19 0 279549595 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052310524328 140052183607851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549596 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 27 0 0 0 20 0 19 0 279549601 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 2753 0 0 0 30 0 0 0 20 0 19 0 279549601 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 12923 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22483
/proc/meminfo: memFree=30586480/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=3.73 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 9861 0 1 0 370 3 0 0 20 0 19 0 279549594 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 12930 2278 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2545 0 1 0 297 1 0 0 20 0 19 0 279549595 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052310524328 140052183480590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279549596 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 279549598 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 27 0 0 0 20 0 19 0 279549601 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 2979 0 0 0 35 0 0 0 20 0 19 0 279549601 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 12930 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22483
/proc/meminfo: memFree=30584308/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=6.96 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 9881 0 1 0 693 3 0 0 20 0 19 0 279549594 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 13383 2278 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2551 0 1 0 610 1 0 0 20 0 19 0 279549595 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052310524168 140052183456688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279549596 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549597 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 279549598 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 27 0 0 0 20 0 19 0 279549601 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 2979 0 0 0 35 0 0 0 20 0 19 0 279549601 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 13383 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 28 0 0 0 20 0 19 0 279549601 9856004096 43625 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 9155 0 0 0 68 3 0 0 20 0 19 0 279549601 9856004096 43625 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 43625 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 95 0 0 0 42 15 0 0 20 0 19 0 279549601 9856004096 43625 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 43625 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.82
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22636
/proc/meminfo: memFree=30672716/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=1724.86 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 16885 0 1 0 172453 33 0 0 20 0 19 0 279549594 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 44151 2281 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=1714.39 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2685 0 1 0 171405 34 0 0 20 0 19 0 279549595 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052310524208 140052183364711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 97 0 0 0 29 0 0 0 20 0 19 0 279549596 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 56 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 20 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 23 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 149 0 0 0 29 0 0 0 20 0 19 0 279549597 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 153 0 0 0 241 3 0 0 20 0 19 0 279549598 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 28 0 0 0 20 0 19 0 279549601 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 9155 0 0 0 68 3 0 0 20 0 19 0 279549601 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 99 0 0 0 45 15 0 0 20 0 19 0 279549601 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 44151 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.86
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22637
/proc/meminfo: memFree=30670296/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=1784.9 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 16897 0 1 0 178456 34 0 0 20 0 19 0 279549594 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 44667 2281 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=1774.19 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2687 0 1 0 177385 34 0 0 20 0 19 0 279549595 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052310524208 140052183480465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 101 0 0 0 29 0 0 0 20 0 19 0 279549596 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 56 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 20 0 0 0 28 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 23 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 149 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=2.48 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 155 0 0 0 245 3 0 0 20 0 19 0 279549598 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 28 0 0 0 20 0 19 0 279549601 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 9155 0 0 0 68 3 0 0 20 0 19 0 279549601 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 103 0 0 0 47 15 0 0 20 0 19 0 279549601 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 44667 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22637
/proc/meminfo: memFree=30666448/32873844 swapFree=7116/7116
[pid=22464] ppid=22462 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/22464/stat : 22464 (java) S 22462 22464 19004 0 -1 4202496 16897 0 1 0 179967 34 0 0 20 0 19 0 279549594 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140735231908080 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22464/statm: 2406251 45009 2281 9 0 2396937 0
[pid=22464/tid=22466] ppid=22462 vsize=9625004 CPUtime=1789.26 cores=0,2,4,6
/proc/22464/task/22466/stat : 22466 (java) R 22462 22464 19004 0 -1 4202560 2687 0 1 0 178890 36 0 0 20 0 19 0 279549595 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052310524208 140052183480003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22467] ppid=22462 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/22464/task/22467/stat : 22467 (java) S 22462 22464 19004 0 -1 4202560 101 0 0 0 29 0 0 0 20 0 19 0 279549596 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052154534952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22468] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22468/stat : 22468 (java) S 22462 22464 19004 0 -1 4202560 56 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052153482152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22469] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22469/stat : 22469 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052152429352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22470] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22470/stat : 22470 (java) S 22462 22464 19004 0 -1 4202560 71 0 0 0 28 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052151376552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22471] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22471/stat : 22471 (java) S 22462 22464 19004 0 -1 4202560 20 0 0 0 28 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052150323752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22472] ppid=22462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/22464/task/22472/stat : 22472 (java) S 22462 22464 19004 0 -1 4202560 23 0 0 0 27 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052149270952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22473] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22473/stat : 22473 (java) S 22462 22464 19004 0 -1 4202560 53 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052148218152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22464/tid=22474] ppid=22462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/22464/task/22474/stat : 22474 (java) S 22462 22464 19004 0 -1 4202560 149 0 0 0 30 0 0 0 20 0 19 0 279549597 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052147165352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22475] ppid=22462 vsize=9625004 CPUtime=2.48 cores=0,2,4,6
/proc/22464/task/22475/stat : 22475 (java) S 22462 22464 19004 0 -1 4202560 155 0 0 0 245 3 0 0 20 0 19 0 279549598 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052134755304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22476] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22476/stat : 22476 (java) S 22462 22464 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052133701368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22477] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22477/stat : 22477 (java) S 22462 22464 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279549598 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052132648456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22478] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22478/stat : 22478 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052131596944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22479] ppid=22462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/22464/task/22479/stat : 22479 (java) S 22462 22464 19004 0 -1 4202560 3089 0 0 0 28 0 0 0 20 0 19 0 279549601 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052130544056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22480] ppid=22462 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/22464/task/22480/stat : 22480 (java) S 22462 22464 19004 0 -1 4202560 9155 0 0 0 68 3 0 0 20 0 19 0 279549601 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052129491256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22464/tid=22481] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22481/stat : 22481 (java) S 22462 22464 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279549601 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052128438648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22464/tid=22482] ppid=22462 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/22464/task/22482/stat : 22482 (java) S 22462 22464 19004 0 -1 4202560 103 0 0 0 47 16 0 0 20 0 19 0 279549601 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052127386056 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22464/tid=22483] ppid=22462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/22464/task/22483/stat : 22483 (java) S 22462 22464 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279549623 9856004096 45009 33554432000 1073741824 1073778376 140735231916944 140052126332584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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 22464 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=289074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=723889
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.45
CPU time (s): 1800.01
CPU user time (s): 1799.67
CPU system time (s): 0.34
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.29
system time used= 0.723889
maximum resident set size= 180180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16937
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40804
involuntary context switches= 22114

runsolver used 6.18006 second user time and 14.9747 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 17:57:27
IDJOB=3710555
IDBENCH=1844
IDSOLVER=2289
FILE ID=node146/3710555-1338134247
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710555-1338134247/watcher-3710555-1338134247 -o /tmp/evaluation-result-3710555-1338134247/solver-3710555-1338134247 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710555-1338134247.opb

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=745823085

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30630668 kB
Buffers:          308440 kB
Cached:           753348 kB
SwapCached:         2184 kB
Active:          1238200 kB
Inactive:         165112 kB
Active(anon):     340636 kB
Inactive(anon):     2668 kB
Active(file):     897564 kB
Inactive(file):   162444 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:        354728 kB
Mapped:            17644 kB
Shmem:                 0 kB
Slab:             691304 kB
SReclaimable:     132576 kB
SUnreclaim:       558728 kB
KernelStack:        1592 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71184 MiB
End job on node146 at 2012-05-27 18:27:26