Trace number 3736753

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)39 1800.86 903.427

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_3.opb
MD5SUM0f5da0a781de7969842ad5c8dd7a6f1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of 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 constraint26
Maximum length of a constraint50
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)15722
Sum of products size (including duplicates)31444
Number of different products15722
Sum of products size31444

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
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 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3736753-1338752086.opb
0.09/0.11	c reading problem ... 
7.24/6.58	c ... done. Wall clock time 6.47s.
7.24/6.58	c #vars     16222
7.24/6.58	c #constraints  31944
7.24/6.58	c constraints type 
7.24/6.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16222
7.24/6.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
7.24/6.58	c constraints type 
7.24/6.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16222
7.24/6.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
7.39/6.69	c And the winner is Resolution
7.77/7.59	c SATISFIABLE
7.77/7.59	c OPTIMIZING...
7.77/7.59	c Got one! Elapsed wall clock time (in seconds):7.485
7.77/7.59	o 42
10.23/8.41	c And the winner is CuttingPlanes
10.27/8.60	c Got one! Elapsed wall clock time (in seconds):8.495
10.27/8.60	o 41
10.27/8.68	c And the winner is Resolution
10.62/9.61	c Got one! Elapsed wall clock time (in seconds):9.503
10.62/9.61	o 40
13.66/11.07	c cleaning 2498 clauses out of 5001 with flag 5001/5001
19.17/13.76	c cleaning 4248 clauses out of 8503 with flag 11001/11001
25.58/16.96	c cleaning 5627 clauses out of 11256 with flag 18002/18002
31.98/20.19	c cleaning 6810 clauses out of 13627 with flag 26000/26000
39.26/23.77	c cleaning 7902 clauses out of 15818 with flag 35001/35001
48.11/28.15	c cleaning 8956 clauses out of 17916 with flag 45001/45001
57.14/32.63	c cleaning 9975 clauses out of 19960 with flag 56001/56001
66.93/37.52	c cleaning 10985 clauses out of 21984 with flag 68000/68000
78.28/43.26	c cleaning 11995 clauses out of 23999 with flag 81000/81000
90.50/49.38	c cleaning 12994 clauses out of 26005 with flag 95001/95001
106.35/57.28	c cleaning 14003 clauses out of 28011 with flag 110001/110001
121.25/64.60	c cleaning 14999 clauses out of 30007 with flag 126000/126000
136.36/72.22	c cleaning 15999 clauses out of 32009 with flag 143001/143001
152.38/80.22	c cleaning 16993 clauses out of 34010 with flag 161001/161001
169.79/88.98	c cleaning 18003 clauses out of 36017 with flag 180001/180001
188.65/98.36	c cleaning 18996 clauses out of 38013 with flag 200000/200000
209.85/108.91	c cleaning 20001 clauses out of 40018 with flag 221001/221001
230.10/119.07	c cleaning 20996 clauses out of 42016 with flag 243000/243000
251.39/129.67	c cleaning 22004 clauses out of 44020 with flag 266000/266000
273.88/140.81	c cleaning 23000 clauses out of 46016 with flag 290000/290000
291.18/149.52	c And the winner is CuttingPlanes
291.33/150.12	c Got one! Elapsed wall clock time (in seconds):150.008
291.33/150.12	o 39
295.15/152.04	c cleaning 24003 clauses out of 48016 with flag 315000/315000
314.59/161.79	c cleaning 25003 clauses out of 50013 with flag 341000/341000
340.40/174.54	c cleaning 25993 clauses out of 52010 with flag 368000/368000
366.63/187.51	c cleaning 27000 clauses out of 54017 with flag 396000/396000
395.85/202.17	c cleaning 28003 clauses out of 56017 with flag 425000/425000
425.75/217.05	c cleaning 29000 clauses out of 58015 with flag 455001/455001
455.24/231.73	c cleaning 29999 clauses out of 60016 with flag 486002/486002
487.17/247.62	c cleaning 31003 clauses out of 62015 with flag 518000/518000
525.77/266.90	c cleaning 31501 clauses out of 63013 with flag 550001/550001
564.28/286.20	c cleaning 31750 clauses out of 63511 with flag 582000/582000
597.86/302.86	c cleaning 31875 clauses out of 63762 with flag 614001/614001
633.01/320.33	c cleaning 31934 clauses out of 63886 with flag 646000/646000
666.76/337.22	c cleaning 31967 clauses out of 63953 with flag 678001/678001
700.01/353.87	c cleaning 31988 clauses out of 63986 with flag 710001/710001
734.63/371.00	c cleaning 31989 clauses out of 63997 with flag 742000/742000
771.38/389.37	c cleaning 31995 clauses out of 64009 with flag 774001/774001
806.93/407.15	c cleaning 31997 clauses out of 64013 with flag 806000/806000
842.69/424.98	c cleaning 32000 clauses out of 64016 with flag 838000/838000
877.30/442.13	c cleaning 32000 clauses out of 64018 with flag 870002/870002
911.05/458.95	c cleaning 31999 clauses out of 64016 with flag 902000/902000
942.00/474.46	c cleaning 32004 clauses out of 64017 with flag 934000/934000
975.14/490.97	c cleaning 32000 clauses out of 64014 with flag 966001/966001
1009.45/508.10	c cleaning 31996 clauses out of 64013 with flag 998000/998000
1042.79/524.69	c cleaning 31999 clauses out of 64019 with flag 1030002/1030002
1080.00/543.38	c cleaning 31998 clauses out of 64018 with flag 1062000/1062000
1113.97/560.28	c cleaning 31999 clauses out of 64021 with flag 1094001/1094001
1140.38/573.46	c cleaning 0 clauses out of 5000 with flag 0/5000
1149.22/577.92	c cleaning 32003 clauses out of 64022 with flag 1126001/1126001
1184.35/595.62	c cleaning 32000 clauses out of 64019 with flag 1158001/1158001
1219.46/613.17	c cleaning 32002 clauses out of 64018 with flag 1190000/1190000
1259.57/633.18	c cleaning 31998 clauses out of 64016 with flag 1222000/1222000
1302.93/654.75	c cleaning 32004 clauses out of 64019 with flag 1254001/1254001
1346.45/676.56	c cleaning 32003 clauses out of 64015 with flag 1286001/1286001
1386.84/696.72	c cleaning 32001 clauses out of 64011 with flag 1318000/1318000
1418.00/712.28	c cleaning 32000 clauses out of 64012 with flag 1350002/1350002
1449.50/727.96	c cleaning 32001 clauses out of 64011 with flag 1382001/1382001
1481.61/744.15	c cleaning 31998 clauses out of 64009 with flag 1414000/1414000
1516.83/761.77	c cleaning 31999 clauses out of 64011 with flag 1446000/1446000
1551.86/779.25	c cleaning 31997 clauses out of 64012 with flag 1478000/1478000
1589.15/797.88	c cleaning 32001 clauses out of 64015 with flag 1510000/1510000
1621.44/814.19	c cleaning 31999 clauses out of 64017 with flag 1542003/1542003
1655.58/831.25	c cleaning 31997 clauses out of 64015 with flag 1574000/1574000
1690.24/848.51	c cleaning 31998 clauses out of 64018 with flag 1606000/1606000
1727.99/867.38	c cleaning 32001 clauses out of 64020 with flag 1638000/1638000
1768.42/887.62	c cleaning 32003 clauses out of 64020 with flag 1670001/1670001
1800.02/903.41	c starts		: 30
1800.02/903.41	c conflicts		: 6383
1800.02/903.41	c decisions		: 47812
1800.02/903.41	c propagations		: 4490931
1800.02/903.41	c inspects		: 274523062
1800.02/903.41	c learnt literals	: 0
1800.02/903.41	c learnt binary clauses	: 0
1800.02/903.41	c learnt ternary clauses	: 0
1800.02/903.41	c learnt clauses	: 6383
1800.02/903.41	c ignored clauses	: 0
1800.02/903.41	c root simplifications	: 0
1800.02/903.41	c removed literals (reason simplification)	: 0
1800.02/903.41	c reason swapping (by a shorter reason)	: 0
1800.02/903.41	c Calls to reduceDB	: 1
1800.02/903.41	c number of reductions to clauses (during analyze)	: 0
1800.02/903.41	c number of learned constraints concerned by reduction	: 0
1800.02/903.41	c number of learning phase by resolution	: 0
1800.02/903.41	c number of learning phase by cutting planes	: 0
1800.02/903.41	c speed (assignments/second)	: 5961.739936173489
1800.02/903.41	c non guided choices	0
1800.02/903.41	c learnt constraints type 
1800.02/903.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.02/903.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 197
1800.02/903.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6185
1800.02/903.41	c constraints type 
1800.02/903.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16222
1800.02/903.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/903.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.02/903.41	c constraints type 
1800.02/903.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16222
1800.02/903.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/903.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.02/903.41	s SATISFIABLE
1800.02/903.41	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.02/903.41	c objective function=39
1800.02/903.41	c Total wall clock time (in seconds): 903.308

Verifier Data

OK	39

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-3736753-1338752086/watcher-3736753-1338752086 -o /tmp/evaluation-result-3736753-1338752086/solver-3736753-1338752086 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736753-1338752086.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.92 3.93 3.82 4/197 18469
/proc/meminfo: memFree=26671312/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18469/stat : 18469 (runsolver) D 18467 18469 17435 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 341334700 12095488 50 33554432000 4194304 5436572 140737209722640 140737209718936 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/18469/statm: 2953 50 31 304 0 2645 0

[startup+0.017675 s]
/proc/loadavg: 3.92 3.93 3.82 4/197 18469
/proc/meminfo: memFree=26671312/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 1426 0 1 0 0 0 0 0 20 0 2 0 341334700 105127936 1106 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100229 s]
/proc/loadavg: 3.92 3.93 3.82 4/197 18469
/proc/meminfo: memFree=26671312/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 4748 0 1 0 8 1 0 0 20 0 18 0 341334700 2764726272 6453 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 6454 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 3.92 3.93 3.82 4/197 18469
/proc/meminfo: memFree=26671312/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 5803 0 1 0 45 1 0 0 20 0 18 0 341334700 2764726272 8078 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 8078 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700232 s]
/proc/loadavg: 3.92 3.93 3.82 4/197 18469
/proc/meminfo: memFree=26671312/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=1.19 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 13153 0 1 0 117 2 0 0 20 0 18 0 341334700 2764726272 15143 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 15143 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 2699928

[startup+1.50059 s]
/proc/loadavg: 3.76 3.90 3.81 4/215 18487
/proc/meminfo: memFree=26617440/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=2.13 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 13303 0 1 0 211 2 0 0 20 0 18 0 341334700 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 16988 2237 9 0 665676 0
[pid=18469/tid=18471] ppid=18467 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) R 18467 18469 17435 0 -1 4202560 2796 0 1 0 147 0 0 0 20 0 18 0 341334702 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955923667152 139955754395397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 2297 0 0 0 19 0 0 0 20 0 18 0 341334706 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7023 0 0 0 43 0 0 0 20 0 18 0 341334706 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 16988 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 2699928

[startup+3.10062 s]
/proc/loadavg: 3.76 3.90 3.81 4/215 18487
/proc/meminfo: memFree=26604780/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=3.83 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 13345 0 1 0 381 2 0 0 20 0 18 0 341334700 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 20095 2238 9 0 665676 0
[pid=18469/tid=18471] ppid=18467 vsize=2699928 CPUtime=3.07 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) R 18467 18469 17435 0 -1 4202560 2803 0 1 0 307 0 0 0 20 0 18 0 341334702 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955923667304 139955754395067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 2331 0 0 0 22 0 0 0 20 0 18 0 341334706 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7024 0 0 0 50 0 0 0 20 0 18 0 341334706 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 20095 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 2699928

[startup+6.30067 s]
/proc/loadavg: 3.76 3.90 3.81 4/215 18487
/proc/meminfo: memFree=26571332/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2699928 CPUtime=7.03 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 13355 0 1 0 700 3 0 0 20 0 18 0 341334700 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 674982 23665 2239 9 0 665676 0
[pid=18469/tid=18471] ppid=18467 vsize=2699928 CPUtime=6.27 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) R 18467 18469 17435 0 -1 4202560 2812 0 1 0 625 2 0 0 20 0 18 0 341334702 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955923660704 139955754394987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334703 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341334704 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 2331 0 0 0 22 0 0 0 20 0 18 0 341334706 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7024 0 0 0 50 0 0 0 20 0 18 0 341334706 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341334706 2764726272 23665 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.73 3.89 3.81 5/219 18497
/proc/meminfo: memFree=26150168/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2966184 CPUtime=17.05 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 18441 0 1 0 1682 23 0 0 20 0 22 0 341334700 3037372416 122084 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 741546 122084 2286 9 0 732240 0
[pid=18469/tid=18471] ppid=18467 vsize=2966184 CPUtime=6.58 cores=0,2,4,6

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

[pid=18469/tid=18491] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18491/stat : 18491 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 241712 33554432000 1073741824 1073778376 140734863108192 139955876590504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18499] ppid=18467 vsize=2966184 CPUtime=581.92 cores=0,2,4,6
/proc/18469/task/18499/stat : 18499 (java) S 18467 18469 17435 0 -1 4202560 407 0 0 0 58181 11 0 0 20 0 22 0 341349713 3037372416 241712 33554432000 1073741824 1073778376 140734863108192 139955879747784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18500] ppid=18467 vsize=2966184 CPUtime=581.95 cores=0,2,4,6
/proc/18469/task/18500/stat : 18500 (java) S 18467 18469 17435 0 -1 4202560 401 0 0 0 58185 10 0 0 20 0 22 0 341349713 3037372416 241712 33554432000 1073741824 1073778376 140734863108192 139955878693208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1517.55
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.04 3.96 3.86 5/219 18506
/proc/meminfo: memFree=25453368/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2966184 CPUtime=1637.53 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 26115 0 1 0 163584 169 0 0 20 0 22 0 341334700 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 741546 242736 2287 9 0 732240 0
[pid=18469/tid=18471] ppid=18467 vsize=2966184 CPUtime=6.6 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) S 18467 18469 17435 0 -1 4202560 2847 0 1 0 658 2 0 0 20 0 22 0 341334702 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955923670152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2966184 CPUtime=7.44 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 334 0 0 0 736 8 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2966184 CPUtime=7.31 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 355 0 0 0 722 9 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2966184 CPUtime=7.49 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 354 0 0 0 740 9 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2966184 CPUtime=7.19 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 346 0 0 0 710 9 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2966184 CPUtime=7.49 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 366 0 0 0 739 10 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2966184 CPUtime=7.24 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 341 0 0 0 715 9 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2966184 CPUtime=7.54 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 347 0 0 0 744 10 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2966184 CPUtime=7.64 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 359 0 0 0 753 11 0 0 20 0 22 0 341334703 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2966184 CPUtime=23.25 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 383 0 0 0 2267 58 0 0 20 0 22 0 341334704 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 10369 0 0 0 117 2 0 0 20 0 22 0 341334706 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7105 0 0 0 143 2 0 0 20 0 22 0 341334706 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 48 0 0 0 13 14 0 0 20 0 22 0 341334706 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18490] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18490/stat : 18490 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955877643048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18491] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18491/stat : 18491 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955876590504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18499] ppid=18467 vsize=2966184 CPUtime=638.59 cores=0,2,4,6
/proc/18469/task/18499/stat : 18499 (java) R 18467 18469 17435 0 -1 4202560 427 0 0 0 63847 12 0 0 20 0 22 0 341349713 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955879745864 139955754942465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18500] ppid=18467 vsize=2966184 CPUtime=638.61 cores=0,2,4,6
/proc/18469/task/18500/stat : 18500 (java) R 18467 18469 17435 0 -1 4202560 441 0 0 0 63850 11 0 0 20 0 22 0 341349713 3037372416 242736 33554432000 1073741824 1073778376 140734863108192 139955878694248 139955754818864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1637.53
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.38 4.10 3.92 5/219 18584
/proc/meminfo: memFree=25855016/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2966184 CPUtime=1757.62 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 26278 0 1 0 175582 180 0 0 20 0 22 0 341334700 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 741546 246818 2287 9 0 732240 0
[pid=18469/tid=18471] ppid=18467 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) S 18467 18469 17435 0 -1 4202560 2849 0 1 0 658 3 0 0 20 0 22 0 341334702 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955923670152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2966184 CPUtime=8.09 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 336 0 0 0 800 9 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2966184 CPUtime=7.96 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 357 0 0 0 786 10 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2966184 CPUtime=8.15 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 357 0 0 0 805 10 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2966184 CPUtime=7.84 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 346 0 0 0 775 9 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2966184 CPUtime=8.12 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 368 0 0 0 802 10 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2966184 CPUtime=7.88 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 341 0 0 0 779 9 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2966184 CPUtime=8.1 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 349 0 0 0 800 10 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2966184 CPUtime=8.27 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 359 0 0 0 815 12 0 0 20 0 22 0 341334703 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2966184 CPUtime=25.38 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 448 0 0 0 2475 63 0 0 20 0 22 0 341334704 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 10371 0 0 0 122 2 0 0 20 0 22 0 341334706 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7105 0 0 0 143 2 0 0 20 0 22 0 341334706 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 22 0 341334706 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18490] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18490/stat : 18490 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955877643048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18491] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18491/stat : 18491 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955876590504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18499] ppid=18467 vsize=2966184 CPUtime=695.02 cores=0,2,4,6
/proc/18469/task/18499/stat : 18499 (java) R 18467 18469 17435 0 -1 4202560 474 0 0 0 69489 13 0 0 20 0 22 0 341349713 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955879745856 139955754819811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18500] ppid=18467 vsize=2966184 CPUtime=695.06 cores=0,2,4,6
/proc/18469/task/18500/stat : 18500 (java) R 18467 18469 17435 0 -1 4202560 473 0 0 0 69494 12 0 0 20 0 22 0 341349713 3037372416 246818 33554432000 1073741824 1073778376 140734863108192 139955878694200 139955754903711 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1757.62
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.401 s]
/proc/loadavg: 4.27 4.09 3.92 5/219 18584
/proc/meminfo: memFree=25830552/32873648 swapFree=6860/6860
[pid=18469] ppid=18467 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/18469/stat : 18469 (java) S 18467 18469 17435 0 -1 4202496 26308 0 1 0 179820 182 0 0 20 0 22 0 341334700 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 140734863099328 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18469/statm: 741546 246816 2287 9 0 732240 0
[pid=18469/tid=18471] ppid=18467 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/18469/task/18471/stat : 18471 (java) S 18467 18469 17435 0 -1 4202560 2850 0 1 0 658 3 0 0 20 0 22 0 341334702 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955923670152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18472] ppid=18467 vsize=2966184 CPUtime=8.28 cores=0,2,4,6
/proc/18469/task/18472/stat : 18472 (java) S 18467 18469 17435 0 -1 4202560 336 0 0 0 819 9 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955907951016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18473] ppid=18467 vsize=2966184 CPUtime=8.21 cores=0,2,4,6
/proc/18469/task/18473/stat : 18473 (java) S 18467 18469 17435 0 -1 4202560 357 0 0 0 811 10 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955906898472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18474] ppid=18467 vsize=2966184 CPUtime=8.42 cores=0,2,4,6
/proc/18469/task/18474/stat : 18474 (java) S 18467 18469 17435 0 -1 4202560 357 0 0 0 832 10 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955905845416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18475] ppid=18467 vsize=2966184 CPUtime=8.07 cores=0,2,4,6
/proc/18469/task/18475/stat : 18475 (java) S 18467 18469 17435 0 -1 4202560 346 0 0 0 797 10 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955904792872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18469/tid=18476] ppid=18467 vsize=2966184 CPUtime=8.34 cores=0,2,4,6
/proc/18469/task/18476/stat : 18476 (java) S 18467 18469 17435 0 -1 4202560 368 0 0 0 824 10 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955903740840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18477] ppid=18467 vsize=2966184 CPUtime=8.13 cores=0,2,4,6
/proc/18469/task/18477/stat : 18477 (java) S 18467 18469 17435 0 -1 4202560 341 0 0 0 804 9 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955902688296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18478] ppid=18467 vsize=2966184 CPUtime=8.37 cores=0,2,4,6
/proc/18469/task/18478/stat : 18478 (java) S 18467 18469 17435 0 -1 4202560 349 0 0 0 827 10 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955901635240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18479] ppid=18467 vsize=2966184 CPUtime=8.46 cores=0,2,4,6
/proc/18469/task/18479/stat : 18479 (java) S 18467 18469 17435 0 -1 4202560 359 0 0 0 834 12 0 0 20 0 22 0 341334703 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955900582696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18480] ppid=18467 vsize=2966184 CPUtime=25.99 cores=0,2,4,6
/proc/18469/task/18480/stat : 18480 (java) S 18467 18469 17435 0 -1 4202560 448 0 0 0 2534 65 0 0 20 0 22 0 341334704 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955888171368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18481] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18481/stat : 18481 (java) S 18467 18469 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955887117688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18482] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18482/stat : 18482 (java) S 18467 18469 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341334704 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955886064520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18483] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18483/stat : 18483 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955885013264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18484] ppid=18467 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/18469/task/18484/stat : 18484 (java) S 18467 18469 17435 0 -1 4202560 10371 0 0 0 122 2 0 0 20 0 22 0 341334706 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955883961144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18469/tid=18485] ppid=18467 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/18469/task/18485/stat : 18485 (java) S 18467 18469 17435 0 -1 4202560 7105 0 0 0 143 2 0 0 20 0 22 0 341334706 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955882908600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18486] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18486/stat : 18486 (java) S 18467 18469 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341334706 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955881855736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18487] ppid=18467 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/18469/task/18487/stat : 18487 (java) S 18467 18469 17435 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 22 0 341334706 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955880803400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18490] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18490/stat : 18490 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955877643048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18491] ppid=18467 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18469/task/18491/stat : 18491 (java) S 18467 18469 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341335362 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955876590504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18469/tid=18499] ppid=18467 vsize=2966184 CPUtime=715 cores=0,2,4,6
/proc/18469/task/18499/stat : 18499 (java) R 18467 18469 17435 0 -1 4202560 488 0 0 0 71487 13 0 0 20 0 22 0 341349713 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955879745712 139955754818785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18469/tid=18500] ppid=18467 vsize=2966184 CPUtime=715.02 cores=0,2,4,6
/proc/18469/task/18500/stat : 18500 (java) R 18467 18469 17435 0 -1 4202560 488 0 0 0 71490 12 0 0 20 0 22 0 341349713 3037372416 246816 33554432000 1073741824 1073778376 140734863108192 139955878694056 139955754818875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

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): 903.427
CPU time (s): 1800.86
CPU user time (s): 1798.61
CPU system time (s): 2.25266
CPU usage (%): 199.337
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.25266
maximum resident set size= 987376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26336
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55710
involuntary context switches= 108862

runsolver used 3.13052 second user time and 8.31374 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 21:34:46
IDJOB=3736753
IDBENCH=48113
IDSOLVER=2324
FILE ID=node116/3736753-1338752086
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 71036 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736753-1338752086/watcher-3736753-1338752086 -o /tmp/evaluation-result-3736753-1338752086/solver-3736753-1338752086 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736753-1338752086.opb

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

MD5SUM BENCH= 0f5da0a781de7969842ad5c8dd7a6f1b
RANDOM SEED=227811284

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
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.556
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.90
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.556
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:        26671576 kB
Buffers:          555968 kB
Cached:          4101584 kB
SwapCached:         3028 kB
Active:          2851192 kB
Inactive:        2437196 kB
Active(anon):     621268 kB
Inactive(anon):     8500 kB
Active(file):    2229924 kB
Inactive(file):  2428696 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:        632348 kB
Mapped:            20076 kB
Shmem:                68 kB
Slab:             775244 kB
SReclaimable:     219472 kB
SUnreclaim:       555772 kB
KernelStack:        1624 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 71036 MiB
End job on node116 at 2012-06-03 21:49:52