Trace number 3688748

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-22 1800.45 912.959

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.10	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-3688748-1337879540.opb
0.09/0.12	c reading problem ... 
1.27/0.61	c ... done. Wall clock time 0.486s.
1.27/0.61	c declared #vars     400
1.27/0.61	c internal #vars     6626
1.27/0.61	c #constraints  13054
1.27/0.61	c constraints type 
1.27/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.27/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.27/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.27/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.27/0.61	c 13054 constraints processed.
1.27/0.61	c constraints type 
1.27/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.27/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1.27/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1.27/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.27/0.61	c 13054 constraints processed.
1.27/0.61	c objective function length is 200 literals
4.35/1.40	c  And the winner is solver1
4.39/1.61	c SATISFIABLE
4.39/1.61	c OPTIMIZING...
4.39/1.61	c Got one! Elapsed wall clock time (in seconds):1.488
4.39/1.61	o -4
4.68/1.71	c  And the winner is solver1
4.85/2.11	c Got one! Elapsed wall clock time (in seconds):1.99
4.85/2.11	o -5
5.06/2.25	c  And the winner is solver1
5.27/2.62	c Got one! Elapsed wall clock time (in seconds):2.492
5.27/2.62	o -7
5.27/2.69	c  And the winner is solver1
5.47/3.12	c Got one! Elapsed wall clock time (in seconds):2.993
5.47/3.12	o -8
5.47/3.18	c  And the winner is solver1
5.65/3.62	c Got one! Elapsed wall clock time (in seconds):3.494
5.65/3.62	o -9
5.65/3.67	c  And the winner is solver1
5.79/4.12	c Got one! Elapsed wall clock time (in seconds):3.995
5.79/4.12	o -10
5.79/4.15	c  And the winner is solver1
5.86/4.62	c Got one! Elapsed wall clock time (in seconds):4.497
5.86/4.62	o -11
6.06/4.72	c  And the winner is solver1
6.12/5.12	c Got one! Elapsed wall clock time (in seconds):4.998
6.12/5.12	o -12
6.12/5.15	c  And the winner is solver1
6.18/5.62	c Got one! Elapsed wall clock time (in seconds):5.499
6.18/5.62	o -13
6.37/5.70	c  And the winner is solver1
6.47/6.12	c Got one! Elapsed wall clock time (in seconds):6.0
6.47/6.12	o -14
6.47/6.19	c  And the winner is solver1
6.62/6.63	c Got one! Elapsed wall clock time (in seconds):6.501
6.62/6.63	o -15
6.76/6.71	c  And the winner is solver1
6.80/7.13	c Got one! Elapsed wall clock time (in seconds):7.002
6.80/7.13	o -16
7.50/7.42	c  And the winner is solver1
7.55/7.63	c Got one! Elapsed wall clock time (in seconds):7.503
7.55/7.63	o -17
9.29/8.48	c  And the winner is solver1
9.48/8.63	c Got one! Elapsed wall clock time (in seconds):8.504
9.48/8.63	o -18
10.50/9.11	c  And the winner is solver1
10.50/9.13	c Got one! Elapsed wall clock time (in seconds):9.005
10.50/9.13	o -20
11.69/9.71	c  And the winner is solver1
11.77/10.13	c Got one! Elapsed wall clock time (in seconds):10.006
11.77/10.13	o -21
12.31/10.49	c cleaning 4895 clauses out of 9837 with flag 1004/9837
14.48/11.55	c  And the winner is solver1
14.59/11.66	c Got one! Elapsed wall clock time (in seconds):11.537
14.59/11.66	o -22
15.47/12.20	c cleaning 5056 clauses out of 10138 with flag 2009/15033
21.83/15.37	c cleaning 5532 clauses out of 11077 with flag 8004/21028
26.97/17.97	c cleaning 6269 clauses out of 12546 with flag 15005/28029
39.98/24.49	c cleaning 7137 clauses out of 14276 with flag 23004/36028
50.50/29.76	c cleaning 8076 clauses out of 16154 with flag 32019/45043
64.75/36.95	c cleaning 9027 clauses out of 18062 with flag 42003/55027
76.79/43.03	c cleaning 10013 clauses out of 20032 with flag 53000/66024
100.55/55.08	c cleaning 11010 clauses out of 22027 with flag 65008/78032
115.79/62.75	c cleaning 12005 clauses out of 24012 with flag 78003/91027
135.80/72.89	c cleaning 13002 clauses out of 26006 with flag 92002/105026
151.55/80.87	c cleaning 14002 clauses out of 28004 with flag 107002/120026
167.33/88.95	c cleaning 14999 clauses out of 30002 with flag 123002/136026
192.33/101.51	c cleaning 15989 clauses out of 32001 with flag 140000/153024
241.55/126.22	c cleaning 17004 clauses out of 34012 with flag 158000/171024
260.75/135.97	c cleaning 17986 clauses out of 36011 with flag 177003/190027
290.83/151.25	c cleaning 0 clauses out of 6372 with flag 0/6372
306.31/159.19	c cleaning 19009 clauses out of 38027 with flag 197005/210029
358.20/185.12	c cleaning 20001 clauses out of 40014 with flag 218001/231025
402.87/207.55	c cleaning 20999 clauses out of 42013 with flag 240001/253025
428.55/220.61	c cleaning 22005 clauses out of 44013 with flag 263000/276024
473.59/243.29	c cleaning 23004 clauses out of 46011 with flag 287003/300027
524.01/268.45	c cleaning 23992 clauses out of 48014 with flag 312010/325034
569.36/291.22	c cleaning 25009 clauses out of 50027 with flag 338015/351039
612.15/312.97	c cleaning 25988 clauses out of 52005 with flag 365002/378026
658.99/336.48	c cleaning 27004 clauses out of 54035 with flag 393020/406044
701.76/357.90	c cleaning 27997 clauses out of 56018 with flag 422007/435031
748.07/381.26	c cleaning 28986 clauses out of 58022 with flag 452008/465032
806.91/410.99	c cleaning 30014 clauses out of 60030 with flag 483002/496026
858.66/437.28	c cleaning 31009 clauses out of 62019 with flag 515005/528029
926.57/471.35	c cleaning 31989 clauses out of 64008 with flag 548003/561027
1002.84/509.90	c cleaning 32998 clauses out of 66019 with flag 582003/595027
1080.41/548.74	c cleaning 34008 clauses out of 68018 with flag 617000/630024
1154.79/586.18	c cleaning 35001 clauses out of 70018 with flag 653008/666032
1228.15/623.01	c cleaning 35993 clauses out of 72015 with flag 690006/703030
1284.08/651.56	c cleaning 36996 clauses out of 74016 with flag 728000/741024
1362.02/690.73	c cleaning 38008 clauses out of 76023 with flag 767003/780027
1417.32/718.79	c cleaning 39009 clauses out of 78020 with flag 807008/820032
1478.84/749.85	c cleaning 0 clauses out of 12372 with flag 0/12372
1482.21/752.30	c cleaning 39982 clauses out of 80004 with flag 848001/861025
1552.87/787.93	c cleaning 40987 clauses out of 82025 with flag 890004/903028
1613.37/818.58	c cleaning 42008 clauses out of 84037 with flag 933003/946027
1721.77/873.07	c cleaning 42997 clauses out of 86040 with flag 977014/990038
1800.01/912.92	c starts		: 53
1800.01/912.92	c conflicts		: 13175
1800.01/912.92	c decisions		: 161394
1800.01/912.92	c propagations		: 4037157
1800.01/912.92	c inspects		: 755388450
1800.01/912.92	c shortcuts		: 0
1800.01/912.92	c learnt literals	: 0
1800.01/912.92	c learnt binary clauses	: 0
1800.01/912.92	c learnt ternary clauses	: 0
1800.01/912.92	c learnt constraints	: 13174
1800.01/912.92	c ignored constraints	: 0
1800.01/912.92	c root simplifications	: 0
1800.01/912.92	c removed literals (reason simplification)	: 0
1800.01/912.92	c reason swapping (by a shorter reason)	: 0
1800.01/912.92	c Calls to reduceDB	: 2
1800.01/912.92	c number of reductions to clauses (during analyze)	: 0
1800.01/912.92	c number of learned constraints concerned by reduction	: 0
1800.01/912.92	c number of learning phase by resolution	: 0
1800.01/912.92	c number of learning phase by cutting planes	: 0
1800.01/912.92	c speed (assignments/second)	: 4425.32432299117
1800.01/912.92	c non guided choices	9
1800.01/912.93	c learnt constraints type 
1800.01/912.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13174
1800.01/912.93	c constraints type 
1800.01/912.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.01/912.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/912.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/912.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.01/912.93	c 13055 constraints processed.
1800.01/912.93	c constraints type 
1800.01/912.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.01/912.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.01/912.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.01/912.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.01/912.93	c 13055 constraints processed.
1800.01/912.93	s SATISFIABLE
1800.01/912.93	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 
1800.01/912.93	c objective function=-22
1800.01/912.93	c Total wall clock time (in seconds): 912.805

Verifier Data

OK	-22

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-3688748-1337879540/watcher-3688748-1337879540 -o /tmp/evaluation-result-3688748-1337879540/solver-3688748-1337879540 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688748-1337879540.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.74 3.92 3.88 4/199 29160
/proc/meminfo: memFree=26444792/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29160/stat : 29160 (java) D 29158 29160 26250 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254078812 9515008 183 33554432000 1073741824 1073778376 140736772133264 140736772124296 215143497397 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/29160/statm: 2323 183 140 9 0 71 0

[startup+0.0409941 s]
/proc/loadavg: 3.74 3.92 3.88 4/199 29160
/proc/meminfo: memFree=26444792/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 2968 0 1 0 1 0 0 0 20 0 13 0 254078812 9446973440 3666 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2306390 3666 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100238 s]
/proc/loadavg: 3.74 3.92 3.88 4/199 29160
/proc/meminfo: memFree=26444792/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 4227 0 1 0 8 1 0 0 20 0 18 0 254078812 9787813888 5415 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2389603 5415 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300202 s]
/proc/loadavg: 3.74 3.92 3.88 4/199 29160
/proc/meminfo: memFree=26444792/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 5670 0 1 0 43 2 0 0 20 0 18 0 254078812 9787813888 7897 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2389603 7897 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700202 s]
/proc/loadavg: 3.74 3.92 3.88 4/199 29160
/proc/meminfo: memFree=26444792/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 22113 0 1 0 157 6 0 0 20 0 22 0 254078812 10060460032 34159 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 34164 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824668

[startup+1.50084 s]
/proc/loadavg: 3.74 3.92 3.88 7/221 29182
/proc/meminfo: memFree=26300660/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=4.39 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 27464 0 1 0 430 9 0 0 20 0 19 0 254078812 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 42834 2261 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2488 0 1 0 55 3 0 0 20 0 19 0 254078814 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10771 0 0 0 105 2 0 0 20 0 19 0 254078819 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12874 0 0 0 109 3 0 0 20 0 19 0 254078819 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078876 10060460032 42834 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.74 3.92 3.88 3/218 29185
/proc/meminfo: memFree=26260444/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=5.47 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 27623 0 1 0 530 17 0 0 20 0 19 0 254078812 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 55726 2275 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2489 0 1 0 56 3 0 0 20 0 19 0 254078814 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10772 0 0 0 117 2 0 0 20 0 19 0 254078819 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12878 0 0 0 142 3 0 0 20 0 19 0 254078819 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078876 10060460032 55726 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.60 3.88 3.87 3/218 29206
/proc/meminfo: memFree=26204752/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=6.62 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 27740 0 1 0 628 34 0 0 20 0 19 0 254078812 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 58678 2276 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2491 0 1 0 56 3 0 0 20 0 19 0 254078814 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254078815 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254078816 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10775 0 0 0 121 2 0 0 20 0 19 0 254078819 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12897 0 0 0 159 3 0 0 20 0 19 0 254078819 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078819 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078876 10060460032 58678 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 9824668

[startup+12.7008 s]

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

[pid=29160/tid=29231] ppid=29158 vsize=9824668 CPUtime=779.08 cores=1,3,5,7
/proc/29160/task/29231/stat : 29231 (java) R 29158 29160 26250 0 -1 4202560 59 0 0 0 77895 13 0 0 20 0 22 0 254079979 10060460032 588251 33554432000 1073741824 1073778376 140734269766496 140664915845600 140664961496157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29232] ppid=29158 vsize=9824668 CPUtime=779.09 cores=1,3,5,7
/proc/29160/task/29232/stat : 29232 (java) R 29158 29160 26250 0 -1 4202560 2013 0 0 0 77866 43 0 0 20 0 22 0 254079979 10060460032 588251 33554432000 1073741824 1073778376 140734269766496 140664913740272 140664961003875 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29233] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29233/stat : 29233 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079979 10060460032 588251 33554432000 1073741824 1073778376 140734269766496 140664914793384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1620.08
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.43 3.82 3.87 4/217 29304
/proc/meminfo: memFree=22079548/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=1738.62 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 40051 0 1 0 173581 281 0 0 20 0 22 0 254078812 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 606343 2289 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2506 0 1 0 60 5 0 0 20 0 22 0 254078814 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 898 0 0 0 251 17 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 806 0 0 0 262 20 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 2041 0 0 0 274 21 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 692 0 0 0 279 21 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 793 0 0 0 227 16 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 821 0 0 0 263 21 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 917 0 0 0 259 21 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 1068 0 0 0 264 19 0 0 20 0 22 0 254078815 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=27.78 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 2078 0 0 0 2758 20 0 0 20 0 22 0 254078816 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10791 0 0 0 161 2 0 0 20 0 22 0 254078819 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12909 0 0 0 203 3 0 0 20 0 22 0 254078819 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 51 0 0 0 22 24 0 0 20 0 22 0 254078819 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254078876 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29231] ppid=29158 vsize=9824668 CPUtime=836.92 cores=1,3,5,7
/proc/29160/task/29231/stat : 29231 (java) R 29158 29160 26250 0 -1 4202560 60 0 0 0 83678 14 0 0 20 0 22 0 254079979 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664915845600 140664961531576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29232] ppid=29158 vsize=9824668 CPUtime=836.95 cores=1,3,5,7
/proc/29160/task/29232/stat : 29232 (java) R 29158 29160 26250 0 -1 4202560 2017 0 0 0 83651 44 0 0 20 0 22 0 254079979 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664913740472 140664961539535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29233] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29233/stat : 29233 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079979 10060460032 606343 33554432000 1073741824 1073778376 140734269766496 140664914793384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1738.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.901 s]
/proc/loadavg: 4.02 3.93 3.91 4/217 29304
/proc/meminfo: memFree=21571884/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 40126 0 1 0 179716 285 0 0 20 0 22 0 254078812 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 613535 2289 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2506 0 1 0 60 5 0 0 20 0 22 0 254078814 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 904 0 0 0 253 17 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 820 0 0 0 265 20 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 2054 0 0 0 279 22 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 703 0 0 0 285 21 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 795 0 0 0 231 17 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 824 0 0 0 267 21 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 920 0 0 0 262 22 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 1070 0 0 0 267 19 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=27.78 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 2095 0 0 0 2758 20 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10791 0 0 0 161 2 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12909 0 0 0 203 3 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 53 0 0 0 23 25 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254078876 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29231] ppid=29158 vsize=9824668 CPUtime=867.43 cores=1,3,5,7
/proc/29160/task/29231/stat : 29231 (java) R 29158 29160 26250 0 -1 4202560 60 0 0 0 86728 15 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664915844640 140664961531674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29232] ppid=29158 vsize=9824668 CPUtime=867.47 cores=1,3,5,7
/proc/29160/task/29232/stat : 29232 (java) R 29158 29160 26250 0 -1 4202560 2019 0 0 0 86702 45 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664913740272 140664961631401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29233] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29233/stat : 29233 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664914793384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

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

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

[startup+912.901 s]
/proc/loadavg: 4.02 3.93 3.91 4/217 29304
/proc/meminfo: memFree=21571884/32873844 swapFree=7364/7364
[pid=29160] ppid=29158 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/29160/stat : 29160 (java) S 29158 29160 26250 0 -1 4202496 40126 0 1 0 179716 285 0 0 20 0 22 0 254078812 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140734269757632 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29160/statm: 2456167 613535 2289 9 0 2446860 0
[pid=29160/tid=29162] ppid=29158 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/29160/task/29162/stat : 29162 (java) S 29158 29160 26250 0 -1 4202560 2506 0 1 0 60 5 0 0 20 0 22 0 254078814 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140665100162040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29163] ppid=29158 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/29160/task/29163/stat : 29163 (java) S 29158 29160 26250 0 -1 4202560 904 0 0 0 253 17 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664943836200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29164] ppid=29158 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/29160/task/29164/stat : 29164 (java) S 29158 29160 26250 0 -1 4202560 820 0 0 0 265 20 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664942783400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29165] ppid=29158 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/29160/task/29165/stat : 29165 (java) S 29158 29160 26250 0 -1 4202560 2054 0 0 0 279 22 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664941730600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29166] ppid=29158 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29160/task/29166/stat : 29166 (java) S 29158 29160 26250 0 -1 4202560 703 0 0 0 285 21 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664940677800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29167] ppid=29158 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/29160/task/29167/stat : 29167 (java) S 29158 29160 26250 0 -1 4202560 795 0 0 0 231 17 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664939625000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29168] ppid=29158 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/29160/task/29168/stat : 29168 (java) S 29158 29160 26250 0 -1 4202560 824 0 0 0 267 21 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664938572200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29169] ppid=29158 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/29160/task/29169/stat : 29169 (java) S 29158 29160 26250 0 -1 4202560 920 0 0 0 262 22 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664937519400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29170] ppid=29158 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/29160/task/29170/stat : 29170 (java) S 29158 29160 26250 0 -1 4202560 1070 0 0 0 267 19 0 0 20 0 22 0 254078815 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664936466600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29171] ppid=29158 vsize=9824668 CPUtime=27.78 cores=1,3,5,7
/proc/29160/task/29171/stat : 29171 (java) S 29158 29160 26250 0 -1 4202560 2095 0 0 0 2758 20 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664924269544 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29172] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29172/stat : 29172 (java) S 29158 29160 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664923215608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29173] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29173/stat : 29173 (java) S 29158 29160 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254078816 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664922162696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29174] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29174/stat : 29174 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664921111184 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29175] ppid=29158 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/29160/task/29175/stat : 29175 (java) S 29158 29160 26250 0 -1 4202560 10791 0 0 0 161 2 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664920058296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29160/tid=29176] ppid=29158 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/29160/task/29176/stat : 29176 (java) S 29158 29160 26250 0 -1 4202560 12909 0 0 0 203 3 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664919005496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29177] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29177/stat : 29177 (java) S 29158 29160 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664917952888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29160/tid=29178] ppid=29158 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/29160/task/29178/stat : 29178 (java) S 29158 29160 26250 0 -1 4202560 53 0 0 0 23 25 0 0 20 0 22 0 254078819 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664916900296 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29182] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29182/stat : 29182 (java) S 29158 29160 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254078876 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664912688424 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29231] ppid=29158 vsize=9824668 CPUtime=867.43 cores=1,3,5,7
/proc/29160/task/29231/stat : 29231 (java) R 29158 29160 26250 0 -1 4202560 60 0 0 0 86728 15 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664915844640 140664961531674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29160/tid=29232] ppid=29158 vsize=9824668 CPUtime=867.47 cores=1,3,5,7
/proc/29160/task/29232/stat : 29232 (java) R 29158 29160 26250 0 -1 4202560 2019 0 0 0 86702 45 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664913740272 140664961631401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29160/tid=29233] ppid=29158 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29160/task/29233/stat : 29233 (java) S 29158 29160 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079979 10060460032 613535 33554432000 1073741824 1073778376 140734269766496 140664914793384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 912.959
CPU time (s): 1800.45
CPU user time (s): 1797.17
CPU system time (s): 3.2835
CPU usage (%): 197.211
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 3.2835
maximum resident set size= 2454252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40155
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28551
involuntary context switches= 42576

runsolver used 3.9514 second user time and 9.12361 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 19:12:20
IDJOB=3688748
IDBENCH=48253
IDSOLVER=2268
FILE ID=node133/3688748-1337879540
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688748-1337879540/watcher-3688748-1337879540 -o /tmp/evaluation-result-3688748-1337879540/solver-3688748-1337879540 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688748-1337879540.opb

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=1092551549

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        26444792 kB
Buffers:          216772 kB
Cached:          2378312 kB
SwapCached:            0 kB
Active:          3478932 kB
Inactive:        2173272 kB
Active(anon):    3059492 kB
Inactive(anon):        0 kB
Active(file):     419440 kB
Inactive(file):  2173272 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       3068428 kB
Mapped:            22604 kB
Shmem:               212 kB
Slab:             629008 kB
SReclaimable:      71244 kB
SUnreclaim:       557764 kB
KernelStack:        1640 kB
PageTables:        10208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3271980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2973696 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= 71532 MiB
End job on node133 at 2012-05-24 19:27:35