Trace number 3687862

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)-24 1800.5 926.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
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 benchmark19.787
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 constraints17827
Number of constraints which are clauses17827
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.08	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	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@63415de6
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@23174b07
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-3687862-1337874220.opb
0.09/0.11	c reading problem ... 
1.04/0.53	c ... done. Wall clock time 0.419s.
1.04/0.53	c declared #vars     450
1.04/0.53	c #constraints  17827
1.04/0.53	c constraints type 
1.04/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1.04/0.53	c 17827 constraints processed.
1.04/0.53	c constraints type 
1.04/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1.04/0.53	c 17827 constraints processed.
1.04/0.53	c objective function length is 450 literals
1.04/0.54	c  And the winner is solver1
1.35/1.03	c SATISFIABLE
1.35/1.03	c OPTIMIZING...
1.35/1.03	c Got one! Elapsed wall clock time (in seconds):0.921
1.35/1.03	o -20
1.35/1.09	c  And the winner is solver0
1.67/1.54	c Got one! Elapsed wall clock time (in seconds):1.425
1.67/1.54	o -21
1.87/1.60	c  And the winner is solver0
2.30/2.04	c Got one! Elapsed wall clock time (in seconds):1.927
2.30/2.04	o -22
2.30/2.06	c  And the winner is solver0
2.43/2.54	c Got one! Elapsed wall clock time (in seconds):2.429
2.43/2.54	o -23
4.14/3.22	c cleaning 2841 clauses out of 5682 with flag 5000/5682
6.24/4.20	c cleaning 4420 clauses out of 8841 with flag 11000/11682
8.65/5.50	c cleaning 5711 clauses out of 11421 with flag 18000/18682
11.95/7.13	c cleaning 6851 clauses out of 13710 with flag 26000/26682
16.56/9.41	c cleaning 7928 clauses out of 15860 with flag 35001/35683
21.24/11.87	c cleaning 8967 clauses out of 17933 with flag 45002/45684
28.12/15.36	c cleaning 9983 clauses out of 19965 with flag 56001/56683
33.49/18.19	c cleaning 10991 clauses out of 21981 with flag 68000/68682
39.49/21.36	c cleaning 11984 clauses out of 23990 with flag 81000/81682
44.00/23.79	c  And the winner is solver1
44.18/24.24	c Got one! Elapsed wall clock time (in seconds):24.127
44.18/24.24	o -24
47.29/25.81	c cleaning 12937 clauses out of 25879 with flag 5002/95555
50.22/27.49	c cleaning 9458 clauses out of 18940 with flag 11000/101553
53.49/29.29	c cleaning 8236 clauses out of 16483 with flag 18001/108554
56.56/31.10	c cleaning 8119 clauses out of 16249 with flag 26003/116556
60.43/33.14	c cleaning 8560 clauses out of 17128 with flag 35001/125554
65.09/35.66	c cleaning 9282 clauses out of 18567 with flag 45000/135553
70.54/38.51	c cleaning 10135 clauses out of 20285 with flag 56000/146553
77.58/42.31	c cleaning 11075 clauses out of 22150 with flag 68000/158553
84.40/45.96	c cleaning 12033 clauses out of 24075 with flag 81000/171553
92.99/50.40	c cleaning 13020 clauses out of 26042 with flag 95000/185553
101.99/55.16	c cleaning 14008 clauses out of 28022 with flag 110000/200553
110.45/59.79	c cleaning 15002 clauses out of 30015 with flag 126001/216554
119.20/64.33	c cleaning 16001 clauses out of 32013 with flag 143001/233554
128.92/69.41	c cleaning 17003 clauses out of 34011 with flag 161000/251553
139.64/75.01	c cleaning 18002 clauses out of 36008 with flag 180000/270553
151.22/81.22	c cleaning 18996 clauses out of 38008 with flag 200002/290555
164.89/88.38	c cleaning 20002 clauses out of 40012 with flag 221002/311555
179.98/96.18	c cleaning 21005 clauses out of 42009 with flag 243001/333554
196.68/105.04	c cleaning 21993 clauses out of 44004 with flag 266001/356554
201.56/108.25	c cleaning 0 clauses out of 6010 with flag 0/6011
215.43/115.37	c cleaning 23002 clauses out of 46011 with flag 290001/380554
235.38/126.41	c cleaning 24005 clauses out of 48010 with flag 315002/405555
257.59/137.97	c cleaning 25002 clauses out of 50004 with flag 341001/431554
282.91/150.82	c cleaning 26000 clauses out of 52004 with flag 368003/458556
309.32/164.39	c cleaning 26998 clauses out of 54003 with flag 396002/486555
336.06/178.08	c cleaning 27995 clauses out of 56003 with flag 425000/515553
359.79/190.41	c cleaning 29001 clauses out of 58008 with flag 455000/545553
384.32/203.08	c cleaning 29998 clauses out of 60007 with flag 486000/576553
412.62/217.59	c cleaning 31004 clauses out of 62009 with flag 518000/608553
442.13/232.60	c cleaning 32003 clauses out of 64008 with flag 551003/641556
473.24/248.87	c cleaning 32998 clauses out of 66003 with flag 585001/675554
510.69/267.95	c cleaning 33995 clauses out of 68004 with flag 620000/710553
550.50/288.26	c cleaning 35003 clauses out of 70009 with flag 656000/746553
594.92/312.09	c cleaning 35998 clauses out of 72006 with flag 693000/783553
641.99/335.85	c cleaning 37004 clauses out of 74009 with flag 731001/821554
689.38/359.95	c cleaning 37996 clauses out of 76005 with flag 770001/860554
741.78/386.51	c cleaning 39001 clauses out of 78008 with flag 810000/900553
798.21/415.59	c cleaning 40003 clauses out of 80007 with flag 851000/941553
849.37/441.59	c cleaning 40988 clauses out of 82005 with flag 893001/983554
901.09/467.82	c cleaning 42004 clauses out of 84016 with flag 936000/1026553
953.82/494.66	c cleaning 43003 clauses out of 86013 with flag 980001/1070554
978.54/507.92	c cleaning 0 clauses out of 12009 with flag 0/12010
1008.49/523.48	c cleaning 44005 clauses out of 88010 with flag 1025001/1115554
1064.97/552.16	c cleaning 44999 clauses out of 90006 with flag 1071002/1161555
1121.81/581.06	c cleaning 46003 clauses out of 92005 with flag 1118000/1208553
1184.14/613.14	c cleaning 47001 clauses out of 94004 with flag 1166002/1256555
1248.50/645.82	c cleaning 47995 clauses out of 96002 with flag 1215001/1305554
1322.79/683.44	c cleaning 49000 clauses out of 98006 with flag 1265000/1355553
1396.28/720.65	c cleaning 49994 clauses out of 100006 with flag 1316000/1406553
1468.41/757.78	c cleaning 50998 clauses out of 102012 with flag 1368000/1458553
1544.35/796.21	c cleaning 52008 clauses out of 104016 with flag 1421002/1511555
1627.85/838.59	c cleaning 53002 clauses out of 106008 with flag 1475002/1565555
1710.44/880.34	c cleaning 53994 clauses out of 108004 with flag 1530000/1620553
1800.06/926.22	c starts		: 48
1800.06/926.22	c conflicts		: 16187
1800.06/926.22	c decisions		: 18714
1800.06/926.22	c propagations		: 154171
1800.06/926.22	c inspects		: 853081761
1800.06/926.22	c shortcuts		: 0
1800.06/926.22	c learnt literals	: 0
1800.06/926.22	c learnt binary clauses	: 0
1800.06/926.22	c learnt ternary clauses	: 0
1800.06/926.22	c learnt constraints	: 16186
1800.06/926.22	c ignored constraints	: 0
1800.06/926.22	c root simplifications	: 0
1800.06/926.22	c removed literals (reason simplification)	: 0
1800.06/926.22	c reason swapping (by a shorter reason)	: 0
1800.06/926.22	c Calls to reduceDB	: 2
1800.06/926.22	c number of reductions to clauses (during analyze)	: 0
1800.06/926.22	c number of learned constraints concerned by reduction	: 0
1800.06/926.22	c number of learning phase by resolution	: 0
1800.06/926.22	c number of learning phase by cutting planes	: 0
1800.06/926.22	c speed (assignments/second)	: 166.91061998064254
1800.06/926.22	c non guided choices	0
1800.06/926.23	c learnt constraints type 
1800.06/926.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 247
1800.06/926.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15939
1800.06/926.23	c constraints type 
1800.06/926.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/926.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1800.06/926.24	c 17828 constraints processed.
1800.06/926.24	c constraints type 
1800.06/926.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1800.06/926.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/926.24	c 17828 constraints processed.
1800.06/926.24	s SATISFIABLE
1800.06/926.24	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.06/926.24	c objective function=-24
1800.06/926.24	c Total wall clock time (in seconds): 926.125

Verifier Data

OK	-24

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

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

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


[startup+0 s]
/proc/loadavg: 3.91 3.85 3.46 4/197 31369
/proc/meminfo: memFree=28348636/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31369/stat : 31369 (java) D 31367 31369 30487 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253547479 9515008 182 33554432000 1073741824 1073778376 140736328133344 140736328124376 214537420469 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/31369/statm: 2323 182 140 9 0 71 0

[startup+0.0994131 s]
/proc/loadavg: 3.91 3.85 3.46 4/197 31369
/proc/meminfo: memFree=28348636/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 4318 0 1 0 8 1 0 0 20 0 18 0 253547479 9787813888 5510 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2389603 5511 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.117578 s]
/proc/loadavg: 3.91 3.85 3.46 4/197 31369
/proc/meminfo: memFree=28348636/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 4514 0 1 0 11 1 0 0 20 0 18 0 253547479 9787813888 6147 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2389603 6147 2153 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558412

[startup+0.300165 s]
/proc/loadavg: 3.91 3.85 3.46 4/197 31369
/proc/meminfo: memFree=28348636/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 5511 0 1 0 46 1 0 0 20 0 18 0 253547479 9787813888 8171 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2389603 8171 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700189 s]
/proc/loadavg: 3.91 3.85 3.46 4/197 31369
/proc/meminfo: memFree=28348636/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9759132 CPUtime=1.35 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 16855 0 1 0 129 6 0 0 20 0 19 0 253547479 9993351168 24705 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2439783 24705 2241 9 0 2430476 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9759132

[startup+1.50053 s]
/proc/loadavg: 3.91 3.85 3.46 3/216 31391
/proc/meminfo: memFree=28258280/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 16946 0 1 0 159 8 0 0 20 0 19 0 253547479 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 26294 2250 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2475 0 1 0 49 2 0 0 20 0 19 0 253547480 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110699934712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253547481 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253547483 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110524054376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253547483 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253547483 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547485 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 7173 0 0 0 47 0 0 0 20 0 19 0 253547485 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 5974 0 0 0 47 0 0 0 20 0 19 0 253547485 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547485 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253547485 10060460032 26294 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.91 3.85 3.46 3/216 31400
/proc/meminfo: memFree=28234132/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=3.9 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 20136 0 1 0 372 18 0 0 20 0 22 0 253547479 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 58817 2271 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2476 0 1 0 49 2 0 0 20 0 22 0 253547480 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110699934712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 126 0 0 0 1 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253547481 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) S 31367 31369 30487 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110524054376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 8578 0 0 0 91 1 0 0 20 0 22 0 253547485 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 7050 0 0 0 86 0 0 0 20 0 22 0 253547485 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31394] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31394/stat : 31394 (java) S 31367 31369 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253547584 10060460032 58817 33554432000 1073741824 1073778376 140736049719312 140110514053928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9824668

[startup+6.3007 s]
/proc/loadavg: 3.76 3.82 3.46 5/219 31403
/proc/meminfo: memFree=27944800/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=10.35 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 20641 0 1 0 1007 28 0 0 20 0 22 0 253547479 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 114395 2285 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2477 0 1 0 49 2 0 0 20 0 22 0 253547480 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110699934712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 163 0 0 0 6 2 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 253547481 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) S 31367 31369 30487 0 -1 4202560 274 0 0 0 34 1 0 0 20 0 22 0 253547483 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110524054376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 8579 0 0 0 98 2 0 0 20 0 22 0 253547485 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 7056 0 0 0 99 0 0 0 20 0 22 0 253547485 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31394] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31394/stat : 31394 (java) S 31367 31369 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253547584 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110514053928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31401] ppid=31367 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/31369/task/31401/stat : 31401 (java) R 31367 31369 30487 0 -1 4202560 13 0 0 0 317 0 0 0 20 0 22 0 253547734 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110515105312 140110572844917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31402] ppid=31367 vsize=9824668 CPUtime=3.19 cores=1,3,5,7
/proc/31369/task/31402/stat : 31402 (java) R 31367 31369 30487 0 -1 4202560 114 0 0 0 316 3 0 0 20 0 22 0 253547734 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110512998776 140110573138431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31403] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31403/stat : 31403 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253547734 10060460032 114395 33554432000 1073741824 1073778376 140736049719312 140110511948712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=31369/tid=31404] ppid=31367 vsize=9824668 CPUtime=682.57 cores=1,3,5,7
/proc/31369/task/31404/stat : 31404 (java) R 31367 31369 30487 0 -1 4202560 46 0 0 0 68247 10 0 0 20 0 22 0 253549904 10060460032 919971 33554432000 1073741824 1073778376 140736049719312 140110515106656 140110572453676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31405] ppid=31367 vsize=9824668 CPUtime=682.51 cores=1,3,5,7
/proc/31369/task/31405/stat : 31405 (java) R 31367 31369 30487 0 -1 4202560 724 0 0 0 68226 25 0 0 20 0 22 0 253549904 10060460032 919971 33554432000 1073741824 1073778376 140736049719312 140110512999392 140110573025887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31406] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31406/stat : 31406 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253549904 10060460032 919971 33554432000 1073741824 1073778376 140736049719312 140110514054440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.79 3.83 3.67 4/219 31489
/proc/meminfo: memFree=22081964/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=1595.36 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 30744 0 1 0 159371 165 0 0 20 0 22 0 253547479 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 926716 2287 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2522 0 1 0 51 4 0 0 20 0 22 0 253547480 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110699934712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 743 0 0 0 228 11 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 975 0 0 0 210 9 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 713 0 0 0 189 11 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 471 0 0 0 195 8 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 607 0 0 0 230 10 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 560 0 0 0 223 15 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 649 0 0 0 207 11 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 807 0 0 0 196 9 0 0 20 0 22 0 253547481 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=55.16 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) S 31367 31369 30487 0 -1 4202560 3476 0 0 0 5493 23 0 0 20 0 22 0 253547483 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110524054376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 8590 0 0 0 122 2 0 0 20 0 22 0 253547485 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 7570 0 0 0 148 1 0 0 20 0 22 0 253547485 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 22 0 253547485 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31403] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31403/stat : 31403 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253547734 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110511948712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31404] ppid=31367 vsize=9824668 CPUtime=740.73 cores=1,3,5,7
/proc/31369/task/31404/stat : 31404 (java) R 31367 31369 30487 0 -1 4202560 48 0 0 0 74062 11 0 0 20 0 22 0 253549904 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110515104800 140110572866229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31405] ppid=31367 vsize=9824668 CPUtime=740.67 cores=1,3,5,7
/proc/31369/task/31405/stat : 31405 (java) R 31367 31369 30487 0 -1 4202560 728 0 0 0 74041 26 0 0 20 0 22 0 253549904 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110513000368 140110573138240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31406] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31406/stat : 31406 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253549904 10060460032 926716 33554432000 1073741824 1073778376 140736049719312 140110514054440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1595.36
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.81 3.82 3.67 4/219 31489
/proc/meminfo: memFree=21865012/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=1712.66 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 30839 0 1 0 171099 167 0 0 20 0 22 0 253547479 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 933436 2287 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2523 0 1 0 51 4 0 0 20 0 22 0 253547480 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110699934424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 769 0 0 0 246 11 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 975 0 0 0 225 9 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 713 0 0 0 210 12 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 478 0 0 0 213 8 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 622 0 0 0 253 10 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 560 0 0 0 248 15 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 652 0 0 0 221 12 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 816 0 0 0 215 9 0 0 20 0 22 0 253547481 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=58.59 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) R 31367 31369 30487 0 -1 4202560 3501 0 0 0 5835 24 0 0 20 0 22 0 253547483 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110524053232 140110707701256 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 8590 0 0 0 122 2 0 0 20 0 22 0 253547485 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 7570 0 0 0 148 1 0 0 20 0 22 0 253547485 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 51 0 0 0 15 21 0 0 20 0 22 0 253547485 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31403] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31403/stat : 31403 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253547734 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110511948712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31404] ppid=31367 vsize=9824668 CPUtime=796.91 cores=1,3,5,7
/proc/31369/task/31404/stat : 31404 (java) S 31367 31369 30487 0 -1 4202560 52 0 0 0 79679 12 0 0 20 0 22 0 253549904 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110515106456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31405] ppid=31367 vsize=9824668 CPUtime=796.85 cores=1,3,5,7
/proc/31369/task/31405/stat : 31405 (java) S 31367 31369 30487 0 -1 4202560 729 0 0 0 79657 28 0 0 20 0 22 0 253549904 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110512999672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31406] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31406/stat : 31406 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253549904 10060460032 933436 33554432000 1073741824 1073778376 140736049719312 140110514054440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1712.66
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.207 s]
/proc/loadavg: 3.84 3.83 3.68 5/219 31489
/proc/meminfo: memFree=21840132/32873648 swapFree=7104/7104
[pid=31369] ppid=31367 vsize=9824668 CPUtime=1800.06 cores=1,3,5,7
/proc/31369/stat : 31369 (java) S 31367 31369 30487 0 -1 4202496 30894 0 1 0 179837 169 0 0 20 0 22 0 253547479 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140736049710448 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31369/statm: 2456167 936036 2287 9 0 2446860 0
[pid=31369/tid=31371] ppid=31367 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/31369/task/31371/stat : 31371 (java) S 31367 31369 30487 0 -1 4202560 2523 0 1 0 51 4 0 0 20 0 22 0 253547480 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110699934712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31372] ppid=31367 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/31369/task/31372/stat : 31372 (java) S 31367 31369 30487 0 -1 4202560 769 0 0 0 265 11 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110543621032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31373] ppid=31367 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/31369/task/31373/stat : 31373 (java) S 31367 31369 30487 0 -1 4202560 1000 0 0 0 236 9 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110542568488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31374] ppid=31367 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/31369/task/31374/stat : 31374 (java) S 31367 31369 30487 0 -1 4202560 713 0 0 0 217 12 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110541515432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31375] ppid=31367 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/31369/task/31375/stat : 31375 (java) S 31367 31369 30487 0 -1 4202560 486 0 0 0 218 8 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110540462888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31376] ppid=31367 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/31369/task/31376/stat : 31376 (java) S 31367 31369 30487 0 -1 4202560 629 0 0 0 259 10 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110539409832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31377] ppid=31367 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/31369/task/31377/stat : 31377 (java) S 31367 31369 30487 0 -1 4202560 560 0 0 0 256 15 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110538357288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31378] ppid=31367 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/31369/task/31378/stat : 31378 (java) S 31367 31369 30487 0 -1 4202560 652 0 0 0 232 12 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110537304232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31379] ppid=31367 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/31369/task/31379/stat : 31379 (java) S 31367 31369 30487 0 -1 4202560 816 0 0 0 219 9 0 0 20 0 22 0 253547481 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110536251688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31380] ppid=31367 vsize=9824668 CPUtime=59.34 cores=1,3,5,7
/proc/31369/task/31380/stat : 31380 (java) S 31367 31369 30487 0 -1 4202560 3511 0 0 0 5910 24 0 0 20 0 22 0 253547483 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110524054376 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31381] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31381/stat : 31381 (java) S 31367 31369 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110523000696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31382] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31382/stat : 31382 (java) S 31367 31369 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253547483 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110521947528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31383] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31383/stat : 31383 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110520896272 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31384] ppid=31367 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/31369/task/31384/stat : 31384 (java) S 31367 31369 30487 0 -1 4202560 8590 0 0 0 122 2 0 0 20 0 22 0 253547485 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110519843128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31385] ppid=31367 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/31369/task/31385/stat : 31385 (java) S 31367 31369 30487 0 -1 4202560 7570 0 0 0 148 1 0 0 20 0 22 0 253547485 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110518790584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31386] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31386/stat : 31386 (java) S 31367 31369 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253547485 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110517737720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31387] ppid=31367 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/31369/task/31387/stat : 31387 (java) S 31367 31369 30487 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 253547485 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110516685384 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31369/tid=31403] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31403/stat : 31403 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253547734 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110511948712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31369/tid=31404] ppid=31367 vsize=9824668 CPUtime=839.86 cores=1,3,5,7
/proc/31369/task/31404/stat : 31404 (java) R 31367 31369 30487 0 -1 4202560 54 0 0 0 83974 12 0 0 20 0 22 0 253549904 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110515104800 140110572839814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31369/tid=31405] ppid=31367 vsize=9824668 CPUtime=839.8 cores=1,3,5,7
/proc/31369/task/31405/stat : 31405 (java) R 31367 31369 30487 0 -1 4202560 730 0 0 0 83952 28 0 0 20 0 22 0 253549904 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110513000368 140110573138431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31369/tid=31406] ppid=31367 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/31369/task/31406/stat : 31406 (java) S 31367 31369 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253549904 10060460032 936036 33554432000 1073741824 1073778376 140736049719312 140110514054440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

Child status: 143
Real time (s): 926.27
CPU time (s): 1800.5
CPU user time (s): 1798.34
CPU system time (s): 2.16367
CPU usage (%): 194.382
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 2.16367
maximum resident set size= 3744260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30926
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25342
involuntary context switches= 36298

runsolver used 3.3005 second user time and 8.46371 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 17:43:40
IDJOB=3687862
IDBENCH=2236
IDSOLVER=2268
FILE ID=node127/3687862-1337874220
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 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-1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687862-1337874220/watcher-3687862-1337874220 -o /tmp/evaluation-result-3687862-1337874220/solver-3687862-1337874220 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687862-1337874220.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=1723270997

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28349180 kB
Buffers:          231792 kB
Cached:          2363524 kB
SwapCached:            0 kB
Active:          1549568 kB
Inactive:        2197528 kB
Active(anon):    1154136 kB
Inactive(anon):        0 kB
Active(file):     395432 kB
Inactive(file):  2197528 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:       1158588 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             638016 kB
SReclaimable:      82188 kB
SUnreclaim:       555828 kB
KernelStack:        1616 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1600604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 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= 71672 MiB
End job on node127 at 2012-05-24 17:59:09