Trace number 3687860

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)-25 1800.14 929.942

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM2e8a2f5e2511f10f037e700bd45c84a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark12.2971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17794
Number of constraints which are clauses17794
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@7c64dc11
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687860-1337874168.opb
0.09/0.11	c reading problem ... 
1.03/0.54	c ... done. Wall clock time 0.426s.
1.03/0.54	c declared #vars     450
1.03/0.54	c #constraints  17794
1.03/0.54	c constraints type 
1.03/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17794
1.03/0.54	c 17794 constraints processed.
1.03/0.54	c constraints type 
1.03/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17794
1.03/0.54	c 17794 constraints processed.
1.03/0.54	c objective function length is 450 literals
1.03/0.55	c  And the winner is solver1
1.37/1.04	c SATISFIABLE
1.37/1.04	c OPTIMIZING...
1.37/1.04	c Got one! Elapsed wall clock time (in seconds):0.928
1.37/1.04	o -19
1.50/1.14	c  And the winner is solver1
1.87/1.55	c Got one! Elapsed wall clock time (in seconds):1.432
1.87/1.55	o -20
2.86/1.85	c  And the winner is solver1
3.16/2.05	c Got one! Elapsed wall clock time (in seconds):1.935
3.16/2.05	o -21
3.16/2.09	c  And the winner is solver1
3.31/2.55	c Got one! Elapsed wall clock time (in seconds):2.437
3.31/2.55	o -22
3.69/2.73	c  And the winner is solver1
3.76/3.05	c Got one! Elapsed wall clock time (in seconds):2.939
3.76/3.05	o -23
5.04/3.65	c cleaning 3304 clauses out of 6608 with flag 4000/6608
7.37/4.72	c cleaning 4652 clauses out of 9304 with flag 10000/12608
9.72/5.91	c cleaning 5827 clauses out of 11653 with flag 17001/19609
12.64/7.44	c cleaning 6913 clauses out of 13825 with flag 25000/27608
17.05/9.66	c cleaning 7955 clauses out of 15912 with flag 34000/36608
21.50/11.93	c cleaning 8980 clauses out of 17959 with flag 44002/46610
25.15/13.85	c  And the winner is solver1
25.22/13.91	c Got one! Elapsed wall clock time (in seconds):13.8
25.22/13.91	o -24
27.45/15.04	c cleaning 11163 clauses out of 22326 with flag 5000/59957
30.47/16.69	c cleaning 8583 clauses out of 17167 with flag 11004/65961
33.51/18.31	c cleaning 7791 clauses out of 15582 with flag 18002/72959
36.89/20.18	c cleaning 7893 clauses out of 15789 with flag 26000/80957
40.64/22.16	c cleaning 8446 clauses out of 16897 with flag 35001/89958
44.40/24.15	c cleaning 9223 clauses out of 18452 with flag 45002/99959
49.12/26.75	c cleaning 10109 clauses out of 20228 with flag 56001/110958
54.84/29.74	c cleaning 11059 clauses out of 22118 with flag 68000/122957
61.38/33.11	c cleaning 12028 clauses out of 24059 with flag 81000/135957
68.87/37.09	c cleaning 13015 clauses out of 26031 with flag 95000/149957
77.09/41.43	c cleaning 14009 clauses out of 28017 with flag 110001/164958
85.51/45.82	c cleaning 15004 clauses out of 30008 with flag 126001/180958
93.73/50.20	c cleaning 16000 clauses out of 32004 with flag 143001/197958
100.34/53.68	c  And the winner is solver1
100.36/54.18	c Got one! Elapsed wall clock time (in seconds):54.063
100.36/54.18	o -25
102.79/55.40	c cleaning 17181 clauses out of 34363 with flag 5001/216317
105.71/57.21	c cleaning 11586 clauses out of 23181 with flag 11000/222316
108.47/58.85	c cleaning 9295 clauses out of 18595 with flag 18000/229316
111.65/60.62	c cleaning 8643 clauses out of 17300 with flag 26000/237316
114.61/62.39	c cleaning 8827 clauses out of 17657 with flag 35000/246316
118.88/64.84	c cleaning 9413 clauses out of 18830 with flag 45000/256316
123.05/67.18	c cleaning 10208 clauses out of 20417 with flag 56000/267316
128.00/69.83	c cleaning 11102 clauses out of 22210 with flag 68001/279317
133.73/72.93	c cleaning 12047 clauses out of 24107 with flag 81000/292316
140.33/76.62	c cleaning 13027 clauses out of 26060 with flag 95000/306316
147.45/80.44	c cleaning 14015 clauses out of 28034 with flag 110001/321317
156.17/85.06	c cleaning 15008 clauses out of 30018 with flag 126000/337316
164.48/89.47	c cleaning 16004 clauses out of 32013 with flag 143003/354319
174.21/94.70	c cleaning 17005 clauses out of 34010 with flag 161004/372320
185.71/100.74	c cleaning 17997 clauses out of 36001 with flag 180000/391316
201.35/109.03	c cleaning 19002 clauses out of 38004 with flag 200000/411316
217.06/117.42	c cleaning 20001 clauses out of 40002 with flag 221000/432316
237.56/129.04	c cleaning 21001 clauses out of 42001 with flag 243000/454316
244.46/132.78	c cleaning 0 clauses out of 6354 with flag 0/6354
256.22/138.79	c cleaning 21995 clauses out of 44002 with flag 266002/477318
272.58/147.42	c cleaning 23003 clauses out of 46005 with flag 290000/501316
289.15/156.07	c cleaning 24002 clauses out of 48003 with flag 315001/526317
309.98/166.77	c cleaning 24994 clauses out of 50000 with flag 341000/552316
331.15/177.67	c cleaning 26004 clauses out of 52007 with flag 368001/579317
359.05/192.16	c cleaning 26995 clauses out of 54003 with flag 396001/607317
382.44/204.12	c cleaning 28004 clauses out of 56009 with flag 425002/636318
408.80/217.69	c cleaning 28994 clauses out of 58004 with flag 455001/666317
437.32/232.22	c cleaning 30005 clauses out of 60009 with flag 486000/697316
468.64/248.55	c cleaning 31003 clauses out of 62005 with flag 518001/729317
501.14/265.18	c cleaning 32001 clauses out of 64002 with flag 551001/762317
537.17/283.54	c cleaning 33000 clauses out of 66000 with flag 585000/796316
583.16/306.97	c cleaning 33993 clauses out of 68000 with flag 620000/831316
623.55/327.82	c cleaning 34999 clauses out of 70007 with flag 656000/867316
664.14/349.40	c cleaning 35999 clauses out of 72009 with flag 693001/904317
701.25/368.33	c cleaning 37002 clauses out of 74009 with flag 731000/942316
744.87/390.93	c cleaning 38004 clauses out of 76007 with flag 770000/981316
791.20/414.59	c cleaning 39002 clauses out of 78005 with flag 810002/1021318
842.14/440.40	c cleaning 39996 clauses out of 80002 with flag 851001/1062317
893.88/466.74	c cleaning 40995 clauses out of 82005 with flag 893000/1104316
943.72/492.50	c cleaning 42000 clauses out of 84012 with flag 936002/1147318
999.20/520.76	c cleaning 42999 clauses out of 86011 with flag 980001/1191317
1028.56/535.90	c cleaning 0 clauses out of 12354 with flag 0/12354
1051.86/548.15	c cleaning 43997 clauses out of 88011 with flag 1025000/1236316
1108.22/577.20	c cleaning 45007 clauses out of 90014 with flag 1071000/1282316
1163.87/605.52	c cleaning 45998 clauses out of 92008 with flag 1118001/1329317
1216.48/632.38	c cleaning 46998 clauses out of 94009 with flag 1166000/1377316
1269.46/659.34	c cleaning 48001 clauses out of 96013 with flag 1215002/1426318
1327.91/689.59	c cleaning 49000 clauses out of 98012 with flag 1265002/1476318
1394.43/723.34	c cleaning 49998 clauses out of 100012 with flag 1316002/1527318
1460.77/757.07	c cleaning 51000 clauses out of 102013 with flag 1368001/1579317
1535.96/795.15	c cleaning 51997 clauses out of 104012 with flag 1421000/1632316
1610.73/833.50	c cleaning 53002 clauses out of 106016 with flag 1475001/1686317
1691.75/874.52	c cleaning 53997 clauses out of 108013 with flag 1530000/1741316
1774.06/916.29	c cleaning 55006 clauses out of 110018 with flag 1586002/1797318
1800.14/929.91	c starts		: 50
1800.14/929.91	c conflicts		: 16030
1800.14/929.91	c decisions		: 18079
1800.14/929.91	c propagations		: 152802
1800.14/929.91	c inspects		: 848950735
1800.14/929.91	c shortcuts		: 0
1800.14/929.91	c learnt literals	: 0
1800.14/929.91	c learnt binary clauses	: 0
1800.14/929.91	c learnt ternary clauses	: 0
1800.14/929.91	c learnt constraints	: 16030
1800.14/929.91	c ignored constraints	: 0
1800.14/929.91	c root simplifications	: 0
1800.14/929.91	c removed literals (reason simplification)	: 0
1800.14/929.91	c reason swapping (by a shorter reason)	: 0
1800.14/929.91	c Calls to reduceDB	: 2
1800.14/929.91	c number of reductions to clauses (during analyze)	: 0
1800.14/929.91	c number of learned constraints concerned by reduction	: 0
1800.14/929.91	c number of learning phase by resolution	: 0
1800.14/929.91	c number of learning phase by cutting planes	: 0
1800.14/929.91	c speed (assignments/second)	: 164.41601873112953
1800.14/929.91	c non guided choices	0
1800.14/929.92	c learnt constraints type 
1800.14/929.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 336
1800.14/929.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
1800.14/929.92	c constraints type 
1800.14/929.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.14/929.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17794
1800.14/929.92	c 17795 constraints processed.
1800.14/929.92	c constraints type 
1800.14/929.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17794
1800.14/929.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.14/929.92	c 17795 constraints processed.
1800.14/929.92	s SATISFIABLE
1800.14/929.92	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 
1800.14/929.92	c objective function=-25
1800.14/929.92	c Total wall clock time (in seconds): 929.808

Verifier Data

OK	-25

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-3687860-1337874168/watcher-3687860-1337874168 -o /tmp/evaluation-result-3687860-1337874168/solver-3687860-1337874168 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687860-1337874168.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: 4.09 3.89 3.51 4/197 26304
/proc/meminfo: memFree=28358032/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26304/stat : 26304 (java) D 26302 26304 25418 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253541323 9515008 182 33554432000 1073741824 1073778376 140733505239408 140733505230440 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26304/statm: 2323 182 140 9 0 71 0

[startup+0.010074 s]
/proc/loadavg: 4.09 3.89 3.51 4/197 26304
/proc/meminfo: memFree=28358032/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 2 0 253541323 24780800 866 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 6050 868 656 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100208 s]
/proc/loadavg: 4.09 3.89 3.51 4/197 26304
/proc/meminfo: memFree=28358032/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 4303 0 1 0 8 1 0 0 20 0 18 0 253541323 9787813888 5496 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2389603 5496 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 4.09 3.89 3.51 4/197 26304
/proc/meminfo: memFree=28358032/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 5578 0 1 0 45 1 0 0 20 0 18 0 253541323 9787813888 8207 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2389603 8207 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700237 s]
/proc/loadavg: 4.09 3.89 3.51 4/197 26304
/proc/meminfo: memFree=28358032/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 17268 0 1 0 132 5 0 0 20 0 20 0 253541323 10060460032 24717 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 24717 2241 9 0 2446860 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 4.09 3.89 3.51 3/217 26326
/proc/meminfo: memFree=28267900/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 22076 0 1 0 180 7 0 0 20 0 19 0 253541323 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 26309 2249 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2467 0 1 0 50 2 0 0 20 0 19 0 253541324 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253541325 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253541326 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253541326 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253541326 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541329 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 10895 0 0 0 70 3 0 0 20 0 19 0 253541329 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7410 0 0 0 47 1 0 0 20 0 19 0 253541329 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541329 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253541329 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253541378 10060460032 26309 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+3.10062 s]
/proc/loadavg: 4.09 3.89 3.51 3/216 26334
/proc/meminfo: memFree=28202800/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=3.89 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 22546 0 1 0 374 15 0 0 20 0 22 0 253541323 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 49962 2272 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2469 0 1 0 50 2 0 0 20 0 22 0 253541324 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253541325 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 11184 0 0 0 111 3 0 0 20 0 22 0 253541329 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7470 0 0 0 88 1 0 0 20 0 22 0 253541329 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541378 10060460032 49962 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 4.00 3.88 3.51 5/219 26340
/proc/meminfo: memFree=27900088/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=10.39 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 24302 0 1 0 1003 36 0 0 20 0 22 0 253541323 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 155237 2285 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2470 0 1 0 50 2 0 0 20 0 22 0 253541324 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 216 0 0 0 7 3 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 85 0 0 0 7 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 182 0 0 0 7 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 219 0 0 0 6 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 131 0 0 0 6 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 77 0 0 0 4 2 0 0 20 0 22 0 253541325 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 254 0 0 0 36 2 0 0 20 0 22 0 253541326 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 11188 0 0 0 120 3 0 0 20 0 22 0 253541329 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7474 0 0 0 98 1 0 0 20 0 22 0 253541329 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541378 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26338] ppid=26302 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26304/task/26338/stat : 26338 (java) R 26302 26304 25418 0 -1 4202560 13 0 0 0 264 0 0 0 20 0 22 0 253541628 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831287746872 139831335342776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26339] ppid=26302 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/26304/task/26339/stat : 26339 (java) R 26302 26304 25418 0 -1 4202560 433 0 0 0 260 2 0 0 20 0 22 0 253541628 10060460032 155237 33554432000 1073741824 1073778376 140735707287600 139831288798456 139831335378847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/26304/statm: 2456167 935304 2287 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2523 0 1 0 52 4 0 0 20 0 22 0 253541324 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 446 0 0 0 209 9 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 1040 0 0 0 228 11 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 321 0 0 0 213 9 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 546 0 0 0 263 6 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 919 0 0 0 246 10 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 629 0 0 0 201 8 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 611 0 0 0 207 9 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 827 0 0 0 207 8 0 0 20 0 22 0 253541325 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=64.42 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 3292 0 0 0 6421 21 0 0 20 0 22 0 253541326 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 12175 0 0 0 202 3 0 0 20 0 22 0 253541329 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7476 0 0 0 109 1 0 0 20 0 22 0 253541329 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 253541329 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541378 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26344] ppid=26302 vsize=9824668 CPUtime=763.17 cores=1,3,5,7
/proc/26304/task/26344/stat : 26344 (java) R 26302 26304 25418 0 -1 4202560 52 0 0 0 76305 12 0 0 20 0 22 0 253546741 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831285641568 139831335365902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26345] ppid=26302 vsize=9824668 CPUtime=763.19 cores=1,3,5,7
/proc/26304/task/26345/stat : 26345 (java) R 26302 26304 25418 0 -1 4202560 817 0 0 0 76291 28 0 0 20 0 22 0 253546741 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831288797520 139831335378931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26346] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26346/stat : 26346 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253546741 10060460032 935304 33554432000 1073741824 1073778376 140735707287600 139831287747368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.901 s]
/proc/loadavg: 3.77 3.82 3.68 5/219 26432
/proc/meminfo: memFree=21811896/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 34510 0 1 0 179856 158 0 0 20 0 22 0 253541323 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 940535 2287 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2525 0 1 0 52 4 0 0 20 0 22 0 253541324 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 479 0 0 0 236 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 1040 0 0 0 241 11 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 321 0 0 0 222 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 573 0 0 0 275 6 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 919 0 0 0 253 10 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 665 0 0 0 219 8 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 628 0 0 0 221 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 827 0 0 0 227 8 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=65.98 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 3313 0 0 0 6576 22 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 12175 0 0 0 202 3 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7476 0 0 0 109 1 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541378 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26344] ppid=26302 vsize=9824668 CPUtime=808.77 cores=1,3,5,7
/proc/26304/task/26344/stat : 26344 (java) R 26302 26304 25418 0 -1 4202560 53 0 0 0 80864 13 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831285640624 139831335365902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26345] ppid=26302 vsize=9824668 CPUtime=808.79 cores=1,3,5,7
/proc/26304/task/26345/stat : 26345 (java) R 26302 26304 25418 0 -1 4202560 819 0 0 0 80850 29 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831288797520 139831335365902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26346] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26346/stat : 26346 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831287747368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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+929.901 s]
/proc/loadavg: 3.77 3.82 3.68 5/219 26432
/proc/meminfo: memFree=21811896/32873648 swapFree=6596/6596
[pid=26304] ppid=26302 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/26304/stat : 26304 (java) S 26302 26304 25418 0 -1 4202496 34510 0 1 0 179856 158 0 0 20 0 22 0 253541323 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 140735707278736 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26304/statm: 2456167 940535 2287 9 0 2446860 0
[pid=26304/tid=26306] ppid=26302 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/26304/task/26306/stat : 26306 (java) S 26302 26304 25418 0 -1 4202560 2525 0 1 0 52 4 0 0 20 0 22 0 253541324 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831473583096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26307] ppid=26302 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/26304/task/26307/stat : 26307 (java) S 26302 26304 25418 0 -1 4202560 479 0 0 0 236 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831317527592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26308] ppid=26302 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26304/task/26308/stat : 26308 (java) S 26302 26304 25418 0 -1 4202560 1040 0 0 0 241 11 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831316474792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26309] ppid=26302 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/26304/task/26309/stat : 26309 (java) S 26302 26304 25418 0 -1 4202560 321 0 0 0 222 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831315421992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26310] ppid=26302 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/26304/task/26310/stat : 26310 (java) S 26302 26304 25418 0 -1 4202560 573 0 0 0 275 6 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831314369192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26311] ppid=26302 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/26304/task/26311/stat : 26311 (java) S 26302 26304 25418 0 -1 4202560 919 0 0 0 253 10 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831313316392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26312] ppid=26302 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/26304/task/26312/stat : 26312 (java) S 26302 26304 25418 0 -1 4202560 665 0 0 0 219 8 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831312263592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26313] ppid=26302 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/26304/task/26313/stat : 26313 (java) S 26302 26304 25418 0 -1 4202560 628 0 0 0 221 9 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831311210792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26314] ppid=26302 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/26304/task/26314/stat : 26314 (java) S 26302 26304 25418 0 -1 4202560 827 0 0 0 227 8 0 0 20 0 22 0 253541325 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831310157992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26315] ppid=26302 vsize=9824668 CPUtime=65.98 cores=1,3,5,7
/proc/26304/task/26315/stat : 26315 (java) S 26302 26304 25418 0 -1 4202560 3313 0 0 0 6576 22 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831297747944 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26316] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26316/stat : 26316 (java) S 26302 26304 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831296694008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26317] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26317/stat : 26317 (java) S 26302 26304 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253541326 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831295641096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26318] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26318/stat : 26318 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831294589584 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26319] ppid=26302 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/26304/task/26319/stat : 26319 (java) S 26302 26304 25418 0 -1 4202560 12175 0 0 0 202 3 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831293536696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26320] ppid=26302 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/26304/task/26320/stat : 26320 (java) S 26302 26304 25418 0 -1 4202560 7476 0 0 0 109 1 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831292483896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26321] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26321/stat : 26321 (java) S 26302 26304 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831291431288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26304/tid=26322] ppid=26302 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/26304/task/26322/stat : 26322 (java) S 26302 26304 25418 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 253541329 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831290378696 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26325] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26325/stat : 26325 (java) S 26302 26304 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253541378 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831286695336 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26304/tid=26344] ppid=26302 vsize=9824668 CPUtime=808.77 cores=1,3,5,7
/proc/26304/task/26344/stat : 26344 (java) R 26302 26304 25418 0 -1 4202560 53 0 0 0 80864 13 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831285640624 139831335365902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26304/tid=26345] ppid=26302 vsize=9824668 CPUtime=808.79 cores=1,3,5,7
/proc/26304/task/26345/stat : 26345 (java) R 26302 26304 25418 0 -1 4202560 819 0 0 0 80850 29 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831288797520 139831335365902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26304/tid=26346] ppid=26302 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26304/task/26346/stat : 26346 (java) S 26302 26304 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253546741 10060460032 940535 33554432000 1073741824 1073778376 140735707287600 139831287747368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26304 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=219237
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=40689
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 929.942
CPU time (s): 1800.14
CPU user time (s): 1798.56
CPU system time (s): 1.58
CPU usage (%): 193.575
Max. virtual memory (cumulated for all children) (KiB): 9825180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 2.04069
maximum resident set size= 3762252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34540
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25599
involuntary context switches= 35440

runsolver used 3.3005 second user time and 8.93464 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 17:42:48
IDJOB=3687860
IDBENCH=2235
IDSOLVER=2268
FILE ID=node148/3687860-1337874168
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687860-1337874168/watcher-3687860-1337874168 -o /tmp/evaluation-result-3687860-1337874168/solver-3687860-1337874168 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687860-1337874168.opb

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=663971509

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28358304 kB
Buffers:          230912 kB
Cached:          2565976 kB
SwapCached:            0 kB
Active:          1369392 kB
Inactive:        2359616 kB
Active(anon):     934440 kB
Inactive(anon):        0 kB
Active(file):     434952 kB
Inactive(file):  2359616 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:       1038976 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             645612 kB
SReclaimable:      89944 kB
SUnreclaim:       555668 kB
KernelStack:        1784 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1596856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-24 17:58:20