Trace number 3687691

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT64 43.4564 42.4721

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-2pb.opb
MD5SUM135acf1f05855c365b3d13b378debe22
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark0.065989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1952
Number of constraints which are clauses1928
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687691-1337875479.opb
0.10/0.10	c reading problem ... 
0.28/0.25	c ... done. Wall clock time 0.154s.
0.28/0.25	c declared #vars     648
0.28/0.25	c #constraints  1952
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1550
0.28/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
0.28/0.25	c 1952 constraints processed.
0.28/0.25	c objective function length is 648 literals
0.91/0.52	c cleaning 2493 clauses out of 5001 with flag 5001/5001
1.07/0.69	c cleaning 4251 clauses out of 8501 with flag 11002/11002
1.32/0.87	c cleaning 5618 clauses out of 11247 with flag 18001/18001
1.54/1.03	c SATISFIABLE
1.54/1.03	c OPTIMIZING...
1.54/1.03	c Got one! Elapsed wall clock time (in seconds):0.935
1.54/1.03	o 70
1.65/1.18	c cleaning 8630 clauses out of 17277 with flag 5000/29650
1.89/1.37	c cleaning 7315 clauses out of 14647 with flag 11000/35650
2.19/1.60	c cleaning 7166 clauses out of 14333 with flag 18001/42651
2.40/1.88	c cleaning 7576 clauses out of 15168 with flag 26002/50652
2.81/2.22	c cleaning 8290 clauses out of 16590 with flag 35000/59650
2.90/2.40	c Got one! Elapsed wall clock time (in seconds):2.297
2.90/2.40	o 68
3.10/2.57	c cleaning 9367 clauses out of 18742 with flag 5001/70092
3.31/2.79	c cleaning 7677 clauses out of 15374 with flag 11000/76091
3.62/3.01	c cleaning 7332 clauses out of 14697 with flag 18000/83091
3.93/3.39	c cleaning 7663 clauses out of 15366 with flag 26001/91092
4.32/3.77	c cleaning 8331 clauses out of 16702 with flag 35000/100091
4.44/3.80	c Got one! Elapsed wall clock time (in seconds):3.705
4.44/3.80	o 66
4.54/3.96	c cleaning 6948 clauses out of 13909 with flag 5000/105629
4.75/4.17	c cleaning 6479 clauses out of 12963 with flag 11002/111631
5.06/4.42	c cleaning 6740 clauses out of 13482 with flag 18000/118629
5.36/4.73	c cleaning 7354 clauses out of 14742 with flag 26000/126629
5.76/5.11	c cleaning 8191 clauses out of 16391 with flag 35003/135632
6.08/5.48	c cleaning 9085 clauses out of 18198 with flag 45001/145630
6.59/5.98	c cleaning 10052 clauses out of 20112 with flag 56000/156629
6.69/6.09	c Got one! Elapsed wall clock time (in seconds):5.991
6.69/6.09	o 64
6.80/6.18	c cleaning 7863 clauses out of 15755 with flag 3001/162324
7.12/6.43	c cleaning 6925 clauses out of 13891 with flag 9000/168323
7.32/6.70	c cleaning 6979 clauses out of 13966 with flag 16000/175323
7.62/6.94	c cleaning 7494 clauses out of 14990 with flag 24003/183326
7.92/7.21	c cleaning 8241 clauses out of 16492 with flag 33000/192323
8.22/7.54	c cleaning 9117 clauses out of 18251 with flag 43000/202323
8.62/7.91	c cleaning 10063 clauses out of 20134 with flag 54000/213323
9.12/8.44	c cleaning 11013 clauses out of 22071 with flag 66000/225323
9.73/9.05	c cleaning 12027 clauses out of 24060 with flag 79002/238325
10.43/9.73	c cleaning 12995 clauses out of 26032 with flag 93001/252324
11.13/10.47	c cleaning 14011 clauses out of 28037 with flag 108001/267324
11.84/11.19	c cleaning 15011 clauses out of 30026 with flag 124001/283324
12.66/12.00	c cleaning 15998 clauses out of 32014 with flag 141000/300323
13.58/12.86	c cleaning 16989 clauses out of 34016 with flag 159000/318323
14.59/13.87	c cleaning 18005 clauses out of 36028 with flag 178001/337324
15.79/15.04	c cleaning 19002 clauses out of 38026 with flag 198004/357327
16.89/16.16	c cleaning 20008 clauses out of 40021 with flag 219001/378324
18.20/17.43	c cleaning 21001 clauses out of 42016 with flag 241004/400327
19.60/18.82	c cleaning 21996 clauses out of 44011 with flag 264000/423323
21.11/20.31	c cleaning 23000 clauses out of 46015 with flag 288000/447323
22.63/21.81	c cleaning 24007 clauses out of 48015 with flag 313000/472323
24.13/23.34	c cleaning 25001 clauses out of 50008 with flag 339000/498323
25.54/24.78	c cleaning 25982 clauses out of 52008 with flag 366001/525324
27.26/26.43	c cleaning 27006 clauses out of 54027 with flag 394002/553325
28.97/28.10	c cleaning 28007 clauses out of 56020 with flag 423001/582324
30.87/30.07	c cleaning 29000 clauses out of 58012 with flag 453000/612323
32.88/32.00	c cleaning 30004 clauses out of 60012 with flag 484000/643323
34.99/34.12	c cleaning 30987 clauses out of 62008 with flag 516000/675323
37.00/36.17	c cleaning 32008 clauses out of 64021 with flag 549000/708323
39.41/38.58	c cleaning 32993 clauses out of 66013 with flag 583000/742323
41.92/41.07	c cleaning 34007 clauses out of 68018 with flag 618001/777324
43.34/42.45	c starts		: 174
43.34/42.45	c conflicts		: 798947
43.34/42.45	c decisions		: 964272
43.34/42.45	c propagations		: 41144229
43.34/42.45	c inspects		: 467801344
43.34/42.45	c shortcuts		: 0
43.34/42.45	c learnt literals	: 32
43.34/42.45	c learnt binary clauses	: 143
43.34/42.45	c learnt ternary clauses	: 715
43.34/42.45	c learnt constraints	: 798914
43.34/42.45	c ignored constraints	: 0
43.34/42.45	c root simplifications	: 0
43.34/42.45	c removed literals (reason simplification)	: 0
43.34/42.45	c reason swapping (by a shorter reason)	: 0
43.34/42.45	c Calls to reduceDB	: 51
43.34/42.45	c number of reductions to clauses (during analyze)	: 0
43.34/42.45	c number of learned constraints concerned by reduction	: 0
43.34/42.45	c number of learning phase by resolution	: 0
43.34/42.45	c number of learning phase by cutting planes	: 0
43.34/42.45	c speed (assignments/second)	: 975235.9382777502
43.34/42.45	c non guided choices	289
43.34/42.45	c learnt constraints type 
43.34/42.45	c constraints type 
43.34/42.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1550
43.34/42.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
43.34/42.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
43.34/42.45	c 1952 constraints processed.
43.34/42.45	s OPTIMUM FOUND
43.34/42.46	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 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
43.34/42.46	c objective function=64
43.34/42.46	c Total wall clock time (in seconds): 42.356

Verifier Data

OK	64

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-3687691-1337875479/watcher-3687691-1337875479 -o /tmp/evaluation-result-3687691-1337875479/solver-3687691-1337875479 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687691-1337875479.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.99 1.91 2/174 23841
/proc/meminfo: memFree=28977424/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23841/stat : 23841 (java) R 23839 23841 23489 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 253673938 23793664 706 33554432000 1073741824 1073778376 140737328330000 140737328319064 217401357264 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 5809 706 520 9 0 128 0

[startup+0.0332549 s]
/proc/loadavg: 1.92 1.99 1.91 2/174 23841
/proc/meminfo: memFree=28977424/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 3007 0 1 0 1 0 0 0 20 0 13 0 253673938 9446973440 3704 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2306390 3704 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100209 s]
/proc/loadavg: 1.92 1.99 1.91 2/174 23841
/proc/meminfo: memFree=28977424/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 253673938 9787813888 6091 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2389603 6091 2130 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300168 s]
/proc/loadavg: 1.92 1.99 1.91 2/174 23841
/proc/meminfo: memFree=28977424/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 6615 0 1 0 50 1 0 0 20 0 19 0 253673938 9855975424 8389 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 8389 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.70017 s]
/proc/loadavg: 1.92 1.99 1.91 2/174 23841
/proc/meminfo: memFree=28977424/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=1.22 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 7477 0 1 0 121 1 0 0 20 0 19 0 253673938 9855975424 10517 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 10517 2271 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.92 1.99 1.91 2/193 23860
/proc/meminfo: memFree=28943688/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=2.09 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8059 0 1 0 208 1 0 0 20 0 19 0 253673938 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 11555 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2466 0 1 0 141 1 0 0 20 0 19 0 253673939 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315717415320 140315590112269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 253673941 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 28 0 0 0 20 0 19 0 253673943 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 29 0 0 0 20 0 19 0 253673943 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 11555 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.92 1.99 1.91 4/213 23916
/proc/meminfo: memFree=28893276/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=3.72 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8071 0 1 0 371 1 0 0 20 0 19 0 253673938 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 11561 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2472 0 1 0 294 1 0 0 20 0 19 0 253673939 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315717415320 140315590094564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 253673941 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 28 0 0 0 20 0 19 0 253673943 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 11561 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.93 1.99 1.91 3/213 23916
/proc/meminfo: memFree=28884740/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=7.02 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8089 0 1 0 700 2 0 0 20 0 19 0 253673938 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 11975 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=6.02 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2483 0 1 0 601 1 0 0 20 0 19 0 253673939 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315717415320 140315590134144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253673940 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 32 0 0 0 18 0 0 0 20 0 19 0 253673941 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 31 0 0 0 20 0 19 0 253673943 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 11975 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9624976

[startup+12.7005 s]

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

/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 56 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 36 0 0 0 59 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 31 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.44
Current children cumulated vsize (KiB) 9624976

[startup+41.9006 s]
/proc/loadavg: 1.91 1.97 1.91 3/212 23916
/proc/meminfo: memFree=28876444/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=42.84 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8220 0 1 0 4280 4 0 0 20 0 19 0 253673938 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 14623 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=41.11 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2513 0 1 0 4109 2 0 0 20 0 19 0 253673939 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315717415200 140315590093574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 56 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 36 0 0 0 59 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 31 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (KiB) 9624976

[startup+42.3007 s]
/proc/loadavg: 1.91 1.97 1.91 3/212 23916
/proc/meminfo: memFree=28876444/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=43.24 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8220 0 1 0 4320 4 0 0 20 0 19 0 253673938 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 14623 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=41.51 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2513 0 1 0 4149 2 0 0 20 0 19 0 253673939 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315717415200 140315590093565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 56 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 36 0 0 0 59 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1840 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 31 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.24
Current children cumulated vsize (KiB) 9624976

[startup+42.4007 s]
/proc/loadavg: 1.91 1.97 1.91 3/212 23916
/proc/meminfo: memFree=28876444/32873648 swapFree=7372/7372
[pid=23841] ppid=23839 vsize=9624976 CPUtime=43.34 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23839 23841 23489 0 -1 4202496 8221 0 1 0 4330 4 0 0 20 0 19 0 253673938 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140737328321136 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23841/statm: 2406244 14623 2272 9 0 2396937 0
[pid=23841/tid=23843] ppid=23839 vsize=9624976 CPUtime=41.61 cores=0,2,4,6
/proc/23841/task/23843/stat : 23843 (java) R 23839 23841 23489 0 -1 4202560 2513 0 1 0 4159 2 0 0 20 0 19 0 253673939 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315717415200 140315590285200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23844] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23839 23841 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315561200552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23845] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23839 23841 23489 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315560148008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315559094952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23847] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23839 23841 23489 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315558042408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23848] ppid=23839 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23839 23841 23489 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315556989352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23839 23841 23489 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315555936808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23850] ppid=23839 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23839 23841 23489 0 -1 4202560 56 0 0 0 5 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315554883752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23851] ppid=23839 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23839 23841 23489 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 253673940 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315553831208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23839 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23839 23841 23489 0 -1 4202560 36 0 0 0 59 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315541633896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23853] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23839 23841 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315540580216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23839 23841 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253673941 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315539527048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315538475792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23856] ppid=23839 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23839 23841 23489 0 -1 4202560 1841 0 0 0 30 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315537422648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23857] ppid=23839 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23839 23841 23489 0 -1 4202560 2490 0 0 0 31 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315536370104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23858] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23839 23841 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253673943 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315535317240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23859] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23839 23841 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253673944 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315534264904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23860] ppid=23839 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23860/stat : 23860 (java) S 23839 23841 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253673965 9855975424 14623 33554432000 1073741824 1073778376 140737328330000 140315533211176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.34
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 42.4721
CPU time (s): 43.4564
CPU user time (s): 43.3144
CPU system time (s): 0.141978
CPU usage (%): 102.317
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3144
system time used= 0.141978
maximum resident set size= 58548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2484
involuntary context switches= 1673

runsolver used 0.179972 second user time and 0.425935 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 18:04:40
IDJOB=3687691
IDBENCH=2024
IDSOLVER=2269
FILE ID=node122/3687691-1337875479
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-2pb.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687691-1337875479/watcher-3687691-1337875479 -o /tmp/evaluation-result-3687691-1337875479/solver-3687691-1337875479 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687691-1337875479.opb

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

MD5SUM BENCH= 135acf1f05855c365b3d13b378debe22
RANDOM SEED=1017472112

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28977580 kB
Buffers:          187784 kB
Cached:          2924392 kB
SwapCached:            0 kB
Active:          1250852 kB
Inactive:        1875344 kB
Active(anon):       5436 kB
Inactive(anon):    11052 kB
Active(file):    1245416 kB
Inactive(file):  1864292 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                76 kB
Writeback:             0 kB
AnonPages:         35204 kB
Mapped:            13444 kB
Shmem:               200 kB
Slab:             634040 kB
SReclaimable:      78384 kB
SUnreclaim:       555656 kB
KernelStack:        1504 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71376 MiB
End job on node122 at 2012-05-24 18:05:22