Trace number 4119211

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 2.3.6 Res+CP PB16SAT (TO)-2496488 1800.87 900.245

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2g-0066-0066.lin.opb
MD5SUM24ec843c5ef8e3cdd6be5396d5c3ee68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2865560
Best CPU time to get the best result obtained on this benchmark52.2181
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables324
Total number of constraints468
Number of constraints which are clauses216
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints216
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 216
Biggest coefficient in the objective function 283615
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 18043707
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 283615
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 18043707
Number of bits of the biggest sum of numbers25
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-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119211-1467250432.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.20	c ... done. Wall clock time 0.087s.
0.23/0.20	c declared #vars     324
0.23/0.20	c #constraints  504
0.23/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 252
0.23/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 216
0.23/0.21	c 504 constraints processed.
0.23/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.23/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 216
0.23/0.21	c 504 constraints processed.
0.23/0.21	c objective function length is 216 literals
0.23/0.22	c And the winner is solver1
0.25/0.71	c SATISFIABLE
0.25/0.71	c OPTIMIZING...
0.25/0.71	c Got one! Elapsed wall clock time (in seconds):0.592
0.25/0.71	o -2455205
0.25/0.73	c And the winner is solver0
0.31/1.21	c Got one! Elapsed wall clock time (in seconds):1.097
0.31/1.21	o -2476846
0.31/1.23	c And the winner is solver0
0.40/1.72	c Got one! Elapsed wall clock time (in seconds):1.602
0.40/1.72	o -2496488
3.06/2.46	c cleaning 2509 clauses out of 5017 with flag 11535/5017
4.67/2.91	c cleaning 4254 clauses out of 8507 with flag 24559/11016
5.72/3.43	c cleaning 5627 clauses out of 11253 with flag 39994/18016
6.91/4.02	c cleaning 6813 clauses out of 13626 with flag 57753/26016
8.35/4.78	c cleaning 7908 clauses out of 15816 with flag 77203/35019
10.18/5.65	c cleaning 8953 clauses out of 17906 with flag 98737/45017
11.96/6.53	c cleaning 9975 clauses out of 19954 with flag 122668/56018
13.96/7.56	c cleaning 10987 clauses out of 21978 with flag 148491/68017
16.36/8.74	c cleaning 11990 clauses out of 23990 with flag 176224/81016
19.26/10.12	c cleaning 13000 clauses out of 26001 with flag 207350/95017
21.89/11.41	c cleaning 14001 clauses out of 28001 with flag 240138/110017
25.09/13.09	c cleaning 14999 clauses out of 30004 with flag 274792/126021
28.68/14.82	c cleaning 16002 clauses out of 32004 with flag 311995/143020
33.29/17.10	c cleaning 16998 clauses out of 33998 with flag 353331/161016
38.13/19.50	c cleaning 18002 clauses out of 36005 with flag 397196/180021
43.15/22.02	c cleaning 18996 clauses out of 38000 with flag 441609/200018
48.34/24.63	c cleaning 20001 clauses out of 40002 with flag 487624/221016
53.74/27.34	c cleaning 20998 clauses out of 42002 with flag 536830/243017
59.33/30.11	c cleaning 22000 clauses out of 44006 with flag 588710/266019
65.23/33.07	c cleaning 22996 clauses out of 46003 with flag 641347/290016
71.42/36.13	c cleaning 24002 clauses out of 48008 with flag 696609/315017
78.22/39.60	c cleaning 25001 clauses out of 50006 with flag 753508/341017
86.21/43.53	c cleaning 26001 clauses out of 52005 with flag 814932/368017
95.10/47.90	c cleaning 26996 clauses out of 54003 with flag 877554/396016
105.11/52.99	c cleaning 28000 clauses out of 56007 with flag 944539/425016
113.70/57.25	c cleaning 29002 clauses out of 58009 with flag 1012515/455018
124.09/62.42	c cleaning 30003 clauses out of 60005 with flag 1084041/486016
135.48/68.15	c cleaning 30999 clauses out of 62006 with flag 1158801/518020
147.88/74.35	c cleaning 31999 clauses out of 64003 with flag 1231445/551016
160.88/80.86	c cleaning 32999 clauses out of 66005 with flag 1308679/585017
173.79/87.24	c cleaning 34000 clauses out of 68007 with flag 1388826/620018
186.60/93.67	c cleaning 35003 clauses out of 70008 with flag 1471083/656019
200.59/100.68	c cleaning 35996 clauses out of 72002 with flag 1555540/693016
215.26/107.91	c cleaning 36998 clauses out of 74006 with flag 1645533/731016
231.84/116.21	c cleaning 37997 clauses out of 76008 with flag 1740438/770016
250.10/125.40	c cleaning 39006 clauses out of 78011 with flag 1834647/810016
273.76/137.17	c cleaning 39999 clauses out of 80007 with flag 1932240/851018
294.40/147.41	c cleaning 41001 clauses out of 82008 with flag 2038374/893018
314.00/157.23	c cleaning 41996 clauses out of 84005 with flag 2146070/936016
333.41/166.99	c cleaning 43002 clauses out of 86009 with flag 2248384/980016
352.28/176.30	c cleaning 44001 clauses out of 88009 with flag 2347220/1025018
372.88/186.60	c cleaning 44996 clauses out of 90006 with flag 2457790/1071016
397.08/198.77	c cleaning 46005 clauses out of 92011 with flag 2560690/1118017
424.67/212.55	c cleaning 46997 clauses out of 94005 with flag 2678414/1166016
457.71/229.04	c cleaning 48000 clauses out of 96008 with flag 2803804/1215016
491.71/246.09	c cleaning 49002 clauses out of 98008 with flag 2934028/1265016
518.71/259.59	c cleaning 50001 clauses out of 100008 with flag 3064721/1316018
549.80/275.05	c cleaning 50998 clauses out of 102005 with flag 3201882/1368016
583.66/291.96	c cleaning 51999 clauses out of 104007 with flag 3330631/1421016
621.05/310.68	c cleaning 52998 clauses out of 106008 with flag 3468384/1475016
653.69/326.91	c cleaning 54001 clauses out of 108011 with flag 3593753/1530017
687.52/343.80	c cleaning 55001 clauses out of 110009 with flag 3724851/1586016
735.44/367.78	c cleaning 56002 clauses out of 112010 with flag 3876145/1643018
778.06/389.02	c cleaning 57000 clauses out of 114006 with flag 4016857/1701016
823.31/411.66	c cleaning 58001 clauses out of 116006 with flag 4173647/1760016
856.12/428.03	c cleaning 58997 clauses out of 118008 with flag 4340382/1820019
896.94/448.44	c cleaning 60001 clauses out of 120008 with flag 4480630/1881016
938.53/469.22	c cleaning 61003 clauses out of 122011 with flag 4627056/1943020
985.94/492.91	c cleaning 61996 clauses out of 124006 with flag 4775578/2006018
1030.72/515.31	c cleaning 62997 clauses out of 126010 with flag 4942955/2070018
1077.12/538.57	c cleaning 64004 clauses out of 128011 with flag 5107990/2135016
1127.30/563.66	c cleaning 64999 clauses out of 130009 with flag 5278774/2201018
1180.57/590.45	c cleaning 66004 clauses out of 132009 with flag 5446203/2268017
1231.57/616.00	c cleaning 66998 clauses out of 134004 with flag 5605332/2336016
1295.58/647.93	c cleaning 67997 clauses out of 136009 with flag 5769436/2405019
1364.56/682.49	c cleaning 68997 clauses out of 138012 with flag 5942101/2475019
1431.54/715.96	c cleaning 70004 clauses out of 140013 with flag 6126985/2546017
1496.01/748.13	c cleaning 71002 clauses out of 142008 with flag 6313807/2618016
1557.27/778.70	c cleaning 71999 clauses out of 144006 with flag 6491524/2691016
1622.46/811.33	c cleaning 73004 clauses out of 146008 with flag 6682525/2765017
1695.71/848.10	c cleaning 74002 clauses out of 148004 with flag 6880153/2840017
1770.96/885.63	c cleaning 74993 clauses out of 150002 with flag 7053268/2916017
1800.17/900.20	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.17/900.20	c starts		: 963
1800.17/900.20	c conflicts		: 2962727
1800.17/900.20	c decisions		: 3236782
1800.17/900.20	c propagations		: 129581036
1800.17/900.20	c inspects		: 14956475020
1800.17/900.20	c shortcuts		: 0
1800.17/900.20	c learnt literals	: 0
1800.17/900.20	c learnt binary clauses	: 0
1800.17/900.20	c learnt ternary clauses	: 0
1800.17/900.20	c learnt constraints	: 2962727
1800.17/900.20	c ignored constraints	: 0
1800.17/900.20	c root simplifications	: 0
1800.17/900.20	c removed literals (reason simplification)	: 3630131
1800.17/900.20	c reason swapping (by a shorter reason)	: 0
1800.17/900.20	c Calls to reduceDB	: 72
1800.17/900.20	c Number of update (reduction) of LBD	: 159771
1800.17/900.20	c Imported unit clauses	: 0
1800.17/900.20	c number of reductions to clauses (during analyze)	: 0
1800.17/900.20	c number of learned constraints concerned by reduction	: 0
1800.17/900.20	c number of learning phase by resolution	: 0
1800.17/900.20	c number of learning phase by cutting planes	: 0
1800.17/900.20	c speed (assignments/second)	: 144060.8835248497
1800.17/900.20	c non guided choices	1
1800.17/900.23	c learnt constraints type 
1800.17/900.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121719
1800.17/900.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.17/900.23	c starts		: 13
1800.17/900.23	c conflicts		: 1480
1800.17/900.23	c decisions		: 3176
1800.17/900.23	c propagations		: 48344
1800.17/900.23	c inspects		: 8153386
1800.17/900.23	c shortcuts		: 0
1800.17/900.23	c learnt literals	: 0
1800.17/900.23	c learnt binary clauses	: 0
1800.17/900.23	c learnt ternary clauses	: 0
1800.17/900.23	c learnt constraints	: 1478
1800.17/900.23	c ignored constraints	: 0
1800.17/900.23	c root simplifications	: 0
1800.17/900.23	c removed literals (reason simplification)	: 0
1800.17/900.23	c reason swapping (by a shorter reason)	: 0
1800.17/900.23	c Calls to reduceDB	: 0
1800.17/900.23	c Number of update (reduction) of LBD	: 0
1800.17/900.23	c Imported unit clauses	: 0
1800.17/900.23	c number of reductions to clauses (during analyze)	: 0
1800.17/900.23	c number of learned constraints concerned by reduction	: 0
1800.17/900.23	c number of learning phase by resolution	: 0
1800.17/900.23	c number of learning phase by cutting planes	: 0
1800.17/900.23	c speed (assignments/second)	: 53.804811759952905
1800.17/900.23	c non guided choices	1
1800.17/900.23	c learnt constraints type 
1800.17/900.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1478
1800.17/900.23	s SATISFIABLE
1800.17/900.23	c Found 3 solution(s)
1800.17/900.23	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 
1800.17/900.23	c objective function=-2496488
1800.17/900.23	c Total wall clock time (in seconds): 900.116

Verifier Data

OK	-2496488

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119211-1467250432/watcher-4119211-1467250432 -o /tmp/evaluation-result-4119211-1467250432/solver-4119211-1467250432 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119211-1467250432.opb 

pid=8619
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.26 4.09 3.94 4/198 8622
/proc/meminfo: memFree=28651596/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/8622/stat : 8622 (java) R 8619 8622 6228 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 4063131 278528 33 33554432000 1073741824 1073778376 140733465347120 140736581293384 211449638069 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 68 34 26 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 4.26 4.09 3.94 4/198 8622
/proc/meminfo: memFree=28651596/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 4427 0 1 0 8 1 0 0 20 0 18 0 4063131 9787879424 6050 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2389619 6050 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.26 4.09 3.94 4/198 8622
/proc/meminfo: memFree=28651596/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 4703 0 1 0 22 1 0 0 20 0 18 0 4063131 9787879424 7307 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2389619 7307 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 4.26 4.09 3.94 4/198 8622
/proc/meminfo: memFree=28651596/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 4835 0 1 0 24 1 0 0 20 0 19 0 4063131 10060525568 7910 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 7910 2225 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.700218 s]
/proc/loadavg: 4.26 4.09 3.94 4/198 8622
/proc/meminfo: memFree=28651596/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 4835 0 1 0 24 1 0 0 20 0 19 0 4063131 10060525568 7910 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 7910 2225 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 4.26 4.09 3.94 3/217 8647
/proc/meminfo: memFree=28623888/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 5712 0 1 0 36 4 0 0 20 0 19 0 4063131 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 10403 2244 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2411 0 1 0 17 2 0 0 20 0 19 0 4063132 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4063133 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4063134 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4063135 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4063135 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063137 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) S 8619 8622 6228 0 -1 4202560 1151 0 0 0 7 0 0 0 20 0 19 0 4063137 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091898972856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 802 0 0 0 5 0 0 0 20 0 19 0 4063137 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063137 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8640/stat : 8640 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4063137 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091895815368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8647] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8647/stat : 8647 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4063203 10060525568 10403 33554432000 1073741824 1073778376 140733465347120 140091892655784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.40 4.12 3.95 7/220 8653
/proc/meminfo: memFree=28573268/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 28484 0 1 0 496 11 0 0 20 0 22 0 4063131 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 48553 2286 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2412 0 1 0 17 2 0 0 20 0 22 0 4063132 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063134 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) R 8619 8622 6228 0 -1 4202560 11930 0 0 0 105 3 0 0 20 0 22 0 4063137 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091898972856 140092686349856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 12680 0 0 0 95 4 0 0 20 0 22 0 4063137 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8640/stat : 8640 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091895815368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8647] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8647/stat : 8647 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063203 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091892655784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8651] ppid=8619 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/8622/task/8651/stat : 8651 (java) R 8619 8622 6228 0 -1 4202560 9 0 0 0 135 0 0 0 20 0 22 0 4063304 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091894760152 140092522417489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8652] ppid=8619 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/8622/task/8652/stat : 8652 (java) R 8619 8622 6228 0 -1 4202560 61 0 0 0 131 2 0 0 20 0 22 0 4063304 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091893707208 140092522492256 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8653] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8653/stat : 8653 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063304 10060525568 48553 33554432000 1073741824 1073778376 140733465347120 140091891602856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.40 4.12 3.95 5/220 8653
/proc/meminfo: memFree=28446988/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=11.57 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 28595 0 1 0 1143 14 0 0 20 0 22 0 4063131 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 52863 2286 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2412 0 1 0 17 2 0 0 20 0 22 0 4063132 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4063133 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4063134 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) S 8619 8622 6228 0 -1 4202560 11930 0 0 0 107 3 0 0 20 0 22 0 4063137 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140091898972856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 12680 0 0 0 99 4 0 0 20 0 22 0 4063137 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 52863 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 3.06 3.17 3.47 4/218 8764
/proc/meminfo: memFree=27148384/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=1644.45 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 41154 0 1 0 164327 118 0 0 20 0 22 0 4063131 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 355229 2295 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2413 0 1 0 19 3 0 0 20 0 22 0 4063132 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 1147 0 0 0 40 9 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 1671 0 0 0 37 12 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 808 0 0 0 34 8 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 884 0 0 0 36 11 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 790 0 0 0 42 9 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 1275 0 0 0 31 10 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 2456 0 0 0 34 8 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 1559 0 0 0 35 9 0 0 20 0 22 0 4063133 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 1447 0 0 0 53 4 0 0 20 0 22 0 4063134 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) S 8619 8622 6228 0 -1 4202560 11930 0 0 0 109 3 0 0 20 0 22 0 4063137 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091898972856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 12684 0 0 0 111 4 0 0 20 0 22 0 4063137 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8622/task/8640/stat : 8640 (java) S 8619 8622 6228 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 4063137 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091895815368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8647] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8647/stat : 8647 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063203 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091892655784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8651] ppid=8619 vsize=9824732 CPUtime=818.99 cores=1,3,5,7
/proc/8622/task/8651/stat : 8651 (java) R 8619 8622 6228 0 -1 4202560 45 0 0 0 81887 12 0 0 20 0 22 0 4063304 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091894751248 140092522390005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8652] ppid=8619 vsize=9824732 CPUtime=818.69 cores=1,3,5,7
/proc/8622/task/8652/stat : 8652 (java) R 8619 8622 6228 0 -1 4202560 658 0 0 0 81840 29 0 0 20 0 22 0 4063304 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091893704960 140092522758783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8653] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8653/stat : 8653 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063304 10060525568 355229 33554432000 1073741824 1073778376 140733465347120 140091891602856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1644.45
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.10 3.17 3.44 4/218 8765
/proc/meminfo: memFree=27439160/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=1764.36 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 41260 0 1 0 176315 121 0 0 20 0 22 0 4063131 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 281170 2295 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2413 0 1 0 20 3 0 0 20 0 22 0 4063132 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 1148 0 0 0 43 9 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 1673 0 0 0 41 12 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 809 0 0 0 37 8 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 884 0 0 0 41 11 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 803 0 0 0 49 9 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 1288 0 0 0 36 10 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 2459 0 0 0 41 8 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 1559 0 0 0 40 9 0 0 20 0 22 0 4063133 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 1507 0 0 0 77 5 0 0 20 0 22 0 4063134 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) S 8619 8622 6228 0 -1 4202560 11930 0 0 0 109 3 0 0 20 0 22 0 4063137 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091898972856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 12685 0 0 0 111 4 0 0 20 0 22 0 4063137 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8622/task/8640/stat : 8640 (java) S 8619 8622 6228 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 4063137 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091895815368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8647] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8647/stat : 8647 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063203 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091892655784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8651] ppid=8619 vsize=9824732 CPUtime=878.63 cores=1,3,5,7
/proc/8622/task/8651/stat : 8651 (java) R 8619 8622 6228 0 -1 4202560 47 0 0 0 87850 13 0 0 20 0 22 0 4063304 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091894758160 140092522390111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8652] ppid=8619 vsize=9824732 CPUtime=878.31 cores=1,3,5,7
/proc/8622/task/8652/stat : 8652 (java) R 8619 8622 6228 0 -1 4202560 664 0 0 0 87801 30 0 0 20 0 22 0 4063304 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091893706080 140092522758783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8653] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8653/stat : 8653 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063304 10060525568 281170 33554432000 1073741824 1073778376 140733465347120 140091891602856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.201 s]
/proc/loadavg: 3.08 3.16 3.44 4/218 8765
/proc/meminfo: memFree=27464292/32872528 swapFree=480236/529292
[pid=8622] ppid=8619 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/8622/stat : 8622 (java) S 8619 8622 6228 0 -1 4202496 41261 0 1 0 179896 121 0 0 20 0 22 0 4063131 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140733465338256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8622/statm: 2456183 278348 2295 9 0 2446860 0
[pid=8622/tid=8624] ppid=8619 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8622/task/8624/stat : 8624 (java) S 8619 8622 6228 0 -1 4202560 2413 0 1 0 20 3 0 0 20 0 22 0 4063132 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092683481976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8625] ppid=8619 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/8622/task/8625/stat : 8625 (java) S 8619 8622 6228 0 -1 4202560 1148 0 0 0 44 9 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092644972840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8626] ppid=8619 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/8622/task/8626/stat : 8626 (java) S 8619 8622 6228 0 -1 4202560 1673 0 0 0 42 12 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092643920040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8627] ppid=8619 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/8622/task/8627/stat : 8627 (java) S 8619 8622 6228 0 -1 4202560 809 0 0 0 38 8 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092642867752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8628] ppid=8619 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/8622/task/8628/stat : 8628 (java) S 8619 8622 6228 0 -1 4202560 884 0 0 0 41 11 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092641814952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8629] ppid=8619 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/8622/task/8629/stat : 8629 (java) S 8619 8622 6228 0 -1 4202560 803 0 0 0 51 9 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092640762664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8630] ppid=8619 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/8622/task/8630/stat : 8630 (java) S 8619 8622 6228 0 -1 4202560 1288 0 0 0 38 10 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092521835176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8631] ppid=8619 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/8622/task/8631/stat : 8631 (java) S 8619 8622 6228 0 -1 4202560 2459 0 0 0 42 8 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092520782888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8632] ppid=8619 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/8622/task/8632/stat : 8632 (java) S 8619 8622 6228 0 -1 4202560 1559 0 0 0 41 9 0 0 20 0 22 0 4063133 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092519730088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8633] ppid=8619 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8622/task/8633/stat : 8633 (java) S 8619 8622 6228 0 -1 4202560 1507 0 0 0 77 5 0 0 20 0 22 0 4063134 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092507531496 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8634] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8634/stat : 8634 (java) S 8619 8622 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140092506477560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8635] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8635/stat : 8635 (java) S 8619 8622 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4063135 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091901076744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8636] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8636/stat : 8636 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091900025232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8637] ppid=8619 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8622/task/8637/stat : 8637 (java) S 8619 8622 6228 0 -1 4202560 11930 0 0 0 109 3 0 0 20 0 22 0 4063137 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091898972856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8638] ppid=8619 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8622/task/8638/stat : 8638 (java) S 8619 8622 6228 0 -1 4202560 12685 0 0 0 111 4 0 0 20 0 22 0 4063137 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091897920056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8639] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8639/stat : 8639 (java) S 8619 8622 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4063137 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091896867960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8640] ppid=8619 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8622/task/8640/stat : 8640 (java) S 8619 8622 6228 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 4063137 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091895815368 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8622/tid=8647] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8647/stat : 8647 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063203 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091892655784 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8622/tid=8651] ppid=8619 vsize=9824732 CPUtime=896.5 cores=1,3,5,7
/proc/8622/task/8651/stat : 8651 (java) R 8619 8622 6228 0 -1 4202560 47 0 0 0 89637 13 0 0 20 0 22 0 4063304 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091894758160 140092522365884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8622/tid=8652] ppid=8619 vsize=9824732 CPUtime=896.18 cores=1,3,5,7
/proc/8622/task/8652/stat : 8652 (java) R 8619 8622 6228 0 -1 4202560 665 0 0 0 89588 30 0 0 20 0 22 0 4063304 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091893706080 140092522758778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8622/tid=8653] ppid=8619 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8622/task/8653/stat : 8653 (java) S 8619 8622 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4063304 10060525568 278348 33554432000 1073741824 1073778376 140733465347120 140091891602856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8622 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.245
CPU time (s): 1800.87
CPU user time (s): 1799.17
CPU system time (s): 1.69974
CPU usage (%): 200.042
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.69974
maximum resident set size= 1533516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23298
involuntary context switches= 18706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64214 second user time and 7.16391 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 03:33:52
IDJOB=4119211
IDBENCH=111674
IDSOLVER=2543
FILE ID=node141/4119211-1467250432
RUNJOBID= node141-1467246696-6245
PBS_JOBID= 20004482
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0066-0066.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119211-1467250432/watcher-4119211-1467250432 -o /tmp/evaluation-result-4119211-1467250432/solver-4119211-1467250432 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119211-1467250432.opb

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

MD5SUM BENCH= 24ec843c5ef8e3cdd6be5396d5c3ee68
RANDOM SEED=471294752

node141.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.448
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.89
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.448
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	: 5332.55
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.448
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	: 5332.55
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.448
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	: 5332.55
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.448
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	: 5332.55
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.448
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	: 5339.30
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.448
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	: 5332.53
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.448
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28652240 kB
Buffers:          132140 kB
Cached:           724004 kB
SwapCached:            0 kB
Active:          2256096 kB
Inactive:         668516 kB
Active(anon):    2070916 kB
Inactive(anon):        4 kB
Active(file):     185180 kB
Inactive(file):   668512 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1048 kB
Writeback:             0 kB
AnonPages:       2620028 kB
Mapped:            22360 kB
Shmem:               204 kB
Slab:             609204 kB
SReclaimable:      52896 kB
SUnreclaim:       556308 kB
KernelStack:        1632 kB
PageTables:         9612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3036552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2037760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 03:48:52