Trace number 3687704

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotOPT36 159.122 86.8127

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
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 constraint18
Number of terms in the objective function 432
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 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687704-1337873764.opb
0.09/0.12	c reading problem ... 
0.23/0.27	c ... done. Wall clock time 0.147s.
0.23/0.27	c declared #vars     432
0.23/0.27	c #constraints  1304
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.23/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.23/0.27	c 1304 constraints processed.
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
0.23/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
0.23/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.23/0.27	c 1304 constraints processed.
0.23/0.27	c objective function length is 432 literals
0.90/0.41	c  And the winner is solver0
1.34/0.77	c SATISFIABLE
1.34/0.77	c OPTIMIZING...
1.34/0.77	c Got one! Elapsed wall clock time (in seconds):0.649
1.34/0.77	o 60
1.45/0.80	c  And the winner is solver0
1.52/1.27	c Got one! Elapsed wall clock time (in seconds):1.151
1.52/1.27	o 58
1.99/1.43	c  And the winner is solver1
2.23/1.77	c Got one! Elapsed wall clock time (in seconds):1.654
2.23/1.77	o 54
2.32/1.84	c cleaning 3601 clauses out of 7209 with flag 1001/7212
3.04/2.04	c cleaning 4797 clauses out of 9607 with flag 7000/13211
3.33/2.13	c  And the winner is solver1
3.51/2.28	c Got one! Elapsed wall clock time (in seconds):2.157
3.51/2.28	o 52
3.84/2.40	c cleaning 5342 clauses out of 10691 with flag 4000/19092
4.23/2.63	c cleaning 5670 clauses out of 11349 with flag 10000/25092
4.84/2.93	c cleaning 6340 clauses out of 12681 with flag 17002/32094
5.22/3.12	c  And the winner is solver1
5.39/3.28	c Got one! Elapsed wall clock time (in seconds):3.16
5.39/3.28	o 50
5.44/3.32	c cleaning 5918 clauses out of 11843 with flag 1005/37596
5.79/3.59	c cleaning 5959 clauses out of 11921 with flag 7001/43592
6.35/3.87	c cleaning 6473 clauses out of 12962 with flag 14001/50592
7.11/4.21	c cleaning 7239 clauses out of 14488 with flag 22000/58591
7.84/4.60	c cleaning 8118 clauses out of 16251 with flag 31002/67593
7.84/4.69	c  And the winner is solver0
7.98/4.79	c Got one! Elapsed wall clock time (in seconds):4.666
7.98/4.79	o 48
8.24/4.94	c cleaning 6623 clauses out of 13268 with flag 5000/72729
8.58/5.19	c cleaning 6320 clauses out of 12647 with flag 11002/78731
9.28/5.51	c cleaning 6652 clauses out of 13325 with flag 18000/85729
10.02/5.90	c cleaning 7335 clauses out of 14673 with flag 26000/93729
10.73/6.36	c cleaning 8164 clauses out of 16338 with flag 35000/102729
11.67/6.85	c cleaning 9083 clauses out of 18176 with flag 45002/112731
11.97/7.03	c  And the winner is solver1
12.04/7.30	c Got one! Elapsed wall clock time (in seconds):7.182
12.04/7.30	o 46
12.04/7.34	c  And the winner is solver1
12.13/7.80	c Got one! Elapsed wall clock time (in seconds):7.684
12.13/7.80	o 36
12.31/7.95	c cleaning 7463 clauses out of 14937 with flag 4000/118575
12.81/8.26	c cleaning 6733 clauses out of 13474 with flag 10000/124575
13.52/8.64	c cleaning 6866 clauses out of 13743 with flag 17002/131577
14.22/9.05	c cleaning 7436 clauses out of 14875 with flag 25000/139575
15.08/9.55	c cleaning 8205 clauses out of 16439 with flag 34000/148575
15.98/10.07	c cleaning 9111 clauses out of 18234 with flag 44000/158575
17.06/10.66	c cleaning 10054 clauses out of 20123 with flag 55000/169575
18.34/11.35	c cleaning 11032 clauses out of 22069 with flag 67000/181575
19.79/12.15	c cleaning 12018 clauses out of 24038 with flag 80001/194576
21.04/12.86	c cleaning 13003 clauses out of 26018 with flag 94000/208575
22.52/13.68	c cleaning 14007 clauses out of 28016 with flag 109001/223576
24.21/14.55	c cleaning 15001 clauses out of 30010 with flag 125002/239577
26.03/15.58	c cleaning 15995 clauses out of 32008 with flag 142001/256576
28.09/16.65	c cleaning 17003 clauses out of 34013 with flag 160001/274576
30.33/17.81	c cleaning 18005 clauses out of 36011 with flag 179002/293577
32.58/19.03	c cleaning 18999 clauses out of 38005 with flag 199001/313576
35.13/20.41	c cleaning 19992 clauses out of 40006 with flag 220001/334576
37.16/21.59	c cleaning 21002 clauses out of 42015 with flag 242002/356577
39.59/22.85	c cleaning 22001 clauses out of 44012 with flag 265001/379576
42.21/24.21	c cleaning 22999 clauses out of 46011 with flag 289001/403576
45.12/25.88	c cleaning 24004 clauses out of 48011 with flag 314000/428575
48.52/27.60	c cleaning 25000 clauses out of 50007 with flag 340000/454575
51.89/29.42	c cleaning 26002 clauses out of 52007 with flag 367000/481575
55.48/31.39	c cleaning 27003 clauses out of 54005 with flag 395000/509575
59.76/33.69	c cleaning 27993 clauses out of 56003 with flag 424001/538576
63.95/35.82	c cleaning 28994 clauses out of 58009 with flag 454000/568575
67.49/37.75	c cleaning 30007 clauses out of 60016 with flag 485001/599576
72.27/40.24	c cleaning 30997 clauses out of 62008 with flag 517000/631575
77.51/43.04	c cleaning 31998 clauses out of 64012 with flag 550001/664576
82.83/45.81	c cleaning 32997 clauses out of 66013 with flag 584000/698575
87.36/48.21	c cleaning 34005 clauses out of 68017 with flag 619001/733576
92.11/50.72	c cleaning 34999 clauses out of 70011 with flag 655000/769575
97.84/53.88	c cleaning 36002 clauses out of 72012 with flag 692000/806575
102.93/56.56	c cleaning 36999 clauses out of 74010 with flag 730000/844575
108.02/59.27	c cleaning 38002 clauses out of 76011 with flag 769000/883575
113.51/62.15	c cleaning 39003 clauses out of 78009 with flag 809000/923575
119.62/65.43	c cleaning 39998 clauses out of 80006 with flag 850000/964575
126.10/68.89	c cleaning 41001 clauses out of 82008 with flag 892000/1006575
132.38/72.11	c cleaning 41999 clauses out of 84006 with flag 935000/1049575
139.64/75.91	c cleaning 42999 clauses out of 86008 with flag 979001/1093576
146.49/79.69	c cleaning 43993 clauses out of 88009 with flag 1024001/1138576
152.94/83.00	c cleaning 44996 clauses out of 90015 with flag 1070002/1184577
157.97/85.72	c  And the winner is solver0
158.99/86.80	c starts		: 383
158.99/86.80	c conflicts		: 1224740
158.99/86.80	c decisions		: 1309141
158.99/86.80	c propagations		: 27768412
158.99/86.80	c inspects		: 539652778
158.99/86.80	c shortcuts		: 0
158.99/86.80	c learnt literals	: 16
158.99/86.80	c learnt binary clauses	: 120
158.99/86.80	c learnt ternary clauses	: 679
158.99/86.80	c learnt constraints	: 1224723
158.99/86.80	c ignored constraints	: 0
158.99/86.80	c root simplifications	: 0
158.99/86.80	c removed literals (reason simplification)	: 6860317
158.99/86.80	c reason swapping (by a shorter reason)	: 0
158.99/86.80	c Calls to reduceDB	: 58
158.99/86.80	c number of reductions to clauses (during analyze)	: 0
158.99/86.80	c number of learned constraints concerned by reduction	: 0
158.99/86.80	c number of learning phase by resolution	: 0
158.99/86.80	c number of learning phase by cutting planes	: 0
158.99/86.80	c speed (assignments/second)	: 351525.58422158647
158.99/86.80	c non guided choices	270
158.99/86.80	c learnt constraints type 
158.99/86.80	c constraints type 
158.99/86.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
158.99/86.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
158.99/86.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
158.99/86.80	c 1304 constraints processed.
158.99/86.80	c constraints type 
158.99/86.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
158.99/86.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
158.99/86.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
158.99/86.80	c 1304 constraints processed.
158.99/86.80	s OPTIMUM FOUND
158.99/86.80	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 
158.99/86.80	c objective function=36
158.99/86.80	c Total wall clock time (in seconds): 86.681

Verifier Data

OK	36

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

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

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


[startup+0 s]
/proc/loadavg: 3.20 2.90 2.51 2/175 24496
/proc/meminfo: memFree=29691692/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24496/stat : 24496 (java) D 24494 24496 23987 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253500883 9515008 175 33554432000 1073741824 1073778376 140733645354976 140733645337704 225444709264 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24496/statm: 2323 175 133 9 0 71 0

[startup+0.101775 s]
/proc/loadavg: 3.20 2.90 2.51 2/175 24496
/proc/meminfo: memFree=29691692/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 4283 0 1 0 8 1 0 0 20 0 18 0 253500883 9787813888 5467 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2389603 5468 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200312 s]
/proc/loadavg: 3.20 2.90 2.51 2/175 24496
/proc/meminfo: memFree=29691692/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 4653 0 1 0 22 1 0 0 20 0 18 0 253500883 9787813888 6258 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2389603 6258 2182 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 3.20 2.90 2.51 2/175 24496
/proc/meminfo: memFree=29691692/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824964 CPUtime=0.5 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 5970 0 1 0 48 2 0 0 20 0 22 0 253500883 10060763136 9012 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 9013 2230 9 0 2446860 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824964

[startup+0.700317 s]
/proc/loadavg: 3.20 2.90 2.51 2/175 24496
/proc/meminfo: memFree=29691692/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 14400 0 1 0 129 5 0 0 20 0 19 0 253500883 10060460032 14287 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 14287 2242 9 0 2446860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824668

[startup+1.50078 s]
/proc/loadavg: 3.20 2.90 2.51 1/194 24521
/proc/meminfo: memFree=29637452/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 15257 0 1 0 214 9 0 0 20 0 19 0 253500883 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 23441 2247 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) S 24494 24496 23987 0 -1 4202560 2456 0 1 0 22 2 0 0 20 0 19 0 253500885 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297545421816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253500886 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 4705 0 0 0 52 0 0 0 20 0 19 0 253500890 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6757 0 0 0 76 1 0 0 20 0 19 0 253500890 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 23441 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.20 2.90 2.51 6/217 24586
/proc/meminfo: memFree=29527864/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=5.22 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 20495 0 1 0 508 14 0 0 20 0 22 0 253500883 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 37994 2279 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) S 24494 24496 23987 0 -1 4202560 2456 0 1 0 23 2 0 0 20 0 22 0 253500885 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297545421816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253500886 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 45 0 0 0 13 0 0 0 20 0 22 0 253500887 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9813 0 0 0 104 2 0 0 20 0 22 0 253500890 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 96 2 0 0 20 0 22 0 253500890 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24524] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24524/stat : 24524 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253501011 10060460032 37994 33554432000 1073741824 1073778376 140734814072800 140297358493224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 9824668

[startup+6.3009 s]
/proc/loadavg: 3.10 2.89 2.51 5/220 24607
/proc/meminfo: memFree=29313764/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=10.73 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 20570 0 1 0 1055 18 0 0 20 0 22 0 253500883 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 53664 2279 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) S 24494 24496 23987 0 -1 4202560 2458 0 1 0 23 2 0 0 20 0 22 0 253500885 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297545421816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 253500886 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 59 0 0 0 75 2 0 0 20 0 22 0 253500887 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9820 0 0 0 110 2 0 0 20 0 22 0 253500890 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 108 2 0 0 20 0 22 0 253500890 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24598] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24598/stat : 24598 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253501212 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297359545768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24605] ppid=24494 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24496/task/24605/stat : 24605 (java) R 24494 24496 23987 0 -1 4202560 5 0 0 0 111 0 0 0 20 0 22 0 253501362 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297360597584 140297405722320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24606] ppid=24494 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24496/task/24606/stat : 24606 (java) R 24494 24496 23987 0 -1 4202560 11 0 0 0 111 0 0 0 20 0 22 0 253501362 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297358490312 140297405895995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24607] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24607/stat : 24607 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253501363 10060460032 53664 33554432000 1073741824 1073778376 140734814072800 140297357440040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=11.94 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 616 0 0 0 1187 7 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9826 0 0 0 121 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 108 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24607] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24607/stat : 24607 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253501363 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297357440040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24611] ppid=24494 vsize=9824668 CPUtime=65.38 cores=1,3,5,7
/proc/24496/task/24611/stat : 24611 (java) R 24494 24496 23987 0 -1 4202560 41 0 0 0 6538 0 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297359545168 140297405762364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24612] ppid=24494 vsize=9824668 CPUtime=65.39 cores=1,3,5,7
/proc/24496/task/24612/stat : 24612 (java) R 24494 24496 23987 0 -1 4202560 274 0 0 0 6530 9 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297360595504 140297405896831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24613] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24613/stat : 24613 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297358492968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.19
Current children cumulated vsize (KiB) 9824668

[startup+85.6009 s]
/proc/loadavg: 3.43 3.04 2.59 4/217 24691
/proc/meminfo: memFree=27809040/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=157.77 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 21783 0 1 0 15732 45 0 0 20 0 22 0 253500883 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 268361 2280 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) S 24494 24496 23987 0 -1 4202560 2482 0 1 0 24 2 0 0 20 0 22 0 253500885 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297545421816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 34 0 0 0 31 1 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 32 0 0 0 33 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 50 0 0 0 35 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 67 0 0 0 34 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 61 0 0 0 30 2 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 22 0 253500886 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=11.94 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 616 0 0 0 1187 7 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253500887 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9826 0 0 0 121 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 108 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 22 0 253500890 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24607] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24607/stat : 24607 (java) S 24494 24496 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253501363 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297357440040 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24611] ppid=24494 vsize=9824668 CPUtime=66.17 cores=1,3,5,7
/proc/24496/task/24611/stat : 24611 (java) R 24494 24496 23987 0 -1 4202560 41 0 0 0 6616 1 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297359545168 140297405767527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24612] ppid=24494 vsize=9824668 CPUtime=66.18 cores=1,3,5,7
/proc/24496/task/24612/stat : 24612 (java) R 24494 24496 23987 0 -1 4202560 274 0 0 0 6608 10 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297360595504 140297405786417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24613] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24613/stat : 24613 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253501664 10060460032 268361 33554432000 1073741824 1073778376 140734814072800 140297358492968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 157.77
Current children cumulated vsize (KiB) 9824668

[startup+86.4007 s]
/proc/loadavg: 3.43 3.04 2.59 3/216 24694
/proc/meminfo: memFree=27798684/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=158.59 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 21783 0 1 0 15810 49 0 0 20 0 19 0 253500883 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 268353 2280 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) R 24494 24496 23987 0 -1 4202560 2482 0 1 0 72 2 0 0 20 0 19 0 253500885 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297545421440 140297405470658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 34 0 0 0 31 1 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 32 0 0 0 33 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 50 0 0 0 35 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 67 0 0 0 34 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 61 0 0 0 30 2 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=11.94 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 616 0 0 0 1187 7 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9826 0 0 0 122 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 108 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24613] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24613/stat : 24613 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253501664 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297358492968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 158.59
Current children cumulated vsize (KiB) 9824668

[startup+86.8007 s]
/proc/loadavg: 3.43 3.04 2.59 3/216 24694
/proc/meminfo: memFree=27798684/32873844 swapFree=7900/7900
[pid=24496] ppid=24494 vsize=9824668 CPUtime=158.99 cores=1,3,5,7
/proc/24496/stat : 24496 (java) S 24494 24496 23987 0 -1 4202496 21784 0 1 0 15850 49 0 0 20 0 19 0 253500883 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140734814063936 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24496/statm: 2456167 268353 2280 9 0 2446860 0
[pid=24496/tid=24498] ppid=24494 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/24496/task/24498/stat : 24498 (java) R 24494 24496 23987 0 -1 4202560 2482 0 1 0 111 2 0 0 20 0 19 0 253500885 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297545421344 140297406541712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 23987 0 -1 4202560 34 0 0 0 31 1 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297388588072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 26 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297387535272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 23987 0 -1 4202560 32 0 0 0 33 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297386482472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 23987 0 -1 4202560 50 0 0 0 35 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297385429672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 23987 0 -1 4202560 67 0 0 0 34 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297384376872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 23987 0 -1 4202560 61 0 0 0 30 2 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297383324072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 23987 0 -1 4202560 46 0 0 0 30 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297382271272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 23987 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 19 0 253500886 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297381218472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=11.94 cores=1,3,5,7
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 23987 0 -1 4202560 616 0 0 0 1187 7 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297369021416 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297367967480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253500887 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297366914568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297365863056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 23987 0 -1 4202560 9827 0 0 0 123 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297364810168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 23987 0 -1 4202560 6763 0 0 0 108 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297363757368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297362704760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 23987 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 19 0 253500890 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297361652168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24496/tid=24613] ppid=24494 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24496/task/24613/stat : 24613 (java) S 24494 24496 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253501664 10060460032 268353 33554432000 1073741824 1073778376 140734814072800 140297358492968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 158.99
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 86.8127
CPU time (s): 159.122
CPU user time (s): 158.518
CPU system time (s): 0.603908
CPU usage (%): 183.293
Max. virtual memory (cumulated for all children) (KiB): 9824964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.518
system time used= 0.603908
maximum resident set size= 1073448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21795
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4386
involuntary context switches= 5764

runsolver used 0.359945 second user time and 0.635903 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 17:36:04
IDJOB=3687704
IDBENCH=2031
IDSOLVER=2268
FILE ID=node137/3687704-1337873764
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=579258093

node137.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.600
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.20
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.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        29692220 kB
Buffers:          210504 kB
Cached:          2165196 kB
SwapCached:        22060 kB
Active:           730696 kB
Inactive:        1672132 kB
Active(anon):       6696 kB
Inactive(anon):    22680 kB
Active(file):     724000 kB
Inactive(file):  1649452 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:        153056 kB
Mapped:             9688 kB
Shmem:                 0 kB
Slab:             638980 kB
SReclaimable:      80452 kB
SUnreclaim:       558528 kB
KernelStack:        1520 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node137 at 2012-05-24 17:37:31