Trace number 3710693

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-25 1800.04 1789.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
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 benchmark15.9636
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 constraints17831
Number of constraints which are clauses17831
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710693-1338146994.opb
0.11/0.11	c reading problem ... 
0.69/0.40	c ... done. Wall clock time 0.293s.
0.69/0.40	c declared #vars     450
0.69/0.40	c #constraints  17831
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
0.69/0.40	c 17831 constraints processed.
0.69/0.41	c SATISFIABLE
0.69/0.41	c OPTIMIZING...
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.69/0.41	o 0
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.312
0.69/0.42	o -1
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.69/0.44	o -2
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.69/0.45	o -20
0.92/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
0.92/0.55	o -22
1.17/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
1.17/0.60	o -23
1.54/0.90	c Got one! Elapsed wall clock time (in seconds):0.798
1.54/0.90	o -24
1.78/1.14	c cleaning 2778 clauses out of 5556 with flag 2002/5556
2.11/1.47	c Got one! Elapsed wall clock time (in seconds):1.363
2.11/1.47	o -25
2.33/1.67	c cleaning 3999 clauses out of 8008 with flag 2000/10786
3.06/2.31	c cleaning 5004 clauses out of 10010 with flag 8001/16787
3.77/3.09	c cleaning 6000 clauses out of 12006 with flag 15001/23787
4.85/4.01	c cleaning 6997 clauses out of 14005 with flag 23000/31786
5.89/5.08	c cleaning 8005 clauses out of 16011 with flag 32003/40789
7.20/6.36	c cleaning 9002 clauses out of 18003 with flag 42000/50786
8.64/7.73	c cleaning 9997 clauses out of 20002 with flag 53001/61787
10.46/9.51	c cleaning 11003 clauses out of 22005 with flag 65001/73787
12.09/11.17	c cleaning 11999 clauses out of 24001 with flag 78000/86786
14.41/13.44	c cleaning 13001 clauses out of 26003 with flag 92001/100787
17.06/16.10	c cleaning 13998 clauses out of 28002 with flag 107001/115787
19.40/18.32	c cleaning 14998 clauses out of 30004 with flag 123001/131787
22.44/21.30	c cleaning 15992 clauses out of 32005 with flag 140000/148786
25.69/24.56	c cleaning 17004 clauses out of 34013 with flag 158000/166786
28.72/27.51	c cleaning 17997 clauses out of 36009 with flag 177000/185786
31.96/30.78	c cleaning 19004 clauses out of 38012 with flag 197000/205786
35.70/34.45	c cleaning 20002 clauses out of 40009 with flag 218001/226787
40.23/38.96	c cleaning 20997 clauses out of 42006 with flag 240000/248786
44.58/43.23	c cleaning 22000 clauses out of 44010 with flag 263001/271787
48.72/47.38	c cleaning 23000 clauses out of 46010 with flag 287001/295787
54.37/52.97	c cleaning 24001 clauses out of 48011 with flag 312002/320788
61.31/59.89	c cleaning 25002 clauses out of 50009 with flag 338001/346787
67.69/66.18	c cleaning 25997 clauses out of 52006 with flag 365000/373786
73.93/72.38	c cleaning 27005 clauses out of 54011 with flag 393002/401788
79.18/77.50	c cleaning 28000 clauses out of 56004 with flag 422000/430786
85.94/84.22	c cleaning 28997 clauses out of 58004 with flag 452000/460786
92.77/91.07	c cleaning 30003 clauses out of 60008 with flag 483001/491787
102.13/100.38	c cleaning 30996 clauses out of 62004 with flag 515000/523786
111.39/109.52	c cleaning 32000 clauses out of 64008 with flag 548000/556786
122.05/120.16	c cleaning 33001 clauses out of 66009 with flag 582001/590787
128.22/126.27	c cleaning 33999 clauses out of 68007 with flag 617000/625786
136.69/134.68	c cleaning 34996 clauses out of 70008 with flag 653000/661786
145.55/143.41	c cleaning 36003 clauses out of 72014 with flag 690002/698788
154.09/151.90	c cleaning 36995 clauses out of 74010 with flag 728001/736787
166.76/164.59	c cleaning 38001 clauses out of 76014 with flag 767000/775786
178.93/176.66	c cleaning 39001 clauses out of 78014 with flag 807001/815787
197.60/195.20	c cleaning 40004 clauses out of 80014 with flag 848002/856788
210.46/208.06	c cleaning 41002 clauses out of 82010 with flag 890002/898788
220.24/217.76	c cleaning 41999 clauses out of 84006 with flag 933000/941786
231.73/229.18	c cleaning 43000 clauses out of 86007 with flag 977000/985786
244.21/241.57	c cleaning 43997 clauses out of 88009 with flag 1022002/1030788
260.60/257.86	c cleaning 45005 clauses out of 90010 with flag 1068000/1076786
276.44/273.68	c cleaning 45999 clauses out of 92007 with flag 1115002/1123788
296.90/294.09	c cleaning 46995 clauses out of 94008 with flag 1163002/1171788
316.18/313.23	c cleaning 48000 clauses out of 96011 with flag 1212000/1220786
343.84/340.80	c cleaning 49007 clauses out of 98013 with flag 1262002/1270788
372.22/369.16	c cleaning 50001 clauses out of 100006 with flag 1313002/1321788
384.40/381.25	c cleaning 50998 clauses out of 102004 with flag 1365001/1373787
400.56/397.39	c cleaning 51997 clauses out of 104005 with flag 1418000/1426786
418.31/415.03	c cleaning 52997 clauses out of 106009 with flag 1472001/1480787
437.39/434.06	c cleaning 53999 clauses out of 108012 with flag 1527001/1535787
461.77/458.32	c cleaning 54998 clauses out of 110012 with flag 1583000/1591786
479.44/475.96	c cleaning 56007 clauses out of 112018 with flag 1640004/1648790
511.13/507.57	c cleaning 56998 clauses out of 114008 with flag 1698001/1706787
542.41/538.76	c cleaning 58003 clauses out of 116012 with flag 1757003/1765789
566.40/562.64	c cleaning 59000 clauses out of 118007 with flag 1817001/1825787
595.81/591.91	c cleaning 59997 clauses out of 120006 with flag 1878000/1886786
626.79/622.81	c cleaning 60997 clauses out of 122011 with flag 1940002/1948788
651.27/647.23	c cleaning 62002 clauses out of 124013 with flag 2003001/2011787
667.41/663.26	c cleaning 63003 clauses out of 126010 with flag 2067000/2075786
687.08/682.82	c cleaning 63995 clauses out of 128008 with flag 2132001/2140787
710.16/705.83	c cleaning 64998 clauses out of 130012 with flag 2198000/2206786
745.96/741.50	c cleaning 66004 clauses out of 132014 with flag 2265000/2273786
773.13/768.60	c cleaning 66996 clauses out of 134012 with flag 2333002/2341788
812.64/808.02	c cleaning 67998 clauses out of 136015 with flag 2402001/2410787
839.03/834.36	c cleaning 68999 clauses out of 138017 with flag 2472001/2480787
886.13/881.36	c cleaning 70007 clauses out of 140017 with flag 2543000/2551786
927.72/922.88	c cleaning 70996 clauses out of 142010 with flag 2615000/2623786
960.98/956.04	c cleaning 72007 clauses out of 144015 with flag 2688001/2696787
999.08/994.01	c cleaning 72996 clauses out of 146007 with flag 2762000/2770786
1041.46/1036.37	c cleaning 74000 clauses out of 148012 with flag 2837001/2845787
1089.04/1083.86	c cleaning 75005 clauses out of 150011 with flag 2913000/2921786
1132.45/1127.07	c cleaning 75996 clauses out of 152006 with flag 2990000/2998786
1154.21/1148.68	c cleaning 77000 clauses out of 154012 with flag 3068002/3076788
1182.83/1177.24	c cleaning 78000 clauses out of 156010 with flag 3147000/3155786
1216.05/1210.36	c cleaning 79000 clauses out of 158010 with flag 3227000/3235786
1252.50/1246.53	c cleaning 79999 clauses out of 160012 with flag 3308002/3316788
1302.16/1296.05	c cleaning 81000 clauses out of 162011 with flag 3390000/3398786
1339.36/1332.79	c cleaning 82005 clauses out of 164013 with flag 3473002/3481788
1399.11/1391.94	c cleaning 82996 clauses out of 166008 with flag 3557002/3565788
1462.20/1454.53	c cleaning 83998 clauses out of 168011 with flag 3642001/3650787
1520.56/1512.45	c cleaning 84998 clauses out of 170013 with flag 3728001/3736787
1585.71/1577.19	c cleaning 85997 clauses out of 172015 with flag 3815001/3823787
1659.20/1650.09	c cleaning 87003 clauses out of 174017 with flag 3903000/3911786
1716.17/1706.36	c cleaning 88002 clauses out of 176014 with flag 3992000/4000786
1784.23/1773.93	c cleaning 89006 clauses out of 178012 with flag 4082000/4090786
1800.04/1789.51	c starts		: 261
1800.04/1789.51	c conflicts		: 4128148
1800.04/1789.51	c decisions		: 4167580
1800.04/1789.51	c propagations		: 22884839
1800.04/1789.51	c inspects		: 9908433554
1800.04/1789.51	c shortcuts		: 0
1800.04/1789.51	c learnt literals	: 0
1800.04/1789.51	c learnt binary clauses	: 0
1800.04/1789.51	c learnt ternary clauses	: 0
1800.04/1789.51	c learnt constraints	: 4128148
1800.04/1789.51	c ignored constraints	: 0
1800.04/1789.51	c root simplifications	: 261
1800.04/1789.51	c removed literals (reason simplification)	: 123112738
1800.04/1789.51	c reason swapping (by a shorter reason)	: 0
1800.04/1789.51	c Calls to reduceDB	: 87
1800.04/1789.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.51	c number of learned constraints concerned by reduction	: 0
1800.04/1789.51	c number of learning phase by resolution	: 0
1800.04/1789.51	c number of learning phase by cutting planes	: 0
1800.04/1789.51	c speed (assignments/second)	: 12791.210363605978
1800.04/1789.51	c non guided choices	1347
1800.04/1789.54	c learnt constraints type 
1800.04/1789.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126408
1800.04/1789.54	c constraints type 
1800.04/1789.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.04/1789.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1789.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
1800.04/1789.54	c 17832 constraints processed.
1800.04/1789.54	s SATISFIABLE
1800.04/1789.54	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.04/1789.54	c objective function=-25
1800.04/1789.54	c Total wall clock time (in seconds): 1789.434

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-3710693-1338146994/watcher-3710693-1338146994 -o /tmp/evaluation-result-3710693-1338146994/solver-3710693-1338146994 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710693-1338146994.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: 1.85 1.97 1.91 3/194 3539
/proc/meminfo: memFree=28888324/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 280825321 95129600 927 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 23225 927 703 9 0 16769 0
[pid=3539/tid=3540] ppid=3537 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 280825322 96370688 931 33554432000 1073741824 1073778376 140734038230944 139886534303272 259103223079 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.063945 s]
/proc/loadavg: 1.85 1.97 1.91 3/194 3539
/proc/meminfo: memFree=28888324/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 3376 0 1 0 5 0 0 0 20 0 18 0 280825321 9787842560 4585 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2389610 4585 1778 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2168 0 1 0 4 0 0 0 20 0 18 0 280825322 9787842560 4586 33554432000 1073741824 1073778376 140734038230944 139886534310560 139886363525672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100246 s]
/proc/loadavg: 1.85 1.97 1.91 3/194 3539
/proc/meminfo: memFree=28888324/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 4396 0 1 0 10 1 0 0 20 0 18 0 280825321 9787842560 6115 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2389610 6115 2144 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2482 0 1 0 6 1 0 0 20 0 18 0 280825322 9787842560 6115 33554432000 1073741824 1073778376 140734038230944 139886534308080 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.3002 s]
/proc/loadavg: 1.85 1.97 1.91 3/194 3539
/proc/meminfo: memFree=28888324/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 5653 0 1 0 47 1 0 0 20 0 18 0 280825321 9787842560 8498 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2389610 8499 2224 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2495 0 1 0 26 1 0 0 20 0 18 0 280825322 9787842560 8499 33554432000 1073741824 1073778376 140734038230944 139886534306384 139886363522581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.70093 s]
/proc/loadavg: 1.85 1.97 1.91 3/194 3539
/proc/meminfo: memFree=28888324/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 9649 0 1 0 128 3 0 0 20 0 19 0 280825321 9856004096 17031 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 17031 2254 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2519 0 1 0 66 1 0 0 20 0 19 0 280825322 9856004096 17031 33554432000 1073741824 1073778376 140734038230944 139886534307928 139886364123417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50086 s]
/proc/loadavg: 1.85 1.97 1.91 4/213 3558
/proc/meminfo: memFree=28822232/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 9729 0 1 0 217 4 0 0 20 0 19 0 280825321 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 23746 2288 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2528 0 1 0 143 2 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886534300096 139886364041032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886495799976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886494747432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886493694888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886492642344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886491588776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886490536232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 3132 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 280825323 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886358141544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3127 0 0 0 33 0 0 0 20 0 19 0 280825326 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2830 0 0 0 35 0 0 0 20 0 19 0 280825326 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 23746 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.85 1.97 1.91 3/213 3558
/proc/meminfo: memFree=28786928/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 9787 0 1 0 386 5 0 0 20 0 19 0 280825321 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 29409 2289 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) S 3537 3539 3132 0 -1 4202560 2529 0 1 0 298 2 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886534308264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) R 3537 3539 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886495800104 259112340615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) R 3537 3539 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886494747560 139886542353568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) R 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886493694888 259112340615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) R 3537 3539 3132 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886492642472 259112340615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) R 3537 3539 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886491588904 139886542353570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) R 3537 3539 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886490536072 259112340615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) R 3537 3539 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) R 3537 3539 3132 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 280825323 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886358140528 259115770293 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) R 3537 3539 3132 0 -1 4202560 2850 0 0 0 40 0 0 0 20 0 19 0 280825326 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886352877632 139886541282846 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 29409 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30157 s]
/proc/loadavg: 1.86 1.97 1.91 3/213 3558
/proc/meminfo: memFree=28765468/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=7.2 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 9921 0 1 0 714 6 0 0 20 0 19 0 280825321 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 32494 2289 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2532 0 1 0 610 2 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886534308144 139886363911724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 3132 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886495799976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886494747432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886493694888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 3132 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886492642344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 3132 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886491588776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 3132 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886490536232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 3132 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 280825322 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 3132 0 -1 4202560 41 0 0 0 8 0 0 0 20 0 19 0 280825323 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886358141544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2965 0 0 0 42 0 0 0 20 0 19 0 280825326 9856004096 32494 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 116463 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2968 0 0 0 44 0 0 0 20 0 19 0 280825326 9856004096 116463 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 116463 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 98 0 0 0 28 36 0 0 20 0 19 0 280825326 9856004096 116463 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 116463 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1732.4
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3573
/proc/meminfo: memFree=28059608/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1792.75 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 15636 0 1 0 179184 91 0 0 20 0 19 0 280825321 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 117457 2290 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1768.58 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2778 0 1 0 176827 31 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886534307200 139886364062736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=1.6 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 3132 0 -1 4202560 663 0 0 0 156 4 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886495799976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 3132 0 -1 4202560 273 0 0 0 162 4 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886494747432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 3132 0 -1 4202560 572 0 0 0 160 5 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886493694888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 3132 0 -1 4202560 875 0 0 0 160 7 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886492642344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 3132 0 -1 4202560 966 0 0 0 157 7 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886491588776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=1.57 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 3132 0 -1 4202560 649 0 0 0 151 6 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886490536232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 394 0 0 0 157 6 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=1.59 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 3132 0 -1 4202560 510 0 0 0 154 5 0 0 20 0 19 0 280825322 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=5.28 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 3132 0 -1 4202560 578 0 0 0 524 4 0 0 20 0 19 0 280825323 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886358141544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2968 0 0 0 44 0 0 0 20 0 19 0 280825326 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 280825326 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 117457 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1792.75
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3632
/proc/meminfo: memFree=28411852/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 15639 0 1 0 179913 91 0 0 20 0 19 0 280825321 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 117408 2290 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1775.74 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2781 0 1 0 177543 31 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886534307200 139886363993958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 3132 0 -1 4202560 663 0 0 0 157 4 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886495799976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 3132 0 -1 4202560 273 0 0 0 164 4 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886494747432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 3132 0 -1 4202560 572 0 0 0 162 5 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886493694888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 3132 0 -1 4202560 875 0 0 0 161 7 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886492642344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 3132 0 -1 4202560 966 0 0 0 159 7 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886491588776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=1.58 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 3132 0 -1 4202560 649 0 0 0 152 6 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886490536232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 394 0 0 0 158 6 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 3132 0 -1 4202560 510 0 0 0 156 5 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=5.28 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 3132 0 -1 4202560 578 0 0 0 524 4 0 0 20 0 19 0 280825323 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886358141544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2968 0 0 0 44 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1789.5 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3632
/proc/meminfo: memFree=28411852/32873648 swapFree=6844/6844
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/3539/stat : 3539 (java) S 3537 3539 3132 0 -1 4202496 15639 0 1 0 179913 91 0 0 20 0 19 0 280825321 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 140734038222080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2406251 117408 2290 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1775.74 cores=1,3,5,7
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 3132 0 -1 4202560 2781 0 1 0 177543 31 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886534307200 139886363993958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 3132 0 -1 4202560 663 0 0 0 157 4 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886495799976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 3132 0 -1 4202560 273 0 0 0 164 4 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886494747432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 3132 0 -1 4202560 572 0 0 0 162 5 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886493694888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 3132 0 -1 4202560 875 0 0 0 161 7 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886492642344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 3132 0 -1 4202560 966 0 0 0 159 7 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886491588776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=1.58 cores=1,3,5,7
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 3132 0 -1 4202560 649 0 0 0 152 6 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886490536232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 3132 0 -1 4202560 394 0 0 0 158 6 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886489483688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 3132 0 -1 4202560 510 0 0 0 156 5 0 0 20 0 19 0 280825322 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886488431144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=5.28 cores=1,3,5,7
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 3132 0 -1 4202560 578 0 0 0 524 4 0 0 20 0 19 0 280825323 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886358141544 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886357087864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280825324 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886356035208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886354983952 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 3132 0 -1 4202560 3128 0 0 0 36 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886353930296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 3132 0 -1 4202560 2968 0 0 0 44 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886352877752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886351825400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 3132 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 280825326 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886350773064 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280825362 9856004096 117408 33554432000 1073741824 1073778376 140734038230944 139886349718824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3539 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=639173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=312800
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.55
CPU time (s): 1800.04
CPU user time (s): 1799.13
CPU system time (s): 0.91
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.3128
maximum resident set size= 602284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15671
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44160
involuntary context switches= 30496

runsolver used 6.18106 second user time and 15.4027 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 21:29:55
IDJOB=3710693
IDBENCH=2238
IDSOLVER=2289
FILE ID=node124/3710693-1338146994
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 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-4.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710693-1338146994/watcher-3710693-1338146994 -o /tmp/evaluation-result-3710693-1338146994/solver-3710693-1338146994 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710693-1338146994.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1419841337

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28888216 kB
Buffers:          349084 kB
Cached:          2687916 kB
SwapCached:            0 kB
Active:          1041456 kB
Inactive:        2129984 kB
Active(anon):     136808 kB
Inactive(anon):        0 kB
Active(file):     904648 kB
Inactive(file):  2129984 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2596 kB
Writeback:             0 kB
AnonPages:        142860 kB
Mapped:            22628 kB
Shmem:               200 kB
Slab:             669368 kB
SReclaimable:     113284 kB
SUnreclaim:       556084 kB
KernelStack:        1608 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71432 MiB
End job on node124 at 2012-05-27 21:59:46