Trace number 4101477

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 Resolution PB16OPT91 629.4 627.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-flugpl.opb
MD5SUM9c73ae3327669d874cd1c2ac8b389288
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark0.130979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved YES
Number of variables265
Total number of constraints29
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints29
Minimum length of a constraint5
Maximum length of a constraint65
Number of terms in the objective function 265
Biggest coefficient in the objective function 245704
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524478
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262130
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524478
Number of bits of the biggest sum of numbers20
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101477-1466223888.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.041s.
0.09/0.16	c declared #vars     265
0.09/0.16	c #constraints  35
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 35
0.09/0.16	c 35 constraints processed.
0.09/0.16	c objective function length is 265 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.067
0.09/0.18	o 122
0.26/0.20	c Got one! Elapsed wall clock time (in seconds):0.08
0.26/0.20	o 112
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.192
0.50/0.31	o 111
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.198
0.50/0.31	o 110
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.50/0.32	o 104
0.98/0.75	c cleaning 2997 clauses out of 5997 with flag 10958/5997
1.45/1.16	c cleaning 4482 clauses out of 8993 with flag 24965/11990
2.04/1.75	c cleaning 5754 clauses out of 11511 with flag 41766/18990
2.75/2.40	c cleaning 6875 clauses out of 13758 with flag 61170/26991
3.61/3.20	c cleaning 7933 clauses out of 15882 with flag 84910/35990
5.01/4.68	c cleaning 8976 clauses out of 17951 with flag 112146/45992
6.91/6.52	c cleaning 9985 clauses out of 19973 with flag 140633/56990
8.82/8.42	c cleaning 10994 clauses out of 21992 with flag 170361/68994
10.22/9.84	c cleaning 11997 clauses out of 23994 with flag 204369/81990
12.42/12.03	c cleaning 12989 clauses out of 25997 with flag 238614/95990
13.32/12.95	c Got one! Elapsed wall clock time (in seconds):12.831
13.32/12.95	o 103
13.52/13.17	c cleaning 9478 clauses out of 18955 with flag 2104/101937
14.52/14.10	c cleaning 7735 clauses out of 15477 with flag 15070/107937
15.02/14.68	c Got one! Elapsed wall clock time (in seconds):14.568
15.02/14.68	o 102
15.32/14.94	c cleaning 6668 clauses out of 13347 with flag 4430/113542
16.02/15.64	c cleaning 6332 clauses out of 12678 with flag 18077/119541
16.62/16.21	c cleaning 6666 clauses out of 13352 with flag 35095/126547
17.42/17.08	c cleaning 7339 clauses out of 14680 with flag 54307/134541
18.13/17.76	c Got one! Elapsed wall clock time (in seconds):17.644
18.13/17.76	o 101
18.43/17.90	c cleaning 6589 clauses out of 13186 with flag 2192/140386
19.13/18.61	c cleaning 6285 clauses out of 12596 with flag 15635/146385
19.93/19.46	c cleaning 6645 clauses out of 13311 with flag 31951/153385
21.23/20.78	c cleaning 7336 clauses out of 14673 with flag 48630/161392
22.43/21.94	c cleaning 8166 clauses out of 16342 with flag 69197/170397
24.23/23.72	c cleaning 9077 clauses out of 18164 with flag 89361/180385
25.53/25.00	c cleaning 10035 clauses out of 20087 with flag 115241/191385
27.61/27.03	c cleaning 11016 clauses out of 22052 with flag 145176/203385
30.18/29.39	c cleaning 12019 clauses out of 24038 with flag 174383/216387
32.67/31.56	c cleaning 13002 clauses out of 26017 with flag 209036/230385
35.28/34.14	c cleaning 14012 clauses out of 28024 with flag 242666/245394
37.58/36.41	c cleaning 15001 clauses out of 30003 with flag 281310/261385
40.97/39.81	c cleaning 16005 clauses out of 32009 with flag 319874/278392
44.67/43.55	c cleaning 16997 clauses out of 33997 with flag 358980/296385
49.08/47.94	c cleaning 18004 clauses out of 36007 with flag 401767/315392
53.58/52.49	c cleaning 18999 clauses out of 37997 with flag 445009/335386
58.48/57.38	c cleaning 19993 clauses out of 39997 with flag 492507/356385
64.09/62.94	c cleaning 20999 clauses out of 42004 with flag 542220/378385
69.50/68.32	c cleaning 22002 clauses out of 44006 with flag 594043/401386
73.89/72.65	c cleaning 22993 clauses out of 46003 with flag 650577/425385
79.17/77.64	c cleaning 24005 clauses out of 48011 with flag 709375/450386
84.80/83.25	c cleaning 24998 clauses out of 50006 with flag 768520/476387
90.91/89.30	c cleaning 25999 clauses out of 52007 with flag 828883/503386
100.62/99.05	c cleaning 26997 clauses out of 54007 with flag 890870/531385
108.91/107.38	c cleaning 28002 clauses out of 56011 with flag 956573/560386
119.21/117.61	c cleaning 29003 clauses out of 58008 with flag 1025172/590385
130.01/128.41	c cleaning 30000 clauses out of 60005 with flag 1093048/621385
143.21/141.63	c cleaning 30992 clauses out of 62005 with flag 1163944/653385
150.22/148.62	c cleaning 32002 clauses out of 64014 with flag 1243282/686386
155.11/153.57	c cleaning 33003 clauses out of 66011 with flag 1324475/720385
159.51/157.99	c cleaning 34001 clauses out of 68008 with flag 1419317/755385
164.34/162.80	c cleaning 35000 clauses out of 70008 with flag 1509239/791386
164.94/163.32	c Got one! Elapsed wall clock time (in seconds):163.204
164.94/163.32	o 100
166.44/164.87	c cleaning 22589 clauses out of 45188 with flag 11943/801566
167.74/166.16	c cleaning 14287 clauses out of 28587 with flag 26257/807554
168.84/167.24	c cleaning 10635 clauses out of 21300 with flag 42697/814554
169.74/168.18	c cleaning 9318 clauses out of 18665 with flag 61797/822554
170.84/169.24	c cleaning 9167 clauses out of 18348 with flag 82823/831555
172.14/170.52	c cleaning 9585 clauses out of 19181 with flag 107278/841555
173.74/172.20	c cleaning 10293 clauses out of 20595 with flag 132801/852554
175.74/174.19	c cleaning 11140 clauses out of 22302 with flag 159761/864554
177.64/176.08	c cleaning 12077 clauses out of 24167 with flag 191513/877559
181.25/179.69	c cleaning 13037 clauses out of 26085 with flag 222582/891554
183.35/181.78	c cleaning 14011 clauses out of 28048 with flag 256547/906554
186.86/185.27	c cleaning 15011 clauses out of 30038 with flag 294471/922555
191.56/189.97	c cleaning 16007 clauses out of 32026 with flag 330766/939554
196.96/195.32	c cleaning 17013 clauses out of 34025 with flag 373089/957560
202.76/201.19	c cleaning 17990 clauses out of 36006 with flag 414014/976554
209.75/208.19	c cleaning 19009 clauses out of 38017 with flag 459496/996555
216.75/215.10	c cleaning 20002 clauses out of 40007 with flag 504751/1017554
224.35/222.71	c cleaning 20994 clauses out of 42006 with flag 553500/1039555
234.85/233.21	c cleaning 22005 clauses out of 44017 with flag 602002/1062560
246.44/244.88	c cleaning 22999 clauses out of 46009 with flag 649996/1086557
258.94/257.38	c cleaning 24005 clauses out of 48009 with flag 699995/1111556
272.43/270.81	c cleaning 25000 clauses out of 50002 with flag 752065/1137554
281.55/279.92	c cleaning 25990 clauses out of 52002 with flag 815351/1164554
291.25/289.62	c cleaning 27006 clauses out of 54022 with flag 879198/1192564
301.46/299.90	c cleaning 27999 clauses out of 56006 with flag 947860/1221554
313.15/311.57	c cleaning 28991 clauses out of 58007 with flag 1018879/1251554
324.45/322.83	c cleaning 30012 clauses out of 60026 with flag 1093186/1282564
339.45/337.82	c cleaning 30993 clauses out of 62010 with flag 1164943/1314560
353.34/351.76	c cleaning 32002 clauses out of 64011 with flag 1240598/1347554
367.35/365.71	c cleaning 33004 clauses out of 66011 with flag 1318200/1381556
381.54/379.90	c cleaning 34002 clauses out of 68008 with flag 1399820/1416557
394.14/392.53	c cleaning 35001 clauses out of 70005 with flag 1485146/1452556
410.44/408.89	c cleaning 36001 clauses out of 72003 with flag 1570976/1489555
426.03/424.49	c cleaning 36985 clauses out of 74001 with flag 1660365/1527554
444.68/443.02	c cleaning 38009 clauses out of 76022 with flag 1749825/1566560
467.27/465.68	c cleaning 39002 clauses out of 78007 with flag 1838768/1606554
490.48/488.84	c cleaning 39992 clauses out of 80005 with flag 1934649/1647554
511.97/510.32	c cleaning 41006 clauses out of 82014 with flag 2030434/1689555
529.16/527.51	c Got one! Elapsed wall clock time (in seconds):527.398
529.16/527.51	o 95
529.16/527.56	c Got one! Elapsed wall clock time (in seconds):527.446
529.16/527.56	o 94
529.16/527.58	c Got one! Elapsed wall clock time (in seconds):527.468
529.16/527.58	o 93
529.29/527.61	c Got one! Elapsed wall clock time (in seconds):527.49
529.29/527.61	o 92
529.29/527.63	c Got one! Elapsed wall clock time (in seconds):527.514
529.29/527.63	o 91
530.59/528.91	c cleaning 41586 clauses out of 83185 with flag 10734/1731732
531.59/529.94	c cleaning 23791 clauses out of 47598 with flag 23375/1737731
532.39/530.72	c cleaning 15396 clauses out of 30808 with flag 38342/1744732
533.19/531.52	c cleaning 11699 clauses out of 23412 with flag 55251/1752732
533.99/532.39	c cleaning 10348 clauses out of 20712 with flag 74198/1761731
534.89/533.28	c cleaning 10178 clauses out of 20365 with flag 95919/1771732
535.79/534.13	c cleaning 10584 clauses out of 21186 with flag 122244/1782731
537.09/535.45	c cleaning 11292 clauses out of 22602 with flag 149838/1794731
538.19/536.55	c cleaning 12148 clauses out of 24310 with flag 180932/1807731
539.49/537.81	c cleaning 13072 clauses out of 26166 with flag 212288/1821735
540.98/539.31	c cleaning 14041 clauses out of 28092 with flag 244898/1836733
542.99/541.32	c cleaning 15018 clauses out of 30049 with flag 281227/1852731
544.68/543.05	c cleaning 16015 clauses out of 32031 with flag 319555/1869731
546.68/545.05	c cleaning 17006 clauses out of 34017 with flag 362014/1887732
548.98/547.38	c cleaning 18004 clauses out of 36010 with flag 404748/1906731
551.58/549.93	c cleaning 18999 clauses out of 38007 with flag 449070/1926732
555.28/553.64	c cleaning 20001 clauses out of 40008 with flag 496398/1947732
559.78/558.10	c cleaning 20999 clauses out of 42006 with flag 544121/1969731
564.48/562.80	c cleaning 22005 clauses out of 44012 with flag 597354/1992736
567.19/565.58	c cleaning 22993 clauses out of 46002 with flag 653833/2016731
569.60/567.98	c cleaning 24001 clauses out of 48011 with flag 711998/2041733
573.50/571.86	c cleaning 24999 clauses out of 50009 with flag 771059/2067732
579.30/577.62	c cleaning 26002 clauses out of 52009 with flag 832287/2094731
583.10/581.48	c cleaning 26984 clauses out of 54009 with flag 900800/2122733
588.00/586.33	c cleaning 28013 clauses out of 56025 with flag 971085/2151733
594.89/593.29	c cleaning 29001 clauses out of 58010 with flag 1041929/2181731
599.99/598.40	c cleaning 29994 clauses out of 60014 with flag 1115717/2212736
606.59/604.99	c cleaning 31004 clauses out of 62016 with flag 1191980/2244732
613.20/611.54	c cleaning 32001 clauses out of 64014 with flag 1272407/2277734
623.00/621.31	c cleaning 33000 clauses out of 66011 with flag 1346567/2311732
629.40/627.77	c starts		: 2235
629.40/627.77	c conflicts		: 2333059
629.40/627.77	c decisions		: 4169712
629.40/627.77	c propagations		: 110546617
629.40/627.77	c inspects		: 14683423482
629.40/627.77	c shortcuts		: 0
629.40/627.77	c learnt literals	: 4
629.40/627.77	c learnt binary clauses	: 6
629.40/627.77	c learnt ternary clauses	: 8
629.40/627.77	c learnt constraints	: 2333054
629.40/627.77	c ignored constraints	: 0
629.40/627.77	c root simplifications	: 0
629.40/627.77	c removed literals (reason simplification)	: 0
629.40/627.77	c reason swapping (by a shorter reason)	: 0
629.40/627.77	c Calls to reduceDB	: 116
629.40/627.77	c Number of update (reduction) of LBD	: 477560
629.40/627.77	c Imported unit clauses	: 0
629.40/627.77	c number of reductions to clauses (during analyze)	: 0
629.40/627.77	c number of learned constraints concerned by reduction	: 0
629.40/627.77	c number of learning phase by resolution	: 0
629.40/627.77	c number of learning phase by cutting planes	: 0
629.40/627.77	c speed (assignments/second)	: 176138.74995817474
629.40/627.77	c non guided choices	70
629.40/627.77	c learnt constraints type 
629.40/627.77	s OPTIMUM FOUND
629.40/627.77	c Found 14 solution(s)
629.40/627.77	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 
629.40/627.77	c objective function=91
629.40/627.77	c Total wall clock time (in seconds): 627.658

Verifier Data

OK	91

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-4101477-1466223888/watcher-4101477-1466223888 -o /tmp/evaluation-result-4101477-1466223888/solver-4101477-1466223888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101477-1466223888.opb 

pid=14468
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: 2.06 2.03 2.00 3/192 14471
/proc/meminfo: memFree=28352264/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/14471/stat : 14471 (java) R 14468 14471 11879 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 24438937 8192 1 33554432000 0 0 0 140735732600408 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2 1 0 0 0 2 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 14471
/proc/meminfo: memFree=28352264/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 24438937 9787879424 6021 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 14471
/proc/meminfo: memFree=28352264/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 5992 0 1 0 25 1 0 0 20 0 19 0 24438937 9856040960 7189 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 7189 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300235 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 14471
/proc/meminfo: memFree=28352264/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 6316 0 1 0 49 1 0 0 20 0 19 0 24438937 9856040960 8265 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 8265 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700158 s]
/proc/loadavg: 2.06 2.03 2.00 3/192 14471
/proc/meminfo: memFree=28352264/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 7293 0 1 0 97 1 0 0 20 0 19 0 24438937 9856040960 8782 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 8782 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.06 2.03 2.00 3/211 14490
/proc/meminfo: memFree=28323528/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 7419 0 1 0 183 1 0 0 20 0 19 0 24438937 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 9817 2259 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2420 0 1 0 145 0 0 0 20 0 19 0 24438938 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812572860128 139812409889251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2265 0 0 0 18 0 0 0 20 0 19 0 24438943 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 1463 0 0 0 16 0 0 0 20 0 19 0 24438943 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 9817 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.06 2.03 2.00 4/211 14490
/proc/meminfo: memFree=28318936/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 8252 0 1 0 350 1 0 0 20 0 19 0 24438937 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 11695 2260 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2423 0 1 0 304 0 0 0 20 0 19 0 24438938 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812572869192 139812410045766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2265 0 0 0 18 0 0 0 20 0 19 0 24438943 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 2293 0 0 0 24 0 0 0 20 0 19 0 24438943 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 11695 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.06 2.03 2.00 3/211 14490
/proc/meminfo: memFree=28306888/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 8258 0 1 0 670 1 0 0 20 0 19 0 24438937 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 13704 2261 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2428 0 1 0 623 0 0 0 20 0 19 0 24438938 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812572860112 139812409856049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2265 0 0 0 18 0 0 0 20 0 19 0 24438943 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 2293 0 0 0 24 0 0 0 20 0 19 0 24438943 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 13704 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2906 0 0 0 30 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 15827 0 0 0 135 2 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 38 0 0 0 3 6 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 628.1
Current children cumulated vsize (KiB) 9625040

[startup+627.201 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 14570
/proc/meminfo: memFree=30773620/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=628.9 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 23114 0 1 0 62872 18 0 0 20 0 19 0 24438937 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 56594 2276 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=625.3 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2492 0 1 0 62518 12 0 0 20 0 19 0 24438938 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812572860112 139812410099439 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 162 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2906 0 0 0 30 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 15827 0 0 0 135 2 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 38 0 0 0 3 6 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 628.9
Current children cumulated vsize (KiB) 9625040

[startup+627.601 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 14570
/proc/meminfo: memFree=30773620/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=629.3 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 23114 0 1 0 62912 18 0 0 20 0 19 0 24438937 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 56594 2276 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=625.7 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2492 0 1 0 62558 12 0 0 20 0 19 0 24438938 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812572860112 139812410139464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 162 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2906 0 0 0 30 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 15827 0 0 0 135 2 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 38 0 0 0 3 6 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 629.3
Current children cumulated vsize (KiB) 9625040

[startup+627.701 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 14570
/proc/meminfo: memFree=30773620/32872528 swapFree=447868/480572
[pid=14471] ppid=14468 vsize=9625040 CPUtime=629.4 cores=1,3,5,7
/proc/14471/stat : 14471 (java) S 14468 14471 11879 0 -1 4202496 23117 0 1 0 62922 18 0 0 20 0 19 0 24438937 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 140734686416432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14471/statm: 2406260 56594 2276 9 0 2396937 0
[pid=14471/tid=14473] ppid=14468 vsize=9625040 CPUtime=625.8 cores=1,3,5,7
/proc/14471/task/14473/stat : 14473 (java) R 14468 14471 11879 0 -1 4202560 2492 0 1 0 62568 12 0 0 20 0 19 0 24438938 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812572860112 139812410075568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14474] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14474/stat : 14474 (java) S 14468 14471 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812534360232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14475] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14475/stat : 14475 (java) S 14468 14471 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812533307688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14476] ppid=14468 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14471/task/14476/stat : 14476 (java) S 14468 14471 11879 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812532255144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14477] ppid=14468 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14471/task/14477/stat : 14477 (java) S 14468 14471 11879 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812531202600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14478] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14478/stat : 14478 (java) S 14468 14471 11879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812530150056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14479] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14479/stat : 14479 (java) S 14468 14471 11879 0 -1 4202560 162 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812529097512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14480] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14480/stat : 14480 (java) S 14468 14471 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812528044968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14471/tid=14481] ppid=14468 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14471/task/14481/stat : 14481 (java) S 14468 14471 11879 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 24438939 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812409437224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14482] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14482/stat : 14482 (java) S 14468 14471 11879 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 24438940 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812397025384 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14483] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14483/stat : 14483 (java) S 14468 14471 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812395971704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14484] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14484/stat : 14484 (java) S 14468 14471 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24438941 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812394919048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14485] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14485/stat : 14485 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139812393867792 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14486] ppid=14468 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14471/task/14486/stat : 14486 (java) S 14468 14471 11879 0 -1 4202560 2908 0 0 0 30 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811654462008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14471/tid=14487] ppid=14468 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/14471/task/14487/stat : 14487 (java) S 14468 14471 11879 0 -1 4202560 15828 0 0 0 135 2 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811653409464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14488] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14488/stat : 14488 (java) S 14468 14471 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811652357112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14471/tid=14489] ppid=14468 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14471/task/14489/stat : 14489 (java) S 14468 14471 11879 0 -1 4202560 38 0 0 0 3 6 0 0 20 0 19 0 24438943 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811651304776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14471/tid=14490] ppid=14468 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14471/task/14490/stat : 14490 (java) S 14468 14471 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24438953 9856040960 56594 33554432000 1073741824 1073778376 140734686425296 139811650249512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 629.4
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14471 and gives
#  childrusage.ru_utime.tv_sec=627
#  childrusage.ru_utime.tv_usec=645583
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=333949
# CPU time returned by wait4() is 627.98
# while last known CPU time is 629.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 627.78
CPU time (s): 629.4
CPU user time (s): 629.22
CPU system time (s): 0.18
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.646
system time used= 0.333949
maximum resident set size= 226432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23138
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13646
involuntary context switches= 12086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.23351 second user time and 3.41548 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 06:24:48
IDJOB=4101477
IDBENCH=1754
IDSOLVER=2546
FILE ID=node104/4101477-1466223888
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-flugpl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101477-1466223888/watcher-4101477-1466223888 -o /tmp/evaluation-result-4101477-1466223888/solver-4101477-1466223888 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101477-1466223888.opb

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

MD5SUM BENCH= 9c73ae3327669d874cd1c2ac8b389288
RANDOM SEED=241656043

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28352792 kB
Buffers:          100612 kB
Cached:           131528 kB
SwapCached:        40452 kB
Active:          3079516 kB
Inactive:         198932 kB
Active(anon):    3008720 kB
Inactive(anon):    39968 kB
Active(file):      70796 kB
Inactive(file):   158964 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3557040 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             601996 kB
SReclaimable:      46088 kB
SUnreclaim:       555908 kB
KernelStack:        1752 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3863172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3072000 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= 71704 MiB
End job on node104 at 2016-06-18 06:35:16