Trace number 4105453

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 PB16SAT (TO)50 1800.63 1798.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-fout.r.opb
MD5SUM40b50d0e4bc3f1ba5675c1e65f55a1d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark0.231963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables431
Total number of constraints177
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint26
Number of terms in the objective function 431
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 431
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 431
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4105453-1466261013.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.071s.
0.11/0.17	c declared #vars     431
0.11/0.17	c #constraints  177
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 173
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.17	c 177 constraints processed.
0.11/0.17	c objective function length is 431 literals
0.11/0.18	c SATISFIABLE
0.11/0.18	c OPTIMIZING...
0.11/0.18	c Got one! Elapsed wall clock time (in seconds):0.081
0.11/0.18	o 51
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.107
0.28/0.21	o 50
0.85/0.50	c cleaning 2510 clauses out of 5045 with flag 12054/5045
1.48/0.92	c cleaning 4268 clauses out of 8535 with flag 27911/11045
1.98/1.42	c cleaning 5632 clauses out of 11269 with flag 45601/18047
2.58/2.02	c cleaning 6818 clauses out of 13635 with flag 66502/26045
3.30/2.71	c cleaning 7908 clauses out of 15817 with flag 89567/35045
4.20/3.64	c cleaning 8953 clauses out of 17909 with flag 115364/45045
5.30/4.73	c cleaning 9977 clauses out of 19956 with flag 143911/56045
6.41/5.83	c cleaning 10992 clauses out of 21983 with flag 174641/68049
7.61/7.01	c cleaning 11987 clauses out of 23987 with flag 208032/81045
9.01/8.48	c cleaning 12996 clauses out of 26003 with flag 244388/95048
10.51/9.99	c cleaning 14003 clauses out of 28005 with flag 283475/110046
12.22/11.65	c cleaning 14998 clauses out of 30003 with flag 324829/126047
14.32/13.72	c cleaning 15994 clauses out of 32004 with flag 369250/143046
16.42/15.90	c cleaning 16994 clauses out of 34009 with flag 415451/161045
18.71/18.18	c cleaning 17997 clauses out of 36016 with flag 465410/180046
21.31/20.73	c cleaning 19002 clauses out of 38018 with flag 517485/200045
23.91/23.36	c cleaning 20009 clauses out of 40017 with flag 571454/221046
26.71/26.13	c cleaning 21001 clauses out of 42007 with flag 628224/243045
30.11/29.53	c cleaning 22004 clauses out of 44007 with flag 690207/266046
34.01/33.50	c cleaning 22991 clauses out of 46004 with flag 757180/290047
38.31/37.75	c cleaning 23995 clauses out of 48012 with flag 827495/315046
42.90/42.31	c cleaning 25004 clauses out of 50020 with flag 900131/341049
48.02/47.41	c cleaning 25997 clauses out of 52013 with flag 972704/368046
53.21/52.63	c cleaning 27007 clauses out of 54019 with flag 1047551/396049
58.71/58.11	c cleaning 28001 clauses out of 56008 with flag 1127869/425045
64.33/63.72	c cleaning 29000 clauses out of 58008 with flag 1206267/455046
69.53/68.92	c cleaning 29992 clauses out of 60007 with flag 1287344/486045
75.23/74.66	c cleaning 31009 clauses out of 62017 with flag 1370749/518047
81.53/80.92	c cleaning 31995 clauses out of 64006 with flag 1454964/551045
87.73/87.13	c cleaning 32992 clauses out of 66011 with flag 1544018/585045
94.73/94.19	c cleaning 34003 clauses out of 68019 with flag 1635248/620045
102.23/101.61	c cleaning 34996 clauses out of 70016 with flag 1729615/656045
109.13/108.52	c cleaning 36004 clauses out of 72022 with flag 1824690/693047
117.63/117.09	c cleaning 37005 clauses out of 74018 with flag 1925530/731047
126.73/126.10	c cleaning 37998 clauses out of 76011 with flag 2029059/770045
135.64/135.02	c cleaning 39006 clauses out of 78015 with flag 2136974/810047
144.34/143.78	c cleaning 40000 clauses out of 80007 with flag 2240195/851045
154.24/153.66	c cleaning 40988 clauses out of 82007 with flag 2354297/893045
163.69/163.02	c cleaning 42010 clauses out of 84021 with flag 2468832/936047
172.80/172.10	c cleaning 42993 clauses out of 86009 with flag 2587215/980045
181.80/181.14	c cleaning 44006 clauses out of 88016 with flag 2707113/1025045
191.60/190.96	c cleaning 44995 clauses out of 90010 with flag 2828979/1071045
202.60/201.90	c cleaning 46005 clauses out of 92017 with flag 2957406/1118047
213.50/212.90	c cleaning 47003 clauses out of 94014 with flag 3091841/1166049
226.80/226.12	c cleaning 47994 clauses out of 96007 with flag 3225449/1215045
238.90/238.26	c cleaning 48995 clauses out of 98014 with flag 3360411/1265046
250.40/249.77	c cleaning 49999 clauses out of 100018 with flag 3499961/1316045
263.60/262.94	c cleaning 51003 clauses out of 102020 with flag 3637090/1368046
277.63/276.92	c cleaning 52003 clauses out of 104017 with flag 3776003/1421046
290.33/289.70	c cleaning 53002 clauses out of 106013 with flag 3916187/1475045
304.64/303.97	c cleaning 54000 clauses out of 108012 with flag 4061520/1530046
318.84/318.19	c cleaning 54991 clauses out of 110011 with flag 4207871/1586045
335.25/334.54	c cleaning 56003 clauses out of 112021 with flag 4364947/1643046
350.54/349.89	c cleaning 56997 clauses out of 114018 with flag 4519802/1701046
367.14/366.41	c cleaning 58006 clauses out of 116020 with flag 4676682/1760045
383.43/382.73	c cleaning 59002 clauses out of 118015 with flag 4833618/1820046
400.40/399.62	c cleaning 60001 clauses out of 120012 with flag 4992867/1881045
416.00/415.27	c cleaning 60998 clauses out of 122011 with flag 5152763/1943045
433.11/432.39	c cleaning 62001 clauses out of 124013 with flag 5322429/2006045
450.82/450.09	c cleaning 63003 clauses out of 126014 with flag 5489824/2070047
468.71/467.97	c cleaning 64002 clauses out of 128013 with flag 5660613/2135049
486.73/485.95	c cleaning 65001 clauses out of 130007 with flag 5836475/2201045
508.53/507.77	c cleaning 65999 clauses out of 132007 with flag 6014043/2268046
530.72/529.86	c cleaning 66992 clauses out of 134007 with flag 6196979/2336045
550.93/550.10	c cleaning 67999 clauses out of 136015 with flag 6385772/2405045
573.62/572.73	c cleaning 69002 clauses out of 138016 with flag 6580718/2475045
598.33/597.45	c cleaning 70003 clauses out of 140016 with flag 6776235/2546047
622.12/621.27	c cleaning 71005 clauses out of 142012 with flag 6978840/2618046
645.93/645.09	c cleaning 71996 clauses out of 144006 with flag 7180650/2691045
668.73/667.84	c cleaning 73003 clauses out of 146014 with flag 7382323/2765049
694.86/693.83	c cleaning 73986 clauses out of 148007 with flag 7592659/2840045
718.36/717.39	c cleaning 75004 clauses out of 150021 with flag 7803156/2916045
743.34/742.39	c cleaning 76002 clauses out of 152017 with flag 8009804/2993045
768.35/767.35	c cleaning 76998 clauses out of 154018 with flag 8220623/3071048
796.84/795.83	c cleaning 77994 clauses out of 156017 with flag 8430998/3150045
826.75/825.69	c cleaning 78999 clauses out of 158024 with flag 8644121/3230046
859.45/858.37	c cleaning 80000 clauses out of 160024 with flag 8868639/3311045
886.54/885.45	c cleaning 81006 clauses out of 162025 with flag 9089579/3393046
916.13/915.01	c cleaning 82008 clauses out of 164020 with flag 9314548/3476047
948.34/947.23	c cleaning 83000 clauses out of 166011 with flag 9538875/3560046
987.08/985.83	c cleaning 83998 clauses out of 168012 with flag 9776607/3645047
1022.58/1021.37	c cleaning 85008 clauses out of 170015 with flag 10020654/3731048
1061.37/1060.11	c cleaning 85989 clauses out of 172006 with flag 10263230/3818047
1104.16/1102.97	c cleaning 87004 clauses out of 174019 with flag 10504788/3906049
1146.09/1144.74	c cleaning 88008 clauses out of 176015 with flag 10751363/3995049
1184.49/1183.11	c cleaning 88996 clauses out of 178004 with flag 11001122/4085046
1224.69/1223.34	c cleaning 89997 clauses out of 180009 with flag 11256384/4176047
1266.58/1265.24	c cleaning 90995 clauses out of 182011 with flag 11513394/4268046
1309.14/1307.65	c cleaning 92006 clauses out of 184016 with flag 11772441/4361046
1346.54/1345.09	c cleaning 92992 clauses out of 186009 with flag 12035763/4455045
1387.63/1386.16	c cleaning 94005 clauses out of 188017 with flag 12302533/4550045
1435.22/1433.77	c cleaning 94998 clauses out of 190012 with flag 12568464/4646045
1477.75/1476.19	c cleaning 95995 clauses out of 192014 with flag 12835456/4743045
1521.95/1520.31	c cleaning 97010 clauses out of 194019 with flag 13106610/4841045
1570.34/1568.72	c cleaning 98005 clauses out of 196009 with flag 13378128/4940045
1610.74/1609.10	c cleaning 99000 clauses out of 198005 with flag 13645802/5040046
1658.64/1656.91	c cleaning 99997 clauses out of 200006 with flag 13913168/5141047
1705.53/1703.88	c cleaning 100999 clauses out of 202008 with flag 14182706/5243046
1757.92/1756.22	c cleaning 102002 clauses out of 204009 with flag 14453376/5346046
1800.05/1798.20	c starts		: 5
1800.05/1798.20	c conflicts		: 5427239
1800.05/1798.20	c decisions		: 13421888
1800.05/1798.20	c propagations		: 267087219
1800.05/1798.20	c inspects		: 37929030467
1800.05/1798.20	c shortcuts		: 0
1800.05/1798.20	c learnt literals	: 0
1800.05/1798.20	c learnt binary clauses	: 0
1800.05/1798.20	c learnt ternary clauses	: 0
1800.05/1798.20	c learnt constraints	: 5427239
1800.05/1798.20	c ignored constraints	: 0
1800.05/1798.20	c root simplifications	: 0
1800.05/1798.20	c removed literals (reason simplification)	: 0
1800.05/1798.20	c reason swapping (by a shorter reason)	: 0
1800.05/1798.20	c Calls to reduceDB	: 99
1800.05/1798.20	c Number of update (reduction) of LBD	: 1611163
1800.05/1798.20	c Imported unit clauses	: 0
1800.05/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.20	c number of learned constraints concerned by reduction	: 0
1800.05/1798.20	c number of learning phase by resolution	: 0
1800.05/1798.20	c number of learning phase by cutting planes	: 0
1800.05/1798.20	c speed (assignments/second)	: 148544.70680624194
1800.05/1798.20	c non guided choices	0
1800.05/1798.23	c learnt constraints type 
1800.05/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183201
1800.05/1798.23	s SATISFIABLE
1800.05/1798.23	c Found 2 solution(s)
1800.05/1798.23	v -x1 x2 -x3 -x4 x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 x64 x65 -x66 -x67 -x68 -x69 x70 -x71 x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 x143 x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 
1800.05/1798.23	c objective function=50
1800.05/1798.23	c Total wall clock time (in seconds): 1798.132

Verifier Data

OK	50

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-4105453-1466261013/watcher-4105453-1466261013 -o /tmp/evaluation-result-4105453-1466261013/solver-4105453-1466261013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105453-1466261013.opb 

pid=19024
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: 2.17 2.10 2.07 3/194 19027
/proc/meminfo: memFree=30952096/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19027/stat : 19027 (java) R 19024 19027 16325 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 28146949 23793664 714 33554432000 1073741824 1073778376 140734131603568 140734131592632 206619850088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 5809 714 529 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.10 2.07 3/194 19027
/proc/meminfo: memFree=30952096/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 4552 0 1 0 10 1 0 0 20 0 18 0 28146949 9787879424 5662 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2389619 5662 2157 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.17 2.10 2.07 3/194 19027
/proc/meminfo: memFree=30952096/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 5171 0 1 0 27 1 0 0 20 0 19 0 28146949 9856040960 6593 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 6593 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300195 s]
/proc/loadavg: 2.17 2.10 2.07 3/194 19027
/proc/meminfo: memFree=30952096/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 6825 0 1 0 53 1 0 0 20 0 19 0 28146949 9856040960 7991 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 7991 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700174 s]
/proc/loadavg: 2.17 2.10 2.07 3/194 19027
/proc/meminfo: memFree=30952096/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 15980 0 1 0 124 3 0 0 20 0 19 0 28146949 9856040960 14143 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 14143 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.17 2.10 2.07 3/213 19046
/proc/meminfo: memFree=30901500/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 15986 0 1 0 205 3 0 0 20 0 19 0 28146949 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 15170 2258 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2474 0 1 0 146 1 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975268622032 139975141164480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28146951 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3590 0 0 0 27 0 0 0 20 0 19 0 28146954 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 15170 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.09 2.07 3/213 19046
/proc/meminfo: memFree=30896828/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=3.7 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 15990 0 1 0 367 3 0 0 20 0 19 0 28146949 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 16707 2258 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2477 0 1 0 306 1 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975268622016 139975141216992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28146951 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3591 0 0 0 28 0 0 0 20 0 19 0 28146954 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 16707 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.16 2.09 2.07 3/213 19046
/proc/meminfo: memFree=30903080/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=6.91 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 15996 0 1 0 688 3 0 0 20 0 19 0 28146949 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 14662 2259 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2482 0 1 0 626 2 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975268622016 139975140910596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28146950 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28146951 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3591 0 0 0 29 0 0 0 20 0 19 0 28146954 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 14662 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625040


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

[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3599 0 0 0 31 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 96 0 0 0 20 20 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 19177
/proc/meminfo: memFree=30433528/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=1724.03 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 18121 0 1 0 172345 58 0 0 20 0 19 0 28146949 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 113494 2273 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=1721.67 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2547 0 1 0 172134 33 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975268622016 139975141219820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 318 0 0 0 17 4 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 366 0 0 0 11 4 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 153 0 0 0 18 5 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 342 0 0 0 22 6 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 265 0 0 0 14 4 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 166 0 0 0 12 4 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 128 0 0 0 18 4 0 0 20 0 19 0 28146950 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 86 0 0 0 0 1 0 0 20 0 19 0 28146951 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3599 0 0 0 31 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 100 0 0 0 21 20 0 0 20 0 19 0 28146954 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 113494 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 19178
/proc/meminfo: memFree=30392084/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=1784.15 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 18203 0 1 0 178351 64 0 0 20 0 19 0 28146949 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 123732 2273 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=1781.61 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2548 0 1 0 178127 34 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975268629728 139975141219820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 324 0 0 0 18 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 372 0 0 0 12 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 172 0 0 0 21 6 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 361 0 0 0 25 7 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 273 0 0 0 15 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 170 0 0 0 13 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 135 0 0 0 19 5 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 88 0 0 0 0 1 0 0 20 0 19 0 28146951 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3599 0 0 0 31 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 104 0 0 0 21 22 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19178
/proc/meminfo: memFree=30392336/32872528 swapFree=534252/566956
[pid=19027] ppid=19024 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19027/stat : 19027 (java) S 19024 19027 16325 0 -1 4202496 18203 0 1 0 179941 64 0 0 20 0 19 0 28146949 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 140734131594704 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19027/statm: 2406260 123732 2273 9 0 2396937 0
[pid=19027/tid=19029] ppid=19024 vsize=9625040 CPUtime=1797.51 cores=0,2,4,6
/proc/19027/task/19029/stat : 19029 (java) R 19024 19027 16325 0 -1 4202560 2548 0 1 0 179717 34 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975268629728 139975141174032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19030] ppid=19024 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/19027/task/19030/stat : 19030 (java) S 19024 19027 16325 0 -1 4202560 324 0 0 0 18 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975112317608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19031] ppid=19024 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19027/task/19031/stat : 19031 (java) S 19024 19027 16325 0 -1 4202560 372 0 0 0 12 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975111265064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19032] ppid=19024 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/19027/task/19032/stat : 19032 (java) S 19024 19027 16325 0 -1 4202560 172 0 0 0 21 6 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975110212520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19027/tid=19033] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19033/stat : 19033 (java) S 19024 19027 16325 0 -1 4202560 361 0 0 0 25 7 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975109159976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19034] ppid=19024 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19027/task/19034/stat : 19034 (java) S 19024 19027 16325 0 -1 4202560 273 0 0 0 15 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975108106408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19035] ppid=19024 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19027/task/19035/stat : 19035 (java) S 19024 19027 16325 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975107053864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19036] ppid=19024 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19027/task/19036/stat : 19036 (java) S 19024 19027 16325 0 -1 4202560 170 0 0 0 13 4 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975106001320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19037] ppid=19024 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/19027/task/19037/stat : 19037 (java) S 19024 19027 16325 0 -1 4202560 135 0 0 0 19 5 0 0 20 0 19 0 28146950 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975104948776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19027/tid=19038] ppid=19024 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19027/task/19038/stat : 19038 (java) S 19024 19027 16325 0 -1 4202560 88 0 0 0 0 1 0 0 20 0 19 0 28146951 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975092750952 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19039] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19039/stat : 19039 (java) S 19024 19027 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975091697272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19040] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19040/stat : 19040 (java) S 19024 19027 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28146952 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975090644616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19041] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19041/stat : 19041 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975089593360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19042] ppid=19024 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19027/task/19042/stat : 19042 (java) S 19024 19027 16325 0 -1 4202560 3599 0 0 0 31 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975088539704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19027/tid=19043] ppid=19024 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19027/task/19043/stat : 19043 (java) S 19024 19027 16325 0 -1 4202560 8648 0 0 0 30 2 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975087487160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19044] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19044/stat : 19044 (java) S 19024 19027 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975086434808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19045] ppid=19024 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/19027/task/19045/stat : 19045 (java) S 19024 19027 16325 0 -1 4202560 104 0 0 0 21 22 0 0 20 0 19 0 28146954 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975085382472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19027/tid=19046] ppid=19024 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19027/task/19046/stat : 19046 (java) S 19024 19027 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28146967 9856040960 123732 33554432000 1073741824 1073778376 140734131603568 139975084328232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1798.24
CPU time (s): 1800.63
CPU user time (s): 1799.54
CPU system time (s): 1.09183
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 1.09183
maximum resident set size= 495112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18253
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38398
involuntary context switches= 25669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6544 second user time and 12.912 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 16:43:33
IDJOB=4105453
IDBENCH=2867
IDSOLVER=2546
FILE ID=node138/4105453-1466261013
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-fout.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105453-1466261013/watcher-4105453-1466261013 -o /tmp/evaluation-result-4105453-1466261013/solver-4105453-1466261013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105453-1466261013.opb

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

MD5SUM BENCH= 40b50d0e4bc3f1ba5675c1e65f55a1d7
RANDOM SEED=623696574

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30952988 kB
Buffers:          134532 kB
Cached:           231332 kB
SwapCached:         1060 kB
Active:           336536 kB
Inactive:         276912 kB
Active(anon):     247900 kB
Inactive(anon):     1696 kB
Active(file):      88636 kB
Inactive(file):   275216 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:        838240 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             606892 kB
SReclaimable:      50256 kB
SUnreclaim:       556636 kB
KernelStack:        1760 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1284816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71732 MiB
End job on node138 at 2016-06-18 17:13:32