Trace number 3711217

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)39 1800.51 1797.65

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_1.opb
MD5SUM93a95f0846e71f0984a2317cf811edef
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.79
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 constraint49
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)15716
Sum of products size (including duplicates)31432
Number of different products15716
Sum of products size31432

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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3711217-1338165815.opb
0.09/0.13	c reading problem ... 
1.30/0.64	c ... done. Wall clock time 0.514s.
1.30/0.64	c declared #vars     500
1.30/0.64	c internal #vars     16216
1.30/0.64	c #constraints  31932
1.30/0.64	c constraints type 
1.30/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16216
1.30/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1.30/0.64	c 31932 constraints processed.
2.20/0.94	c SATISFIABLE
2.20/0.94	c OPTIMIZING...
2.20/0.94	c Got one! Elapsed wall clock time (in seconds):0.814
2.20/0.94	o 499
2.20/0.96	c Got one! Elapsed wall clock time (in seconds):0.83
2.20/0.96	o 498
2.20/0.97	c Got one! Elapsed wall clock time (in seconds):0.846
2.20/0.97	o 497
2.20/0.99	c Got one! Elapsed wall clock time (in seconds):0.863
2.20/0.99	o 496
2.47/1.01	c Got one! Elapsed wall clock time (in seconds):0.887
2.47/1.01	o 495
2.47/1.03	c Got one! Elapsed wall clock time (in seconds):0.901
2.47/1.03	o 494
2.47/1.05	c Got one! Elapsed wall clock time (in seconds):0.918
2.47/1.05	o 493
2.47/1.06	c Got one! Elapsed wall clock time (in seconds):0.931
2.47/1.06	o 492
2.47/1.07	c Got one! Elapsed wall clock time (in seconds):0.944
2.47/1.07	o 491
2.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.957
2.47/1.08	o 490
2.47/1.10	c Got one! Elapsed wall clock time (in seconds):0.969
2.47/1.10	o 489
2.67/1.11	c Got one! Elapsed wall clock time (in seconds):0.984
2.67/1.11	o 488
2.67/1.12	c Got one! Elapsed wall clock time (in seconds):0.995
2.67/1.12	o 487
2.67/1.13	c Got one! Elapsed wall clock time (in seconds):1.006
2.67/1.13	o 486
2.67/1.14	c Got one! Elapsed wall clock time (in seconds):1.017
2.67/1.14	o 485
2.67/1.16	c Got one! Elapsed wall clock time (in seconds):1.029
2.67/1.16	o 484
2.67/1.17	c Got one! Elapsed wall clock time (in seconds):1.04
2.67/1.17	o 483
2.67/1.18	c Got one! Elapsed wall clock time (in seconds):1.051
2.67/1.18	o 482
2.67/1.19	c Got one! Elapsed wall clock time (in seconds):1.062
2.67/1.19	o 481
2.67/1.20	c Got one! Elapsed wall clock time (in seconds):1.074
2.67/1.20	o 480
2.79/1.21	c Got one! Elapsed wall clock time (in seconds):1.086
2.79/1.21	o 479
2.79/1.23	c Got one! Elapsed wall clock time (in seconds):1.098
2.79/1.23	o 478
2.79/1.24	c Got one! Elapsed wall clock time (in seconds):1.109
2.79/1.24	o 477
2.79/1.25	c Got one! Elapsed wall clock time (in seconds):1.12
2.79/1.25	o 476
2.79/1.26	c Got one! Elapsed wall clock time (in seconds):1.131
2.79/1.26	o 475
2.79/1.27	c Got one! Elapsed wall clock time (in seconds):1.142
2.79/1.27	o 474
2.79/1.28	c Got one! Elapsed wall clock time (in seconds):1.153
2.79/1.28	o 473
2.79/1.29	c Got one! Elapsed wall clock time (in seconds):1.164
2.79/1.29	o 472
2.92/1.31	c Got one! Elapsed wall clock time (in seconds):1.181
2.92/1.31	o 471
2.92/1.33	c Got one! Elapsed wall clock time (in seconds):1.198
2.92/1.33	o 43
2.92/1.34	c Got one! Elapsed wall clock time (in seconds):1.21
2.92/1.34	o 39
12.83/11.03	c cleaning 2485 clauses out of 5001 with flag 5000/5001
23.36/21.46	c cleaning 4249 clauses out of 8516 with flag 11000/11001
36.76/34.85	c cleaning 5631 clauses out of 11267 with flag 18000/18001
50.48/48.58	c cleaning 6787 clauses out of 13636 with flag 26000/26001
66.40/64.44	c cleaning 7909 clauses out of 15849 with flag 35000/35001
83.92/81.92	c cleaning 8935 clauses out of 17940 with flag 45000/45001
104.02/102.05	c cleaning 9998 clauses out of 20007 with flag 56002/56003
126.63/124.64	c cleaning 11004 clauses out of 22013 with flag 68006/68007
149.73/147.76	c cleaning 11962 clauses out of 24005 with flag 81002/81003
175.33/173.30	c cleaning 13013 clauses out of 26041 with flag 95000/95001
200.34/198.31	c cleaning 14011 clauses out of 28031 with flag 110003/110004
229.35/227.37	c cleaning 15006 clauses out of 30017 with flag 126000/126001
259.65/257.66	c cleaning 16000 clauses out of 32012 with flag 143001/143002
291.67/289.68	c cleaning 16997 clauses out of 34012 with flag 161001/161002
327.38/325.31	c cleaning 17995 clauses out of 36014 with flag 180000/180001
363.08/361.08	c cleaning 19001 clauses out of 38019 with flag 200000/200001
403.89/401.86	c cleaning 19997 clauses out of 40018 with flag 221000/221001
444.89/442.87	c cleaning 20985 clauses out of 42021 with flag 243000/243001
488.89/486.80	c cleaning 22012 clauses out of 44037 with flag 266001/266002
530.81/528.73	c cleaning 23005 clauses out of 46024 with flag 290000/290001
578.02/575.96	c cleaning 23978 clauses out of 48019 with flag 315000/315001
609.53/607.44	c cleaning 24999 clauses out of 50043 with flag 341002/341003
656.34/654.25	c cleaning 25986 clauses out of 52042 with flag 368000/368001
709.66/707.52	c cleaning 27015 clauses out of 54056 with flag 396000/396001
759.49/757.36	c cleaning 27998 clauses out of 56041 with flag 425000/425001
808.20/806.04	c cleaning 29017 clauses out of 58043 with flag 455000/455001
869.16/866.95	c cleaning 29990 clauses out of 60026 with flag 486000/486001
931.16/928.90	c cleaning 30977 clauses out of 62036 with flag 518000/518001
990.76/988.52	c cleaning 32009 clauses out of 64059 with flag 551000/551001
1054.68/1052.44	c cleaning 32998 clauses out of 66051 with flag 585001/585002
1117.98/1115.75	c cleaning 34007 clauses out of 68055 with flag 620003/620004
1188.10/1185.81	c cleaning 35000 clauses out of 70045 with flag 656000/656001
1250.50/1248.20	c cleaning 35989 clauses out of 72045 with flag 693000/693001
1308.71/1306.47	c cleaning 37021 clauses out of 74056 with flag 731000/731001
1387.24/1384.92	c cleaning 37975 clauses out of 76035 with flag 770000/770001
1462.75/1460.41	c cleaning 39007 clauses out of 78060 with flag 810000/810001
1541.75/1539.48	c cleaning 39969 clauses out of 80055 with flag 851002/851003
1622.56/1620.26	c cleaning 41035 clauses out of 82085 with flag 893001/893002
1693.67/1691.35	c cleaning 42008 clauses out of 84050 with flag 936001/936002
1778.20/1775.84	c cleaning 43008 clauses out of 86041 with flag 980000/980001
1800.04/1797.61	c starts		: 218
1800.04/1797.61	c conflicts		: 992207
1800.04/1797.61	c decisions		: 3371200
1800.04/1797.61	c propagations		: 2721471192
1800.04/1797.61	c inspects		: 16878367109
1800.04/1797.61	c shortcuts		: 0
1800.04/1797.61	c learnt literals	: 0
1800.04/1797.61	c learnt binary clauses	: 0
1800.04/1797.61	c learnt ternary clauses	: 1
1800.04/1797.61	c learnt constraints	: 992206
1800.04/1797.61	c ignored constraints	: 0
1800.04/1797.61	c root simplifications	: 218
1800.04/1797.61	c removed literals (reason simplification)	: 112648
1800.04/1797.61	c reason swapping (by a shorter reason)	: 0
1800.04/1797.61	c Calls to reduceDB	: 40
1800.04/1797.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.61	c number of learned constraints concerned by reduction	: 0
1800.04/1797.61	c number of learning phase by resolution	: 0
1800.04/1797.61	c number of learning phase by cutting planes	: 0
1800.04/1797.61	c speed (assignments/second)	: 1514504.813187767
1800.04/1797.61	c non guided choices	34516
1800.04/1797.63	c learnt constraints type 
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55248
1800.04/1797.63	c constraints type 
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16216
1800.04/1797.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1797.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1800.04/1797.63	c 31933 constraints processed.
1800.04/1797.63	s SATISFIABLE
1800.04/1797.63	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.04/1797.63	c objective function=39
1800.04/1797.63	c Total wall clock time (in seconds): 1797.503

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-3711217-1338165815/watcher-3711217-1338165815 -o /tmp/evaluation-result-3711217-1338165815/solver-3711217-1338165815 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711217-1338165815.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: 1.92 1.98 1.99 2/173 14019
/proc/meminfo: memFree=30542020/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14019/stat : 14019 (java) D 14017 14019 13368 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 282707549 9515008 183 33554432000 1073741824 1073778376 140737219142752 140737219133784 266435641013 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2323 183 140 9 0 71 0

[startup+0.103378 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 14019
/proc/meminfo: memFree=30542020/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 4260 0 1 0 8 1 0 0 20 0 18 0 282707549 9787842560 5467 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2389610 5470 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200199 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 14019
/proc/meminfo: memFree=30542020/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 4545 0 1 0 20 1 0 0 20 0 18 0 282707549 9787842560 6263 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2389610 6263 2191 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558440

[startup+0.300258 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 14019
/proc/meminfo: memFree=30542020/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 5201 0 1 0 40 2 0 0 20 0 18 0 282707549 9787842560 7650 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2389610 7650 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.70025 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 14019
/proc/meminfo: memFree=30542020/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=1.6 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 19760 0 1 0 155 5 0 0 20 0 19 0 282707549 9856004096 24400 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 24400 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 6/213 14087
/proc/meminfo: memFree=30356372/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 23586 0 1 0 324 7 0 0 20 0 19 0 282707549 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 31305 2267 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2547 0 1 0 144 2 0 0 20 0 19 0 282707550 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309055344968 140308881863949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282707552 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8957 0 0 0 90 2 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10880 0 0 0 85 3 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 14087
/proc/meminfo: memFree=30267556/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=4.92 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 23587 0 1 0 485 7 0 0 20 0 19 0 282707549 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 31305 2267 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2548 0 1 0 304 2 0 0 20 0 19 0 282707550 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309055351264 140308881845476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282707552 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8957 0 0 0 91 2 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10880 0 0 0 85 3 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 31305 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 14087
/proc/meminfo: memFree=30252848/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=8.12 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 23588 0 1 0 805 7 0 0 20 0 19 0 282707549 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 27615 2267 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=6.26 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2549 0 1 0 624 2 0 0 20 0 19 0 282707550 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309055352984 140308881513699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282707551 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282707552 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8957 0 0 0 91 2 0 0 20 0 19 0 282707555 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10880 0 0 0 85 3 0 0 20 0 19 0 282707555 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 27615 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 19 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 282707551 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 282707551 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=2.37 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 148 0 0 0 235 2 0 0 20 0 19 0 282707552 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8965 0 0 0 96 3 0 0 20 0 19 0 282707555 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10900 0 0 0 92 3 0 0 20 0 19 0 282707555 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 99 0 0 0 11 16 0 0 20 0 19 0 282707555 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 47557 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.7
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/214 14125
/proc/meminfo: memFree=30109844/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=1784.74 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 24081 0 1 0 178440 34 0 0 20 0 19 0 282707549 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 48073 2294 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=1779.28 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2590 0 1 0 177895 33 0 0 20 0 19 0 282707550 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309055353136 140308881863921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 151 0 0 0 244 2 0 0 20 0 19 0 282707552 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8965 0 0 0 96 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10900 0 0 0 92 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 102 0 0 0 12 17 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.06 2.02 2.00 2/194 14128
/proc/meminfo: memFree=30353436/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 24081 0 1 0 179970 34 0 0 20 0 19 0 282707549 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 48073 2294 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=1794.59 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2590 0 1 0 179426 33 0 0 20 0 19 0 282707550 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309055353136 140308881863787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 151 0 0 0 244 2 0 0 20 0 19 0 282707552 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8965 0 0 0 96 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10900 0 0 0 92 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 102 0 0 0 12 17 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1797.6 s]
/proc/loadavg: 2.06 2.02 2.00 2/194 14128
/proc/meminfo: memFree=30353436/32873648 swapFree=6860/6860
[pid=14019] ppid=14017 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/14019/stat : 14019 (java) S 14017 14019 13368 0 -1 4202496 24081 0 1 0 179970 34 0 0 20 0 19 0 282707549 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140736360034672 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14019/statm: 2406251 48073 2294 9 0 2396937 0
[pid=14019/tid=14021] ppid=14017 vsize=9625004 CPUtime=1794.59 cores=0,2,4,6
/proc/14019/task/14021/stat : 14021 (java) R 14017 14019 13368 0 -1 4202560 2590 0 1 0 179426 33 0 0 20 0 19 0 282707550 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309055353136 140308881863787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14022] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14022/stat : 14022 (java) S 14017 14019 13368 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309016844968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14023] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14023/stat : 14023 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309015792424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14024] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14024/stat : 14024 (java) S 14017 14019 13368 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309014739880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14025] ppid=14017 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/14019/task/14025/stat : 14025 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309013687336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14026] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14026/stat : 14026 (java) S 14017 14019 13368 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309012633768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14027] ppid=14017 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/14019/task/14027/stat : 14027 (java) S 14017 14019 13368 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309011581224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14028] ppid=14017 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/14019/task/14028/stat : 14028 (java) S 14017 14019 13368 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309010528680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14029] ppid=14017 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/14019/task/14029/stat : 14029 (java) S 14017 14019 13368 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 282707551 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140309009476136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14019/tid=14030] ppid=14017 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/14019/task/14030/stat : 14030 (java) S 14017 14019 13368 0 -1 4202560 151 0 0 0 244 2 0 0 20 0 19 0 282707552 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308878707304 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14031] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14031/stat : 14031 (java) S 14017 14019 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308877653624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14032] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14032/stat : 14032 (java) S 14017 14019 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282707553 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308876600968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14036] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14036/stat : 14036 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308875549712 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14037] ppid=14017 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/14019/task/14037/stat : 14037 (java) S 14017 14019 13368 0 -1 4202560 8965 0 0 0 96 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308874496056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14019/tid=14038] ppid=14017 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/14019/task/14038/stat : 14038 (java) S 14017 14019 13368 0 -1 4202560 10900 0 0 0 92 3 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308873443512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14039] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14039/stat : 14039 (java) S 14017 14019 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308872391160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14019/tid=14040] ppid=14017 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/14019/task/14040/stat : 14040 (java) S 14017 14019 13368 0 -1 4202560 102 0 0 0 12 17 0 0 20 0 19 0 282707555 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308871338824 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14019/tid=14086] ppid=14017 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14019/task/14086/stat : 14086 (java) S 14017 14019 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282707616 9856004096 48073 33554432000 1073741824 1073778376 140736360043536 140308870284584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1797.65
CPU time (s): 1800.51
CPU user time (s): 1799.79
CPU system time (s): 0.723889
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.723889
maximum resident set size= 192412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39122
involuntary context switches= 32629

runsolver used 7.75182 second user time and 12.5121 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 02:43:35
IDJOB=3711217
IDBENCH=48112
IDSOLVER=2289
FILE ID=node116/3711217-1338165815
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711217-1338165815/watcher-3711217-1338165815 -o /tmp/evaluation-result-3711217-1338165815/solver-3711217-1338165815 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711217-1338165815.opb

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

MD5SUM BENCH= 93a95f0846e71f0984a2317cf811edef
RANDOM SEED=839847915

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:        30538768 kB
Buffers:          369644 kB
Cached:          1113096 kB
SwapCached:         3236 kB
Active:           782416 kB
Inactive:         711908 kB
Active(anon):       2140 kB
Inactive(anon):     8956 kB
Active(file):     780276 kB
Inactive(file):   702952 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:         13628 kB
Mapped:            12012 kB
Shmem:                96 kB
Slab:             699752 kB
SReclaimable:     144064 kB
SUnreclaim:       555688 kB
KernelStack:        1488 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71472 MiB
End job on node116 at 2012-05-28 03:13:35