Trace number 3689478

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-54 1800.2 943.457

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-p6b.opb
MD5SUMf076140978d89a37e97e041a8b1e6b8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-63
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables462
Total number of constraints5852
Number of constraints which are clauses5852
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 462
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 462
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 462
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689478-1337882390.opb
0.10/0.11	c reading problem ... 
0.47/0.36	c ... done. Wall clock time 0.247s.
0.47/0.36	c declared #vars     462
0.47/0.36	c #constraints  5852
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5852
0.47/0.36	c 5852 constraints processed.
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5852
0.47/0.36	c 5852 constraints processed.
0.47/0.36	c objective function length is 462 literals
0.47/0.37	c  And the winner is solver0
1.13/0.86	c SATISFIABLE
1.13/0.86	c OPTIMIZING...
1.13/0.86	c Got one! Elapsed wall clock time (in seconds):0.749
1.13/0.86	o -53
1.13/0.88	c  And the winner is solver0
1.17/1.37	c Got one! Elapsed wall clock time (in seconds):1.253
1.17/1.37	o -54
3.64/2.08	c cleaning 2501 clauses out of 5002 with flag 5000/5002
5.75/2.83	c cleaning 4250 clauses out of 8501 with flag 11000/11002
7.76/3.82	c cleaning 5626 clauses out of 11252 with flag 18001/18003
10.39/5.11	c cleaning 6813 clauses out of 13625 with flag 26000/26002
13.09/6.56	c cleaning 7902 clauses out of 15814 with flag 35002/35004
16.22/8.11	c cleaning 8956 clauses out of 17911 with flag 45001/45003
19.34/9.76	c cleaning 9968 clauses out of 19954 with flag 56000/56002
22.77/11.52	c cleaning 10992 clauses out of 21986 with flag 68000/68002
27.28/13.95	c cleaning 11998 clauses out of 23995 with flag 81001/81003
31.86/16.30	c cleaning 12998 clauses out of 25996 with flag 95000/95002
36.60/18.88	c cleaning 13996 clauses out of 27998 with flag 110000/110002
42.12/21.74	c cleaning 15001 clauses out of 30002 with flag 126000/126002
47.05/24.41	c cleaning 15999 clauses out of 32002 with flag 143001/143003
53.75/27.90	c cleaning 17000 clauses out of 34002 with flag 161000/161002
61.85/32.13	c cleaning 17995 clauses out of 36003 with flag 180001/180003
70.44/36.55	c cleaning 19001 clauses out of 38008 with flag 200001/200003
79.67/41.41	c cleaning 20000 clauses out of 40006 with flag 221000/221002
90.06/46.80	c cleaning 21004 clauses out of 42007 with flag 243001/243003
100.47/52.24	c cleaning 21995 clauses out of 44003 with flag 266001/266003
107.60/56.06	c cleaning 22999 clauses out of 46007 with flag 290000/290002
114.63/59.99	c cleaning 24004 clauses out of 48008 with flag 315000/315002
124.55/65.19	c cleaning 24998 clauses out of 50004 with flag 341000/341002
132.86/69.54	c cleaning 0 clauses out of 5000 with flag 0/5000
136.81/71.53	c cleaning 26003 clauses out of 52007 with flag 368001/368003
149.96/78.61	c cleaning 26993 clauses out of 54003 with flag 396000/396002
159.54/83.90	c cleaning 28001 clauses out of 56011 with flag 425001/425003
169.02/89.16	c cleaning 28999 clauses out of 58009 with flag 455000/455002
180.63/95.49	c cleaning 30004 clauses out of 60010 with flag 486000/486002
194.80/103.22	c cleaning 31002 clauses out of 62006 with flag 518000/518002
213.26/113.61	c cleaning 31997 clauses out of 64004 with flag 551000/551002
230.49/122.57	c cleaning 33004 clauses out of 66008 with flag 585001/585003
243.39/129.58	c cleaning 33998 clauses out of 68003 with flag 620000/620002
256.13/136.29	c cleaning 35000 clauses out of 70006 with flag 656001/656003
270.25/143.63	c cleaning 36003 clauses out of 72005 with flag 693000/693002
285.77/151.75	c cleaning 37002 clauses out of 74003 with flag 731001/731003
302.36/160.67	c cleaning 38000 clauses out of 76000 with flag 770000/770002
317.82/168.73	c cleaning 38998 clauses out of 78002 with flag 810002/810004
335.66/178.01	c cleaning 39999 clauses out of 80002 with flag 851000/851002
354.28/187.72	c cleaning 40998 clauses out of 82005 with flag 893002/893004
369.33/195.92	c cleaning 41997 clauses out of 84005 with flag 936000/936002
384.92/204.12	c cleaning 43000 clauses out of 86009 with flag 980001/980003
400.11/212.19	c cleaning 43993 clauses out of 88009 with flag 1025001/1025003
416.05/220.50	c cleaning 45004 clauses out of 90015 with flag 1071000/1071002
432.63/229.54	c cleaning 46003 clauses out of 92011 with flag 1118000/1118002
450.19/238.79	c cleaning 46993 clauses out of 94008 with flag 1166000/1166002
470.13/249.12	c cleaning 48005 clauses out of 96016 with flag 1215001/1215003
490.23/259.68	c cleaning 49000 clauses out of 98010 with flag 1265000/1265002
512.62/271.96	c cleaning 50003 clauses out of 100011 with flag 1316001/1316003
529.80/281.35	c cleaning 50999 clauses out of 102008 with flag 1368001/1368003
548.74/291.51	c cleaning 51997 clauses out of 104008 with flag 1421000/1421002
568.99/302.48	c cleaning 53005 clauses out of 106012 with flag 1475001/1475003
596.59/318.25	c cleaning 53996 clauses out of 108006 with flag 1530000/1530002
620.98/330.77	c cleaning 55005 clauses out of 110011 with flag 1586001/1586003
645.22/343.39	c cleaning 55999 clauses out of 112005 with flag 1643000/1643002
671.19/357.19	c cleaning 57003 clauses out of 114006 with flag 1701000/1701002
699.65/371.85	c cleaning 58002 clauses out of 116005 with flag 1760002/1760004
727.50/386.24	c cleaning 58993 clauses out of 118001 with flag 1820000/1820002
753.32/399.69	c cleaning 60001 clauses out of 120008 with flag 1881000/1881002
783.33/415.58	c cleaning 60997 clauses out of 122008 with flag 1943001/1943003
789.81/419.37	c cleaning 0 clauses out of 11001 with flag 0/11001
810.74/430.38	c cleaning 61996 clauses out of 124011 with flag 2006001/2006003
835.07/443.07	c cleaning 63008 clauses out of 126015 with flag 2070001/2070003
867.45/460.11	c cleaning 64003 clauses out of 128007 with flag 2135001/2135003
901.60/477.78	c cleaning 64994 clauses out of 130004 with flag 2201001/2201003
938.30/496.63	c cleaning 66003 clauses out of 132012 with flag 2268003/2268005
975.58/515.84	c cleaning 66998 clauses out of 134006 with flag 2336000/2336002
1026.49/542.23	c cleaning 68004 clauses out of 136008 with flag 2405000/2405002
1068.46/563.88	c cleaning 68998 clauses out of 138004 with flag 2475000/2475002
1105.04/582.79	c cleaning 70003 clauses out of 140008 with flag 2546002/2546004
1145.31/603.57	c cleaning 71002 clauses out of 142004 with flag 2618001/2618003
1189.37/626.66	c cleaning 71998 clauses out of 144003 with flag 2691002/2691004
1234.50/649.85	c cleaning 72999 clauses out of 146005 with flag 2765002/2765004
1284.39/675.35	c cleaning 74003 clauses out of 148005 with flag 2840001/2840003
1343.77/705.67	c cleaning 75002 clauses out of 150003 with flag 2916002/2916004
1408.77/739.21	c cleaning 75993 clauses out of 151999 with flag 2993000/2993002
1462.53/766.76	c cleaning 76997 clauses out of 154006 with flag 3071000/3071002
1507.96/791.31	c cleaning 77996 clauses out of 156009 with flag 3150000/3150002
1555.83/816.35	c cleaning 79003 clauses out of 158013 with flag 3230000/3230002
1601.59/839.98	c cleaning 79999 clauses out of 160011 with flag 3311001/3311003
1652.44/866.03	c cleaning 80998 clauses out of 162011 with flag 3393000/3393002
1697.76/889.49	c cleaning 81999 clauses out of 164015 with flag 3476002/3476004
1745.35/914.54	c cleaning 82997 clauses out of 166014 with flag 3560000/3560002
1796.19/940.66	c cleaning 84008 clauses out of 168018 with flag 3645001/3645003
1800.20/943.41	c starts		: 253
1800.20/943.41	c conflicts		: 3652401
1800.20/943.41	c decisions		: 3876120
1800.20/943.41	c propagations		: 19490791
1800.20/943.41	c inspects		: 4013093675
1800.20/943.41	c shortcuts		: 0
1800.20/943.41	c learnt literals	: 0
1800.20/943.41	c learnt binary clauses	: 0
1800.20/943.41	c learnt ternary clauses	: 0
1800.20/943.41	c learnt constraints	: 3652401
1800.20/943.41	c ignored constraints	: 0
1800.20/943.41	c root simplifications	: 0
1800.20/943.41	c removed literals (reason simplification)	: 57727495
1800.20/943.41	c reason swapping (by a shorter reason)	: 0
1800.20/943.41	c Calls to reduceDB	: 81
1800.20/943.41	c number of reductions to clauses (during analyze)	: 0
1800.20/943.41	c number of learned constraints concerned by reduction	: 0
1800.20/943.41	c number of learning phase by resolution	: 0
1800.20/943.41	c number of learning phase by cutting planes	: 0
1800.20/943.41	c speed (assignments/second)	: 20668.030340144276
1800.20/943.41	c non guided choices	0
1800.20/943.43	c learnt constraints type 
1800.20/943.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91547
1800.20/943.43	c constraints type 
1800.20/943.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.20/943.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5852
1800.20/943.43	c 5853 constraints processed.
1800.20/943.43	c constraints type 
1800.20/943.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5852
1800.20/943.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.20/943.43	c 5853 constraints processed.
1800.20/943.43	s SATISFIABLE
1800.20/943.44	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 
1800.20/943.44	c objective function=-54
1800.20/943.44	c Total wall clock time (in seconds): 943.323

Verifier Data

OK	-54

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

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

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


[startup+0 s]
/proc/loadavg: 3.90 3.88 3.82 4/197 25151
/proc/meminfo: memFree=26056280/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (java) R 25149 25151 21381 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 254364706 8192 1 33554432000 0 0 0 140734950966696 270329867703 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25151/statm: 33 2 0 0 0 22 0

[startup+0.0243239 s]
/proc/loadavg: 3.90 3.88 3.82 4/197 25151
/proc/meminfo: memFree=26056280/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 2361 0 1 0 0 0 0 0 20 0 10 0 254364706 9233014784 2550 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2254154 2558 1168 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100251 s]
/proc/loadavg: 3.90 3.88 3.82 4/197 25151
/proc/meminfo: memFree=26056280/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 4387 0 1 0 9 1 0 0 20 0 18 0 254364706 9787813888 5051 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2389603 5051 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 3.90 3.88 3.82 4/197 25151
/proc/meminfo: memFree=26056280/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 5636 0 1 0 46 1 0 0 20 0 18 0 254364706 9787813888 7806 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2389603 7806 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700309 s]
/proc/loadavg: 3.90 3.88 3.82 4/197 25151
/proc/meminfo: memFree=26056280/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 17337 0 1 0 109 4 0 0 20 0 20 0 254364706 10060460032 17622 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 17622 2241 9 0 2446860 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824668

[startup+1.50063 s]
/proc/loadavg: 3.90 3.88 3.82 3/216 25175
/proc/meminfo: memFree=25990428/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 17638 0 1 0 162 5 0 0 20 0 22 0 254364706 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 21474 2251 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2550 0 1 0 33 0 0 0 20 0 22 0 254364707 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140168076493816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254364708 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254364709 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167900620904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) R 25149 25151 21381 0 -1 4202560 7202 0 0 0 49 0 0 0 20 0 22 0 254364712 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167896397656 270329721549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) R 25149 25151 21381 0 -1 4202560 6526 0 0 0 49 2 0 0 20 0 22 0 254364712 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167895358136 140168080610691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25172] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25172/stat : 25172 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364743 10060460032 21474 33554432000 1073741824 1073778376 140735739731648 140167889568808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 4.07 3.92 3.84 11/219 25178
/proc/meminfo: memFree=25870568/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=6.31 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 27808 0 1 0 615 16 0 0 20 0 22 0 254364706 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 65894 2287 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2551 0 1 0 34 0 0 0 20 0 22 0 254364707 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140168076493816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254364708 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 21381 0 -1 4202560 112 0 0 0 11 0 0 0 20 0 22 0 254364709 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167900620904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 21381 0 -1 4202560 12384 0 0 0 128 2 0 0 20 0 22 0 254364712 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167896410680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 21381 0 -1 4202560 11233 0 0 0 115 3 0 0 20 0 22 0 254364712 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167895358136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25172] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25172/stat : 25172 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364743 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167889568808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25176] ppid=25149 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25151/task/25176/stat : 25176 (java) R 25149 25151 21381 0 -1 4202560 11 0 0 0 151 0 0 0 20 0 22 0 254364843 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167890621280 140167949757704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25177] ppid=25149 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25151/task/25177/stat : 25177 (java) R 25149 25151 21381 0 -1 4202560 110 0 0 0 149 2 0 0 20 0 22 0 254364843 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167888265776 140167949878796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25178] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25178/stat : 25178 (java) S 25149 25151 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254364844 10060460032 65894 33554432000 1073741824 1073778376 140735739731648 140167891673896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.07 3.92 3.84 5/219 25178
/proc/meminfo: memFree=25623700/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=12.68 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 28347 0 1 0 1244 24 0 0 20 0 22 0 254364706 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 110188 2287 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2551 0 1 0 34 0 0 0 20 0 22 0 254364707 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140168076493816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 98 0 0 0 4 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 67 0 0 0 5 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 78 0 0 0 6 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 21 0 0 0 5 2 0 0 20 0 22 0 254364708 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 21381 0 -1 4202560 266 0 0 0 43 0 0 0 20 0 22 0 254364709 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167900620904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 21381 0 -1 4202560 12395 0 0 0 138 3 0 0 20 0 22 0 254364712 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167896410680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 21381 0 -1 4202560 11237 0 0 0 118 3 0 0 20 0 22 0 254364712 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167895358136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 110188 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25151/statm: 2456167 965346 2288 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2613 0 1 0 35 2 0 0 20 0 22 0 254364707 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140168076493816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=2.07 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 379 0 0 0 202 5 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 448 0 0 0 211 6 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 709 0 0 0 221 8 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 695 0 0 0 216 7 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 717 0 0 0 249 10 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 660 0 0 0 239 9 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 411 0 0 0 221 8 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 843 0 0 0 211 10 0 0 20 0 22 0 254364708 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=90.46 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 21381 0 -1 4202560 4889 0 0 0 9023 23 0 0 20 0 22 0 254364709 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167900620904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 21381 0 -1 4202560 12396 0 0 0 141 3 0 0 20 0 22 0 254364712 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167896410680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 21381 0 -1 4202560 15324 0 0 0 204 4 0 0 20 0 22 0 254364712 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167895358136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 254364712 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25172] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25172/stat : 25172 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364743 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167889568808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25176] ppid=25149 vsize=9824668 CPUtime=783.08 cores=0,2,4,6
/proc/25151/task/25176/stat : 25176 (java) R 25149 25151 21381 0 -1 4202560 100 0 0 0 78295 13 0 0 20 0 22 0 254364843 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167890619424 140167949749571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25177] ppid=25149 vsize=9824668 CPUtime=783.14 cores=0,2,4,6
/proc/25151/task/25177/stat : 25177 (java) R 25149 25151 21381 0 -1 4202560 1480 0 0 0 78272 42 0 0 20 0 22 0 254364843 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167888265168 140167949878758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25178] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25178/stat : 25178 (java) S 25149 25151 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254364844 10060460032 965346 33554432000 1073741824 1073778376 140735739731648 140167891673896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1683.57
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.85 3.94 3.90 4/219 25276
/proc/meminfo: memFree=24895596/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=1798.17 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 43273 0 1 0 179665 152 0 0 20 0 22 0 254364706 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 969796 2288 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2615 0 1 0 35 3 0 0 20 0 22 0 254364707 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140168076493528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 421 0 0 0 212 6 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 500 0 0 0 232 6 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 709 0 0 0 238 8 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 767 0 0 0 234 7 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 733 0 0 0 266 10 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 668 0 0 0 259 9 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 417 0 0 0 240 9 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 850 0 0 0 234 10 0 0 20 0 22 0 254364708 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=96.52 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) R 25149 25151 21381 0 -1 4202560 4952 0 0 0 9628 24 0 0 20 0 22 0 254364709 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167900619760 140168083001440 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 21381 0 -1 4202560 12396 0 0 0 141 3 0 0 20 0 22 0 254364712 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167896410680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 21381 0 -1 4202560 15324 0 0 0 204 4 0 0 20 0 22 0 254364712 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167895358136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 55 0 0 0 16 18 0 0 20 0 22 0 254364712 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25172] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25172/stat : 25172 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364743 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167889568808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25176] ppid=25149 vsize=9824668 CPUtime=836.46 cores=0,2,4,6
/proc/25151/task/25176/stat : 25176 (java) S 25149 25151 21381 0 -1 4202560 103 0 0 0 83632 14 0 0 20 0 22 0 254364843 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167890621400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25177] ppid=25149 vsize=9824668 CPUtime=836.54 cores=0,2,4,6
/proc/25151/task/25177/stat : 25177 (java) S 25149 25151 21381 0 -1 4202560 1481 0 0 0 83611 43 0 0 20 0 22 0 254364843 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167888264392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25178] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25178/stat : 25178 (java) S 25149 25151 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254364844 10060460032 969796 33554432000 1073741824 1073778376 140735739731648 140167891673896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+943.401 s]
/proc/loadavg: 3.79 3.93 3.89 5/219 25276
/proc/meminfo: memFree=24877164/32873660 swapFree=7108/7108
[pid=25151] ppid=25149 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/25151/stat : 25151 (java) S 25149 25151 21381 0 -1 4202496 43282 0 1 0 179868 152 0 0 20 0 22 0 254364706 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140735739722784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25151/statm: 2456167 974393 2288 9 0 2446860 0
[pid=25151/tid=25153] ppid=25149 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/25151/task/25153/stat : 25153 (java) S 25149 25151 21381 0 -1 4202560 2615 0 1 0 35 3 0 0 20 0 22 0 254364707 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140168076493816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25154] ppid=25149 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25151/task/25154/stat : 25154 (java) S 25149 25151 21381 0 -1 4202560 421 0 0 0 212 6 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167920400552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25155] ppid=25149 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/25151/task/25155/stat : 25155 (java) S 25149 25151 21381 0 -1 4202560 500 0 0 0 232 6 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167919348008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25156] ppid=25149 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25151/task/25156/stat : 25156 (java) S 25149 25151 21381 0 -1 4202560 709 0 0 0 238 8 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167918295464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25157] ppid=25149 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25151/task/25157/stat : 25157 (java) S 25149 25151 21381 0 -1 4202560 767 0 0 0 234 7 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167917242920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25158] ppid=25149 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/25151/task/25158/stat : 25158 (java) S 25149 25151 21381 0 -1 4202560 733 0 0 0 266 10 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167916190376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25159] ppid=25149 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/25151/task/25159/stat : 25159 (java) S 25149 25151 21381 0 -1 4202560 668 0 0 0 259 9 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167915137832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25160] ppid=25149 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/25151/task/25160/stat : 25160 (java) S 25149 25151 21381 0 -1 4202560 417 0 0 0 240 9 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167914085288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25151/tid=25161] ppid=25149 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/25151/task/25161/stat : 25161 (java) S 25149 25151 21381 0 -1 4202560 850 0 0 0 234 10 0 0 20 0 22 0 254364708 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167913032744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25162] ppid=25149 vsize=9824668 CPUtime=96.69 cores=0,2,4,6
/proc/25151/task/25162/stat : 25162 (java) S 25149 25151 21381 0 -1 4202560 4961 0 0 0 9645 24 0 0 20 0 22 0 254364709 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167900620904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25163] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25163/stat : 25163 (java) S 25149 25151 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167899567224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25164] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25164/stat : 25164 (java) S 25149 25151 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254364710 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167898514568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25165] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25165/stat : 25165 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167897463312 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25166] ppid=25149 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25151/task/25166/stat : 25166 (java) S 25149 25151 21381 0 -1 4202560 12396 0 0 0 141 3 0 0 20 0 22 0 254364712 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167896410680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25167] ppid=25149 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/25151/task/25167/stat : 25167 (java) S 25149 25151 21381 0 -1 4202560 15324 0 0 0 204 4 0 0 20 0 22 0 254364712 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167895358136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25168] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25168/stat : 25168 (java) S 25149 25151 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254364712 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167894305784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25169] ppid=25149 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25151/task/25169/stat : 25169 (java) S 25149 25151 21381 0 -1 4202560 55 0 0 0 16 18 0 0 20 0 22 0 254364712 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167893253448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25151/tid=25172] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25172/stat : 25172 (java) S 25149 25151 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254364743 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167889568808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25176] ppid=25149 vsize=9824668 CPUtime=837.39 cores=0,2,4,6
/proc/25151/task/25176/stat : 25176 (java) R 25149 25151 21381 0 -1 4202560 103 0 0 0 83725 14 0 0 20 0 22 0 254364843 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167890621280 140167949757727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25151/tid=25177] ppid=25149 vsize=9824668 CPUtime=837.47 cores=0,2,4,6
/proc/25151/task/25177/stat : 25177 (java) R 25149 25151 21381 0 -1 4202560 1481 0 0 0 83704 43 0 0 20 0 22 0 254364843 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167888264272 140167949878883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25151/tid=25178] ppid=25149 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25151/task/25178/stat : 25178 (java) S 25149 25151 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254364844 10060460032 974393 33554432000 1073741824 1073778376 140735739731648 140167891673896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25151 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=100255
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=937705
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 943.457
CPU time (s): 1800.2
CPU user time (s): 1798.68
CPU system time (s): 1.52
CPU usage (%): 190.809
Max. virtual memory (cumulated for all children) (KiB): 9825424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 1.93771
maximum resident set size= 3897688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43313
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25551
involuntary context switches= 37151

runsolver used 3.3205 second user time and 8.59669 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 19:59:50
IDJOB=3689478
IDBENCH=89841
IDSOLVER=2268
FILE ID=node117/3689478-1337882390
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689478-1337882390/watcher-3689478-1337882390 -o /tmp/evaluation-result-3689478-1337882390/solver-3689478-1337882390 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689478-1337882390.opb

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1523858294

node117.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.148
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.29
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.148
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		: 2667.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26056808 kB
Buffers:          226116 kB
Cached:          2408880 kB
SwapCached:            0 kB
Active:          3897804 kB
Inactive:        2133204 kB
Active(anon):    3397992 kB
Inactive(anon):      636 kB
Active(file):     499812 kB
Inactive(file):  2132568 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       3402876 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             640040 kB
SReclaimable:      84480 kB
SUnreclaim:       555560 kB
KernelStack:        1640 kB
PageTables:        10524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    3912756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3328000 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= 71624 MiB
End job on node117 at 2012-05-24 20:15:35