Trace number 4103906

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 PB16OPT1076618240 506.648 252.845

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-misc07.opb
MD5SUMb1761bf0e311c0b003abbb09c6bb25fe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1076618240
Best CPU time to get the best result obtained on this benchmark108
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1076618240
Optimality of the best value was proved NO
Number of variables290
Total number of constraints212
Number of constraints which are clauses127
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints72
Minimum length of a constraint8
Maximum length of a constraint263
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3287948287
Number of bits of the biggest sum of numbers32
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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-4103906-1466249445.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.26/0.29	c ... done. Wall clock time 0.171s.
0.26/0.29	c declared #vars     290
0.26/0.29	c #constraints  247
0.26/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 134
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.26/0.29	c 247 constraints processed.
0.26/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 134
0.26/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 109
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
0.26/0.29	c 247 constraints processed.
0.26/0.29	c objective function length is 31 literals
1.31/0.54	c And the winner is solver0
1.71/0.80	c SATISFIABLE
1.71/0.80	c OPTIMIZING...
1.71/0.80	c Got one! Elapsed wall clock time (in seconds):0.676
1.71/0.80	o 1077713920
2.88/1.17	c cleaning 2802 clauses out of 5604 with flag 17471/5605
3.26/1.27	c And the winner is solver0
3.51/1.30	c Got one! Elapsed wall clock time (in seconds):1.177
3.51/1.30	o 1077442560
4.29/1.54	c cleaning 4392 clauses out of 8785 with flag 13567/11588
4.69/1.64	c And the winner is solver0
4.80/1.80	c Got one! Elapsed wall clock time (in seconds):1.678
4.80/1.80	o 1077411840
5.23/2.01	c cleaning 5083 clauses out of 10165 with flag 14404/17360
5.48/2.20	c And the winner is solver0
5.70/2.30	c Got one! Elapsed wall clock time (in seconds):2.179
5.70/2.30	o 1077135360
5.90/2.43	c cleaning 5197 clauses out of 10418 with flag 8666/22696
6.67/2.71	c And the winner is solver1
6.70/2.80	c Got one! Elapsed wall clock time (in seconds):2.68
6.70/2.80	o 1076981760
6.89/2.90	c And the winner is solver0
6.91/3.30	c Got one! Elapsed wall clock time (in seconds):3.181
6.91/3.30	o 1076618240
7.35/3.59	c cleaning 8063 clauses out of 16129 with flag 14862/33604
8.15/3.92	c cleaning 7030 clauses out of 14066 with flag 39665/39604
9.00/4.34	c cleaning 7011 clauses out of 14036 with flag 73141/46604
10.00/4.83	c cleaning 7513 clauses out of 15025 with flag 114379/54604
11.05/5.36	c cleaning 8255 clauses out of 16512 with flag 152771/63604
12.26/5.92	c cleaning 9127 clauses out of 18257 with flag 193095/73604
13.46/6.57	c cleaning 10059 clauses out of 20131 with flag 241994/84605
15.13/7.39	c cleaning 11035 clauses out of 22071 with flag 294807/96604
16.73/8.18	c cleaning 12015 clauses out of 24037 with flag 357659/109605
18.59/9.09	c cleaning 13009 clauses out of 26022 with flag 432340/123605
20.60/10.08	c cleaning 13999 clauses out of 28012 with flag 506398/138604
22.81/11.15	c cleaning 15007 clauses out of 30013 with flag 587109/154604
25.09/12.24	c cleaning 16002 clauses out of 32008 with flag 666164/171606
27.49/13.45	c cleaning 17002 clauses out of 34005 with flag 759075/189605
29.89/14.67	c cleaning 17999 clauses out of 36002 with flag 852721/208604
32.78/16.03	c cleaning 18995 clauses out of 38005 with flag 944648/228606
35.58/17.41	c cleaning 20000 clauses out of 40008 with flag 1050379/249604
38.58/18.93	c cleaning 21004 clauses out of 42009 with flag 1161866/271605
42.28/20.73	c cleaning 21996 clauses out of 44004 with flag 1279493/294604
45.87/22.53	c cleaning 22998 clauses out of 46008 with flag 1400623/318604
49.67/24.46	c cleaning 23999 clauses out of 48010 with flag 1530107/343604
54.16/26.66	c cleaning 25002 clauses out of 50011 with flag 1667886/369604
58.57/28.88	c cleaning 26000 clauses out of 52011 with flag 1815797/396606
63.37/31.22	c cleaning 27003 clauses out of 54010 with flag 1987851/424605
68.57/33.81	c cleaning 27997 clauses out of 56007 with flag 2162901/453605
74.06/36.57	c cleaning 29000 clauses out of 58009 with flag 2335040/483604
79.46/39.28	c cleaning 30000 clauses out of 60010 with flag 2509299/514605
85.26/42.19	c cleaning 31004 clauses out of 62010 with flag 2693511/546605
91.95/45.43	c cleaning 31999 clauses out of 64005 with flag 2897223/579604
98.16/48.55	c cleaning 32997 clauses out of 66006 with flag 3102734/613604
104.78/51.88	c cleaning 34002 clauses out of 68009 with flag 3310048/648604
112.26/55.53	c cleaning 35000 clauses out of 70007 with flag 3516956/684604
119.25/59.03	c cleaning 36004 clauses out of 72007 with flag 3749334/721604
127.46/63.16	c cleaning 37002 clauses out of 74003 with flag 4002455/759604
135.76/67.28	c cleaning 37993 clauses out of 76001 with flag 4239440/798604
144.35/71.54	c cleaning 38998 clauses out of 78008 with flag 4484034/838604
152.82/75.76	c cleaning 40004 clauses out of 80011 with flag 4747997/879605
162.03/80.32	c cleaning 40997 clauses out of 82006 with flag 5030359/921604
171.10/84.88	c cleaning 42000 clauses out of 84009 with flag 5304536/964604
181.13/89.83	c cleaning 43003 clauses out of 86008 with flag 5584624/1008605
192.53/95.56	c cleaning 44000 clauses out of 88006 with flag 5903527/1053606
203.58/101.03	c cleaning 44996 clauses out of 90004 with flag 6211048/1099604
215.05/106.72	c cleaning 46004 clauses out of 92009 with flag 6519322/1146605
226.52/112.49	c cleaning 46997 clauses out of 94007 with flag 6851714/1194607
238.59/118.48	c cleaning 47995 clauses out of 96008 with flag 7188438/1243605
251.19/124.71	c cleaning 49005 clauses out of 98013 with flag 7539159/1293606
264.79/131.46	c cleaning 49995 clauses out of 100004 with flag 7892794/1344604
279.45/138.75	c cleaning 50995 clauses out of 102009 with flag 8275249/1396604
294.73/146.31	c cleaning 52004 clauses out of 104014 with flag 8660365/1449604
301.16/149.54	c cleaning 0 clauses out of 5543 with flag 0/5547
311.13/154.24	c cleaning 53003 clauses out of 106011 with flag 9063636/1503605
328.05/162.91	c cleaning 53997 clauses out of 108007 with flag 9505742/1558604
345.70/171.74	c cleaning 55002 clauses out of 110013 with flag 9943307/1614607
364.15/180.93	c cleaning 56003 clauses out of 112010 with flag 10385789/1671606
382.42/190.03	c cleaning 56995 clauses out of 114005 with flag 10834497/1729604
401.10/199.37	c cleaning 57996 clauses out of 116007 with flag 11305584/1788604
422.02/209.74	c cleaning 58995 clauses out of 118009 with flag 11807131/1848604
441.24/219.33	c cleaning 60004 clauses out of 120015 with flag 12307434/1909606
464.16/230.71	c cleaning 61001 clauses out of 122010 with flag 12831013/1971605
488.50/242.88	c cleaning 61999 clauses out of 124004 with flag 13369244/2034604
504.79/250.95	c And the winner is solver0
506.50/252.83	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
506.50/252.83	c starts		: 9988
506.50/252.83	c conflicts		: 2076603
506.50/252.83	c decisions		: 3265384
506.50/252.83	c propagations		: 44911671
506.50/252.83	c inspects		: 3075773346
506.50/252.83	c shortcuts		: 0
506.50/252.83	c learnt literals	: 49
506.50/252.83	c learnt binary clauses	: 729
506.50/252.83	c learnt ternary clauses	: 2622
506.50/252.83	c learnt constraints	: 2076553
506.50/252.83	c ignored constraints	: 0
506.50/252.83	c root simplifications	: 0
506.50/252.83	c removed literals (reason simplification)	: 48993288
506.50/252.83	c reason swapping (by a shorter reason)	: 0
506.50/252.83	c Calls to reduceDB	: 63
506.50/252.83	c Number of update (reduction) of LBD	: 704285
506.50/252.83	c Imported unit clauses	: 0
506.50/252.83	c number of reductions to clauses (during analyze)	: 0
506.50/252.83	c number of learned constraints concerned by reduction	: 0
506.50/252.83	c number of learning phase by resolution	: 0
506.50/252.83	c number of learning phase by cutting planes	: 0
506.50/252.83	c speed (assignments/second)	: 179628.00268772047
506.50/252.83	c non guided choices	727
506.50/252.83	c learnt constraints type 
506.50/252.83	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
506.50/252.83	c starts		: 32
506.50/252.83	c conflicts		: 6698
506.50/252.83	c decisions		: 16805
506.50/252.83	c propagations		: 194073
506.50/252.83	c inspects		: 180019666
506.50/252.83	c shortcuts		: 0
506.50/252.83	c learnt literals	: 0
506.50/252.83	c learnt binary clauses	: 0
506.50/252.83	c learnt ternary clauses	: 2
506.50/252.83	c learnt constraints	: 6693
506.50/252.83	c ignored constraints	: 0
506.50/252.83	c root simplifications	: 0
506.50/252.83	c removed literals (reason simplification)	: 0
506.50/252.83	c reason swapping (by a shorter reason)	: 0
506.50/252.83	c Calls to reduceDB	: 1
506.50/252.83	c Number of update (reduction) of LBD	: 0
506.50/252.83	c Imported unit clauses	: 0
506.50/252.83	c number of reductions to clauses (during analyze)	: 0
506.50/252.83	c number of learned constraints concerned by reduction	: 0
506.50/252.83	c number of learning phase by resolution	: 0
506.50/252.83	c number of learning phase by cutting planes	: 0
506.50/252.83	c speed (assignments/second)	: 777.7728795626873
506.50/252.83	c non guided choices	0
506.50/252.83	c learnt constraints type 
506.50/252.83	s OPTIMUM FOUND
506.50/252.83	c Found 6 solution(s)
506.50/252.83	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 
506.50/252.83	c objective function=1076618240
506.50/252.83	c Total wall clock time (in seconds): 252.709

Verifier Data

OK	1076618240

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-4103906-1466249445/watcher-4103906-1466249445 -o /tmp/evaluation-result-4103906-1466249445/solver-4103906-1466249445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103906-1466249445.opb 

pid=9409
running on 4 cores: 0,2,4,6

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.22 4.18 4.18 4/198 9412
/proc/meminfo: memFree=28762956/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/9412/stat : 9412 (java) R 9409 9412 6358 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 26993741 278528 33 33554432000 1073741824 1073778376 140737192897936 140734179961656 213857168679 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.18 4.18 4/198 9412
/proc/meminfo: memFree=28762956/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 26993741 9787879424 6059 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2389619 6059 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.22 4.18 4.18 4/198 9412
/proc/meminfo: memFree=28762956/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 4740 0 1 0 25 1 0 0 20 0 18 0 26993741 9787879424 7336 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2389619 7336 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.22 4.18 4.18 4/198 9412
/proc/meminfo: memFree=28762956/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 7454 0 1 0 53 1 0 0 20 0 19 0 26993741 9856040960 9799 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2406260 9799 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 4.22 4.18 4.18 4/198 9412
/proc/meminfo: memFree=28762956/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 14936 0 1 0 166 5 0 0 20 0 19 0 26993741 10060525568 16663 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 16663 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 4.22 4.18 4.18 7/220 9437
/proc/meminfo: memFree=28492752/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 24054 0 1 0 418 11 0 0 20 0 22 0 26993741 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 49319 2285 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) S 9409 9412 6358 0 -1 4202560 2423 0 1 0 25 1 0 0 20 0 22 0 26993742 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382301844344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26993743 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26993744 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26993745 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26993745 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) R 9409 9412 6358 0 -1 4202560 11008 0 0 0 111 1 0 0 20 0 22 0 26993747 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382121806248 140382305935702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) R 9409 9412 6358 0 -1 4202560 9183 0 0 0 103 1 0 0 20 0 22 0 26993747 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382120758304 140382308303258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 49319 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 49328 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9434] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9434/stat : 9434 (java) S 9409 9412 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26993771 10060525568 49328 33554432000 1073741824 1073778376 140737192897936 140382114448168 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.37 4.21 4.19 5/220 9443
/proc/meminfo: memFree=28229180/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=6.91 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 24332 0 1 0 670 21 0 0 20 0 19 0 26993741 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 53895 2285 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) S 9409 9412 6358 0 -1 4202560 2423 0 1 0 26 1 0 0 20 0 19 0 26993742 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382301844344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 26993743 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 26993744 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 125 1 0 0 20 0 19 0 26993747 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 9327 0 0 0 134 1 0 0 20 0 19 0 26993747 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 53895 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.37 4.21 4.19 5/220 9452
/proc/meminfo: memFree=28004384/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=13.06 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 24838 0 1 0 1274 32 0 0 20 0 22 0 26993741 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 125498 2285 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) S 9409 9412 6358 0 -1 4202560 2423 0 1 0 26 1 0 0 20 0 22 0 26993742 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382301844344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 53 0 0 0 3 0 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 61 0 0 0 3 1 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 22 0 26993743 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 26993744 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26993745 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26993745 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 125 1 0 0 20 0 22 0 26993747 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 9327 0 0 0 136 1 0 0 20 0 22 0 26993747 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26993747 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9449] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9449/stat : 9449 (java) S 9409 9412 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 26994022 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382114448296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9450] ppid=9409 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/9412/task/9450/stat : 9450 (java) R 9409 9412 6358 0 -1 4202560 11 0 0 0 288 0 0 0 20 0 22 0 26994072 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382117596800 140382164383787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9451] ppid=9409 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/9412/task/9451/stat : 9451 (java) R 9409 9412 6358 0 -1 4202560 111 0 0 0 284 4 0 0 20 0 22 0 26994072 10060525568 125498 33554432000 1073741824 1073778376 140737192897936 140382115499952 140382164542448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9452] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 252 0 0 0 66 8 0 0 20 0 20 0 26993743 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 1375 0 0 0 59 5 0 0 20 0 20 0 26993744 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26993745 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26993745 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26993747 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 130 1 0 0 20 0 20 0 26993747 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 11074 0 0 0 200 1 0 0 20 0 20 0 26993747 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26993747 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 20 0 26993747 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9449] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9449/stat : 9449 (java) S 9409 9412 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 26994022 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382114448296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9451] ppid=9409 vsize=9824732 CPUtime=244.96 cores=0,2,4,6
/proc/9412/task/9451/stat : 9451 (java) R 9409 9412 6358 0 -1 4202560 1471 0 0 0 24459 37 0 0 20 0 20 0 26994072 10060525568 654935 33554432000 1073741824 1073778376 140737192897936 140382115499984 140382164259400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 504.52
Current children cumulated vsize (KiB) 9824732

[startup+252.008 s]
/proc/loadavg: 4.09 4.18 4.17 4/216 9456
/proc/meminfo: memFree=26588928/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=504.71 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 30964 0 1 0 50333 138 0 0 20 0 19 0 26993741 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 654932 2294 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) R 9409 9412 6358 0 -1 4202560 2426 0 1 0 95 2 0 0 20 0 19 0 26993742 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382301843872 140382164296351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 231 0 0 0 57 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 230 0 0 0 53 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 292 0 0 0 60 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 285 0 0 0 78 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 254 0 0 0 66 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 284 0 0 0 69 11 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 245 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 252 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 1375 0 0 0 59 5 0 0 20 0 19 0 26993744 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 130 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 11075 0 0 0 203 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9449] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9449/stat : 9449 (java) S 9409 9412 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26994022 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382114448296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 504.71
Current children cumulated vsize (KiB) 9824732

[startup+252.401 s]
/proc/loadavg: 4.09 4.18 4.17 4/216 9456
/proc/meminfo: memFree=26588928/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=505.11 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 30965 0 1 0 50373 138 0 0 20 0 19 0 26993741 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 654932 2294 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) R 9409 9412 6358 0 -1 4202560 2427 0 1 0 134 2 0 0 20 0 19 0 26993742 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382301841920 140382163965890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 231 0 0 0 57 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 230 0 0 0 53 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 292 0 0 0 60 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 285 0 0 0 78 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 254 0 0 0 66 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 284 0 0 0 69 11 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 245 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 252 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 1375 0 0 0 59 5 0 0 20 0 19 0 26993744 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 130 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 11075 0 0 0 203 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9449] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9449/stat : 9449 (java) S 9409 9412 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26994022 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382114448296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 505.11
Current children cumulated vsize (KiB) 9824732

[startup+252.801 s]
/proc/loadavg: 4.09 4.18 4.17 4/216 9456
/proc/meminfo: memFree=26588928/32872528 swapFree=681964/737152
[pid=9412] ppid=9409 vsize=9824732 CPUtime=505.51 cores=0,2,4,6
/proc/9412/stat : 9412 (java) S 9409 9412 6358 0 -1 4202496 30965 0 1 0 50413 138 0 0 20 0 19 0 26993741 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140737192889072 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9412/statm: 2456183 654932 2294 9 0 2446860 0
[pid=9412/tid=9414] ppid=9409 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/9412/task/9414/stat : 9414 (java) R 9409 9412 6358 0 -1 4202560 2427 0 1 0 174 2 0 0 20 0 19 0 26993742 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382301841920 140382163965890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9415] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9415/stat : 9415 (java) S 9409 9412 6358 0 -1 4202560 231 0 0 0 57 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382290905640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9416] ppid=9409 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/9412/task/9416/stat : 9416 (java) S 9409 9412 6358 0 -1 4202560 230 0 0 0 53 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382289852840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9417] ppid=9409 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9412/task/9417/stat : 9417 (java) S 9409 9412 6358 0 -1 4202560 292 0 0 0 60 7 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382288800040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9418] ppid=9409 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/9412/task/9418/stat : 9418 (java) S 9409 9412 6358 0 -1 4202560 285 0 0 0 78 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382287747240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9419] ppid=9409 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/9412/task/9419/stat : 9419 (java) S 9409 9412 6358 0 -1 4202560 254 0 0 0 66 10 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382286695464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9420] ppid=9409 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9412/task/9420/stat : 9420 (java) S 9409 9412 6358 0 -1 4202560 284 0 0 0 69 11 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382285642664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9421] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9421/stat : 9421 (java) S 9409 9412 6358 0 -1 4202560 245 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382284589864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9422] ppid=9409 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/9412/task/9422/stat : 9422 (java) S 9409 9412 6358 0 -1 4202560 252 0 0 0 66 8 0 0 20 0 19 0 26993743 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382283537064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9423] ppid=9409 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9412/task/9423/stat : 9423 (java) S 9409 9412 6358 0 -1 4202560 1375 0 0 0 59 5 0 0 20 0 19 0 26993744 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382126029288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9424] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9424/stat : 9424 (java) S 9409 9412 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382124975352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9412/tid=9425] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9425/stat : 9425 (java) S 9409 9412 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26993745 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382123922440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9426] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9426/stat : 9426 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382122870928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9427] ppid=9409 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9412/task/9427/stat : 9427 (java) S 9409 9412 6358 0 -1 4202560 11016 0 0 0 130 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382121819064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9412/tid=9428] ppid=9409 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/9412/task/9428/stat : 9428 (java) S 9409 9412 6358 0 -1 4202560 11075 0 0 0 204 1 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382120766264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9429] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9429/stat : 9429 (java) S 9409 9412 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382119713656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9412/tid=9430] ppid=9409 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9412/task/9430/stat : 9430 (java) S 9409 9412 6358 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 19 0 26993747 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382118661064 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9412/tid=9449] ppid=9409 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9412/task/9449/stat : 9449 (java) S 9409 9412 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26994022 10060525568 654932 33554432000 1073741824 1073778376 140737192897936 140382114448296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 505.51
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.990021
#  lost CPU user time (s): 1.06003
#  lost CPU system time (s): -0.0700001

Real time (s): 252.845
CPU time (s): 506.648
CPU user time (s): 505.176
CPU system time (s): 1.47177
CPU usage (%): 200.379
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504.116
system time used= 1.54176
maximum resident set size= 2942196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30977
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8149
involuntary context switches= 10630

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77773 second user time and 2.31465 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 13:30:45
IDJOB=4103906
IDBENCH=2501
IDSOLVER=2543
FILE ID=node112/4103906-1466249445
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-misc07.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103906-1466249445/watcher-4103906-1466249445 -o /tmp/evaluation-result-4103906-1466249445/solver-4103906-1466249445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103906-1466249445.opb

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

MD5SUM BENCH= b1761bf0e311c0b003abbb09c6bb25fe
RANDOM SEED=877675464

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28765384 kB
Buffers:           38696 kB
Cached:           106716 kB
SwapCached:         2036 kB
Active:          2543300 kB
Inactive:          88564 kB
Active(anon):    2486576 kB
Inactive(anon):     2096 kB
Active(file):      56724 kB
Inactive(file):    86468 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096736 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       3260800 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             601020 kB
SReclaimable:      44780 kB
SUnreclaim:       556240 kB
KernelStack:        1656 kB
PageTables:        10556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4002940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2529280 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= 71712 MiB
End job on node112 at 2016-06-18 13:34:58