Trace number 3688681

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 Resolution 2.3.2 SnapshotSAT (TO)-28 1800.52 1789.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM5c1211f8aed9d33c9f0c9019d9cd9874
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -37
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint103
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688681-1337886300.opb
0.08/0.12	c reading problem ... 
1.34/0.64	c ... done. Wall clock time 0.529s.
1.34/0.64	c declared #vars     500
1.34/0.64	c internal #vars     19183
1.34/0.64	c #constraints  37866
1.34/0.64	c constraints type 
1.34/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
1.34/0.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1.34/0.64	c ignored satisfied constraints => 500
1.34/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
1.34/0.64	c 38366 constraints processed.
1.34/0.64	c objective function length is 500 literals
1.64/0.76	c SATISFIABLE
1.64/0.76	c OPTIMIZING...
1.64/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
1.64/0.76	o -25
1.93/0.80	c Got one! Elapsed wall clock time (in seconds):0.689
1.93/0.80	o -26
1.93/0.84	c Got one! Elapsed wall clock time (in seconds):0.725
1.93/0.84	o -27
2.36/1.03	c Got one! Elapsed wall clock time (in seconds):0.917
2.36/1.03	o -28
2.90/1.53	c cleaning 2511 clauses out of 5021 with flag 4000/5021
3.73/2.25	c cleaning 4255 clauses out of 8510 with flag 10000/11021
4.66/3.11	c cleaning 5629 clauses out of 11258 with flag 17003/18024
5.69/4.13	c cleaning 6813 clauses out of 13626 with flag 25000/26021
6.86/5.28	c cleaning 7904 clauses out of 15815 with flag 34002/35023
8.06/6.49	c cleaning 8952 clauses out of 17909 with flag 44000/45021
9.50/7.85	c cleaning 9979 clauses out of 19958 with flag 55001/56022
11.04/9.34	c cleaning 10990 clauses out of 21979 with flag 67001/68022
13.18/11.43	c cleaning 11993 clauses out of 23990 with flag 80002/81023
15.39/13.64	c cleaning 12992 clauses out of 25995 with flag 94000/95021
17.61/15.84	c cleaning 13999 clauses out of 28003 with flag 109000/110021
20.73/18.93	c cleaning 15001 clauses out of 30004 with flag 125000/126021
23.96/22.11	c cleaning 16002 clauses out of 32003 with flag 142000/143021
27.78/25.91	c cleaning 16995 clauses out of 34005 with flag 160004/161025
32.20/30.38	c cleaning 18000 clauses out of 36007 with flag 179001/180022
36.46/34.59	c cleaning 19000 clauses out of 38007 with flag 199001/200022
41.59/39.69	c cleaning 20000 clauses out of 40007 with flag 220001/221022
47.70/45.73	c cleaning 20997 clauses out of 42006 with flag 242000/243021
54.24/52.22	c cleaning 22003 clauses out of 44009 with flag 265000/266021
62.28/60.27	c cleaning 23003 clauses out of 46008 with flag 289002/290023
69.83/67.73	c cleaning 23996 clauses out of 48003 with flag 314000/315021
77.97/75.87	c cleaning 25001 clauses out of 50007 with flag 340000/341021
86.93/84.72	c cleaning 26002 clauses out of 52007 with flag 367001/368022
96.17/93.91	c cleaning 26995 clauses out of 54004 with flag 395000/396021
104.70/102.49	c cleaning 28002 clauses out of 56011 with flag 424002/425023
113.15/110.89	c cleaning 29004 clauses out of 58008 with flag 454001/455022
124.81/122.48	c cleaning 29994 clauses out of 60003 with flag 485000/486021
136.86/134.47	c cleaning 31004 clauses out of 62012 with flag 517003/518024
148.23/145.72	c cleaning 31995 clauses out of 64006 with flag 550001/551022
159.90/157.35	c cleaning 33001 clauses out of 66010 with flag 584000/585021
173.92/171.36	c cleaning 34003 clauses out of 68011 with flag 619002/620023
191.20/188.53	c cleaning 35002 clauses out of 70006 with flag 655000/656021
206.85/204.14	c cleaning 35997 clauses out of 72004 with flag 692000/693021
221.63/218.89	c cleaning 37002 clauses out of 74010 with flag 730003/731024
236.98/234.10	c cleaning 37996 clauses out of 76006 with flag 769001/770022
252.41/249.52	c cleaning 39002 clauses out of 78009 with flag 809000/810021
268.56/265.66	c cleaning 40002 clauses out of 80008 with flag 850001/851022
285.30/282.38	c cleaning 40998 clauses out of 82005 with flag 892000/893021
308.30/305.27	c cleaning 42003 clauses out of 84009 with flag 935002/936023
329.97/326.84	c cleaning 42998 clauses out of 86004 with flag 979000/980021
352.82/349.61	c cleaning 43997 clauses out of 88007 with flag 1024001/1025022
375.89/372.67	c cleaning 45000 clauses out of 90009 with flag 1070000/1071021
395.93/392.63	c cleaning 46003 clauses out of 92011 with flag 1117002/1118023
415.42/412.06	c cleaning 47003 clauses out of 94006 with flag 1165000/1166021
435.48/432.00	c cleaning 48001 clauses out of 96006 with flag 1214003/1215024
458.22/454.70	c cleaning 48996 clauses out of 98002 with flag 1264000/1265021
481.39/477.87	c cleaning 50000 clauses out of 100006 with flag 1315000/1316021
506.31/502.69	c cleaning 51003 clauses out of 102008 with flag 1367002/1368023
538.45/534.75	c cleaning 51999 clauses out of 104003 with flag 1420000/1421021
564.47/560.70	c cleaning 53001 clauses out of 106005 with flag 1474001/1475022
596.67/592.89	c cleaning 53992 clauses out of 108003 with flag 1529000/1530021
625.85/621.98	c cleaning 54999 clauses out of 110011 with flag 1585000/1586021
660.69/656.72	c cleaning 56000 clauses out of 112014 with flag 1642002/1643023
695.53/691.51	c cleaning 57007 clauses out of 114013 with flag 1700001/1701022
734.52/730.45	c cleaning 57998 clauses out of 116005 with flag 1759000/1760021
770.49/766.35	c cleaning 58993 clauses out of 118007 with flag 1819000/1820021
804.56/800.37	c cleaning 60004 clauses out of 120014 with flag 1880000/1881021
839.60/835.36	c cleaning 61004 clauses out of 122011 with flag 1942001/1943022
877.62/873.31	c cleaning 61997 clauses out of 124006 with flag 2005000/2006021
922.12/917.76	c cleaning 63005 clauses out of 126010 with flag 2069001/2070022
969.82/965.35	c cleaning 63994 clauses out of 128004 with flag 2134000/2135021
1018.48/1013.96	c cleaning 64996 clauses out of 130011 with flag 2200001/2201022
1066.77/1062.12	c cleaning 66001 clauses out of 132015 with flag 2267001/2268022
1121.58/1116.73	c cleaning 66997 clauses out of 134013 with flag 2335000/2336021
1179.87/1174.89	c cleaning 68010 clauses out of 136019 with flag 2404003/2405024
1236.52/1231.36	c cleaning 69000 clauses out of 138007 with flag 2474001/2475022
1294.98/1289.60	c cleaning 69998 clauses out of 140006 with flag 2545000/2546021
1354.14/1348.34	c cleaning 71005 clauses out of 142010 with flag 2617002/2618023
1429.00/1422.26	c cleaning 72000 clauses out of 144005 with flag 2690002/2691023
1494.92/1487.48	c cleaning 72999 clauses out of 146005 with flag 2764002/2765023
1561.23/1552.94	c cleaning 73997 clauses out of 148004 with flag 2839000/2840021
1622.16/1613.24	c cleaning 75001 clauses out of 150008 with flag 2915001/2916022
1702.63/1692.85	c cleaning 75997 clauses out of 152006 with flag 2992000/2993021
1776.31/1765.70	c cleaning 77004 clauses out of 154009 with flag 3070000/3071021
1800.00/1789.01	c starts		: 251
1800.00/1789.01	c conflicts		: 3105232
1800.00/1789.01	c decisions		: 3229632
1800.00/1789.01	c propagations		: 17410776
1800.00/1789.01	c inspects		: 20464546955
1800.00/1789.01	c shortcuts		: 0
1800.00/1789.01	c learnt literals	: 0
1800.00/1789.01	c learnt binary clauses	: 0
1800.00/1789.01	c learnt ternary clauses	: 0
1800.00/1789.01	c learnt constraints	: 3105232
1800.00/1789.01	c ignored constraints	: 0
1800.00/1789.01	c root simplifications	: 0
1800.00/1789.01	c removed literals (reason simplification)	: 0
1800.00/1789.01	c reason swapping (by a shorter reason)	: 0
1800.00/1789.01	c Calls to reduceDB	: 74
1800.00/1789.01	c number of reductions to clauses (during analyze)	: 0
1800.00/1789.01	c number of learned constraints concerned by reduction	: 0
1800.00/1789.01	c number of learning phase by resolution	: 0
1800.00/1789.01	c number of learning phase by cutting planes	: 0
1800.00/1789.01	c speed (assignments/second)	: 9735.830276460589
1800.00/1789.01	c non guided choices	0
1800.00/1789.04	c learnt constraints type 
1800.00/1789.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111240
1800.00/1789.04	c constraints type 
1800.00/1789.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18683
1800.00/1789.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.00/1789.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/1789.04	c ignored satisfied constraints => 500
1800.00/1789.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18683
1800.00/1789.04	c 38367 constraints processed.
1800.00/1789.04	s SATISFIABLE
1800.00/1789.04	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 
1800.00/1789.04	c objective function=-28
1800.00/1789.04	c Total wall clock time (in seconds): 1788.922

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24881
/proc/meminfo: memFree=28831772/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24881/stat : 24881 (java) D 24879 24881 23489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254756038 2560000 46 33554432000 1073741824 1073778376 140733650177888 140733650175016 217401355559 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24881/statm: 625 46 37 9 0 29 0

[startup+0.0340759 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24881
/proc/meminfo: memFree=28831772/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 2766 0 1 0 0 0 0 0 20 0 10 0 254756038 9233014784 3465 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2254154 3465 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100298 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24881
/proc/meminfo: memFree=28831772/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 4284 0 1 0 7 1 0 0 20 0 18 0 254756038 9787813888 5454 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2389603 5454 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24881
/proc/meminfo: memFree=28831772/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 5381 0 1 0 44 1 0 0 20 0 18 0 254756038 9787813888 7739 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2389603 7739 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 24881
/proc/meminfo: memFree=28831772/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=1.64 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 12748 0 1 0 160 4 0 0 20 0 19 0 254756038 9855975424 25432 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 25432 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24903
/proc/meminfo: memFree=28863280/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=2.9 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 12765 0 1 0 286 4 0 0 20 0 19 0 254756038 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 30047 2260 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2491 0 1 0 144 2 0 0 20 0 19 0 254756040 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822048526936 139821872687148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254756042 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5486 0 0 0 67 2 0 0 20 0 19 0 254756045 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3589 0 0 0 73 0 0 0 20 0 19 0 254756045 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 30047 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 9624976

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 2/193 24903
/proc/meminfo: memFree=28805116/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=4.66 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 12886 0 1 0 458 8 0 0 20 0 19 0 254756038 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 45966 2285 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2495 0 1 0 289 2 0 0 20 0 19 0 254756040 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822048526744 139821872842558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 19 0 254756042 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5489 0 0 0 70 2 0 0 20 0 19 0 254756045 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3590 0 0 0 75 0 0 0 20 0 19 0 254756045 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 45966 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25016
/proc/meminfo: memFree=28587976/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=7.96 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 12918 0 1 0 787 9 0 0 20 0 19 0 254756038 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 48529 2285 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=5.92 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2497 0 1 0 589 3 0 0 20 0 19 0 254756040 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822048526624 139821872797927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254756041 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 47 0 0 0 26 0 0 0 20 0 19 0 254756042 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5491 0 0 0 73 2 0 0 20 0 19 0 254756045 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3593 0 0 0 78 0 0 0 20 0 19 0 254756045 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 48529 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 556 0 0 0 134 5 0 0 20 0 19 0 254756041 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 479 0 0 0 131 5 0 0 20 0 19 0 254756041 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 369 0 0 0 134 8 0 0 20 0 19 0 254756041 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=6.25 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 548 0 0 0 620 5 0 0 20 0 19 0 254756042 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5491 0 0 0 73 2 0 0 20 0 19 0 254756045 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3601 0 0 0 85 0 0 0 20 0 19 0 254756045 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 95 0 0 0 26 34 0 0 20 0 19 0 254756045 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 108297 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1671.84
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 2.04 3/213 25031
/proc/meminfo: memFree=26848956/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=1732.53 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 17991 0 1 0 173153 100 0 0 20 0 19 0 254756038 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 110971 2286 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=1712.2 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2777 0 1 0 171188 32 0 0 20 0 19 0 254756040 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822048525680 139821872842558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 303 0 0 0 142 5 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 481 0 0 0 140 6 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 677 0 0 0 138 6 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 485 0 0 0 144 8 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 707 0 0 0 141 6 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=1.5 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 633 0 0 0 144 6 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 617 0 0 0 144 5 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 377 0 0 0 146 8 0 0 20 0 19 0 254756041 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=6.37 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 558 0 0 0 632 5 0 0 20 0 19 0 254756042 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5491 0 0 0 73 2 0 0 20 0 19 0 254756045 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3601 0 0 0 85 0 0 0 20 0 19 0 254756045 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 99 0 0 0 27 35 0 0 20 0 19 0 254756045 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 110971 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.53
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.95 2.06 2.02 3/213 25090
/proc/meminfo: memFree=28437804/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=1793.2 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 18379 0 1 0 179217 103 0 0 20 0 19 0 254756038 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 112850 2286 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=1771.77 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2800 0 1 0 177145 32 0 0 20 0 19 0 254756040 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822048525680 139821872842563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 320 0 0 0 156 5 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 483 0 0 0 152 6 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 687 0 0 0 151 6 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 610 0 0 0 154 9 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 708 0 0 0 152 7 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 828 0 0 0 156 6 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 617 0 0 0 154 5 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 378 0 0 0 159 8 0 0 20 0 19 0 254756041 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=6.5 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 568 0 0 0 645 5 0 0 20 0 19 0 254756042 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5491 0 0 0 73 2 0 0 20 0 19 0 254756045 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3601 0 0 0 85 0 0 0 20 0 19 0 254756045 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 103 0 0 0 28 37 0 0 20 0 19 0 254756045 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 112850 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 1.96 2.06 2.02 4/213 25090
/proc/meminfo: memFree=28388680/32873648 swapFree=7372/7372
[pid=24881] ppid=24879 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/24881/stat : 24881 (java) S 24879 24881 23489 0 -1 4202496 18386 0 1 0 179897 103 0 0 20 0 19 0 254756038 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 140733699689888 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24881/statm: 2406244 112790 2286 9 0 2396937 0
[pid=24881/tid=24883] ppid=24879 vsize=9624976 CPUtime=1778.43 cores=1,3,5,7
/proc/24881/task/24883/stat : 24883 (java) R 24879 24881 23489 0 -1 4202560 2803 0 1 0 177810 33 0 0 20 0 19 0 254756040 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822048525680 139821872533707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24884] ppid=24879 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/24881/task/24884/stat : 24884 (java) S 24879 24881 23489 0 -1 4202560 320 0 0 0 158 5 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822010018728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24885] ppid=24879 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/24881/task/24885/stat : 24885 (java) S 24879 24881 23489 0 -1 4202560 483 0 0 0 153 6 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822008966184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24886] ppid=24879 vsize=9624976 CPUtime=1.6 cores=1,3,5,7
/proc/24881/task/24886/stat : 24886 (java) S 24879 24881 23489 0 -1 4202560 691 0 0 0 154 6 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822007913128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24881/tid=24887] ppid=24879 vsize=9624976 CPUtime=1.65 cores=1,3,5,7
/proc/24881/task/24887/stat : 24887 (java) S 24879 24881 23489 0 -1 4202560 610 0 0 0 156 9 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822006860584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24888] ppid=24879 vsize=9624976 CPUtime=1.6 cores=1,3,5,7
/proc/24881/task/24888/stat : 24888 (java) S 24879 24881 23489 0 -1 4202560 708 0 0 0 153 7 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822005807528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24889] ppid=24879 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/24881/task/24889/stat : 24889 (java) S 24879 24881 23489 0 -1 4202560 828 0 0 0 157 6 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822004754984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24890] ppid=24879 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/24881/task/24890/stat : 24890 (java) S 24879 24881 23489 0 -1 4202560 617 0 0 0 157 5 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822003701928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24891] ppid=24879 vsize=9624976 CPUtime=1.68 cores=1,3,5,7
/proc/24881/task/24891/stat : 24891 (java) S 24879 24881 23489 0 -1 4202560 378 0 0 0 160 8 0 0 20 0 19 0 254756041 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139822002649384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24881/tid=24892] ppid=24879 vsize=9624976 CPUtime=6.5 cores=1,3,5,7
/proc/24881/task/24892/stat : 24892 (java) S 24879 24881 23489 0 -1 4202560 568 0 0 0 645 5 0 0 20 0 19 0 254756042 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821871786856 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24893] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24893/stat : 24893 (java) S 24879 24881 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821870733176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24894] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24894/stat : 24894 (java) S 24879 24881 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254756043 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821869680008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24895] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24895/stat : 24895 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821868628752 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24896] ppid=24879 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/24881/task/24896/stat : 24896 (java) S 24879 24881 23489 0 -1 4202560 5491 0 0 0 73 2 0 0 20 0 19 0 254756045 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821867575608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24897] ppid=24879 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/24881/task/24897/stat : 24897 (java) S 24879 24881 23489 0 -1 4202560 3601 0 0 0 85 0 0 0 20 0 19 0 254756045 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821866523064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24898] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24898/stat : 24898 (java) S 24879 24881 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254756045 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821865470200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24881/tid=24899] ppid=24879 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/24881/task/24899/stat : 24899 (java) S 24879 24881 23489 0 -1 4202560 103 0 0 0 28 37 0 0 20 0 19 0 254756045 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821864417864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24881/tid=24903] ppid=24879 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24881/task/24903/stat : 24903 (java) S 24879 24881 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254756108 9855975424 112790 33554432000 1073741824 1073778376 140733699698752 139821863364136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1789.05
CPU time (s): 1800.52
CPU user time (s): 1799.09
CPU system time (s): 1.43278
CPU usage (%): 100.641
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.43278
maximum resident set size= 579128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18418
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46600
involuntary context switches= 42881

runsolver used 5.96009 second user time and 15.6236 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 21:05:01
IDJOB=3688681
IDBENCH=48188
IDSOLVER=2269
FILE ID=node122/3688681-1337886300
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71372 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688681-1337886300/watcher-3688681-1337886300 -o /tmp/evaluation-result-3688681-1337886300/solver-3688681-1337886300 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688681-1337886300.opb

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

MD5SUM BENCH= 5c1211f8aed9d33c9f0c9019d9cd9874
RANDOM SEED=482225049

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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		: 2666.533
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	: 5438.54
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.533
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		: 2666.533
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:       32873648 kB
MemFree:        28831664 kB
Buffers:          197428 kB
Cached:          2927356 kB
SwapCached:            0 kB
Active:          1383180 kB
Inactive:        1886216 kB
Active(anon):     136180 kB
Inactive(anon):    11052 kB
Active(file):    1247000 kB
Inactive(file):  1875164 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:        151500 kB
Mapped:            22076 kB
Shmem:               200 kB
Slab:             634432 kB
SReclaimable:      78600 kB
SUnreclaim:       555832 kB
KernelStack:        1592 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node122 at 2012-05-24 21:34:52