Trace number 4106807

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)-34 1800.76 1781.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_5.opb
MD5SUM996170804397234947041ed4d87d3aa0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4106807-1466278146.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.43/0.38	c ... done. Wall clock time 0.26s.
0.43/0.38	c declared #vars     400
0.43/0.38	c internal #vars     2928
0.43/0.38	c #constraints  5658
0.43/0.38	c constraints type 
0.43/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.43/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.43/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.43/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
0.43/0.38	c 5658 constraints processed.
0.43/0.38	c objective function length is 200 literals
2.04/1.19	c SATISFIABLE
2.04/1.19	c OPTIMIZING...
2.04/1.19	c Got one! Elapsed wall clock time (in seconds):1.064
2.04/1.19	o -30
2.24/1.37	c Got one! Elapsed wall clock time (in seconds):1.245
2.24/1.37	o -34
2.84/1.92	c cleaning 3081 clauses out of 6228 with flag 12443/6228
3.73/2.75	c cleaning 4603 clauses out of 9206 with flag 31092/12287
5.07/3.66	c cleaning 5751 clauses out of 11552 with flag 50001/19236
6.82/4.91	c cleaning 6930 clauses out of 13859 with flag 70953/27294
7.86/5.98	c cleaning 7941 clauses out of 15881 with flag 94417/36246
9.06/7.16	c cleaning 8959 clauses out of 17925 with flag 119060/46231
11.06/9.14	c cleaning 9995 clauses out of 19990 with flag 143959/57255
13.66/11.78	c cleaning 11013 clauses out of 22025 with flag 168670/69285
16.75/14.72	c cleaning 11994 clauses out of 23988 with flag 195626/82261
19.85/17.86	c cleaning 12966 clauses out of 25999 with flag 224277/96266
23.35/21.32	c cleaning 14009 clauses out of 28018 with flag 255140/111251
27.15/25.11	c cleaning 15004 clauses out of 30007 with flag 288437/127249
31.05/29.06	c cleaning 16005 clauses out of 32009 with flag 323681/144255
35.65/33.69	c cleaning 17012 clauses out of 34037 with flag 362497/162288
40.72/38.55	c cleaning 18015 clauses out of 36030 with flag 401070/181293
45.82/43.60	c cleaning 19012 clauses out of 38024 with flag 442947/201302
51.51/49.37	c cleaning 19930 clauses out of 39942 with flag 486476/222232
57.22/55.01	c cleaning 20992 clauses out of 42033 with flag 531933/244253
63.41/61.22	c cleaning 22019 clauses out of 44038 with flag 580506/267250
70.08/67.79	c cleaning 23031 clauses out of 46061 with flag 629911/291292
77.08/74.75	c cleaning 23973 clauses out of 47975 with flag 681583/316237
84.99/82.69	c cleaning 25008 clauses out of 50027 with flag 734827/342262
91.92/89.38	c cleaning 25925 clauses out of 51992 with flag 791185/369235
99.62/97.09	c cleaning 27057 clauses out of 54113 with flag 853368/397281
108.72/106.14	c cleaning 28011 clauses out of 56022 with flag 915589/426247
116.22/113.67	c cleaning 28988 clauses out of 57996 with flag 978971/456232
125.02/122.32	c cleaning 30015 clauses out of 60032 with flag 1043863/487256
134.83/132.18	c cleaning 30950 clauses out of 62001 with flag 1112591/519240
144.73/142.03	c cleaning 32043 clauses out of 64086 with flag 1183368/552275
152.27/149.45	c cleaning 32968 clauses out of 65996 with flag 1257922/586228
164.18/161.30	c cleaning 34024 clauses out of 68047 with flag 1330108/621247
171.17/168.11	c cleaning 34990 clauses out of 70005 with flag 1415265/657229
182.48/179.49	c cleaning 35982 clauses out of 72028 with flag 1493719/694242
198.35/195.08	c cleaning 36932 clauses out of 74032 with flag 1576760/732228
211.95/208.63	c cleaning 38023 clauses out of 76106 with flag 1659209/771234
222.08/218.65	c cleaning 39044 clauses out of 78097 with flag 1747879/811248
235.45/231.99	c cleaning 40018 clauses out of 80044 with flag 1836772/852239
248.54/244.97	c cleaning 41008 clauses out of 82015 with flag 1927528/894228
259.25/255.64	c cleaning 42003 clauses out of 84017 with flag 2025365/937238
272.25/268.53	c cleaning 42986 clauses out of 86018 with flag 2126205/981242
287.49/283.78	c cleaning 44000 clauses out of 88018 with flag 2224489/1026228
299.97/296.17	c cleaning 45013 clauses out of 90030 with flag 2336127/1072240
314.70/310.89	c cleaning 45990 clauses out of 92005 with flag 2442645/1119228
326.37/322.48	c cleaning 46974 clauses out of 94015 with flag 2555388/1167228
338.53/334.58	c cleaning 48002 clauses out of 96041 with flag 2681025/1216228
350.60/346.40	c cleaning 49008 clauses out of 98051 with flag 2798847/1266240
362.27/358.10	c cleaning 49994 clauses out of 100031 with flag 2912350/1317228
377.72/373.43	c cleaning 51028 clauses out of 102056 with flag 3029118/1369247
390.03/385.65	c cleaning 51981 clauses out of 104015 with flag 3176151/1422234
400.40/395.83	c cleaning 53005 clauses out of 106028 with flag 3351209/1476228
411.87/407.30	c cleaning 53993 clauses out of 108030 with flag 3521066/1531235
423.64/418.93	c cleaning 54991 clauses out of 110030 with flag 3691064/1587228
435.75/430.95	c cleaning 55979 clauses out of 112040 with flag 3826906/1644229
449.32/444.41	c cleaning 57003 clauses out of 114061 with flag 3960974/1702229
465.02/460.03	c cleaning 58029 clauses out of 116064 with flag 4176020/1761235
477.49/472.49	c cleaning 59019 clauses out of 118039 with flag 4413201/1821239
492.51/487.34	c cleaning 59998 clauses out of 120009 with flag 4640702/1882228
506.04/500.78	c cleaning 61001 clauses out of 122022 with flag 4848364/1944239
523.45/517.97	c cleaning 61987 clauses out of 124010 with flag 4991113/2007228
537.39/531.73	c cleaning 62994 clauses out of 126023 with flag 5221379/2071228
551.06/545.40	c cleaning 63969 clauses out of 128031 with flag 5440210/2136230
570.49/564.57	c cleaning 65023 clauses out of 130064 with flag 5613154/2202232
584.25/578.11	c cleaning 66007 clauses out of 132046 with flag 5904011/2269237
602.17/595.95	c cleaning 67009 clauses out of 134030 with flag 6146585/2337228
619.88/613.53	c cleaning 67997 clauses out of 136022 with flag 6418560/2406229
637.66/631.14	c cleaning 68987 clauses out of 138024 with flag 6698781/2476228
654.87/648.17	c cleaning 70021 clauses out of 140050 with flag 6900186/2547241
679.35/672.43	c cleaning 70994 clauses out of 142016 with flag 7059640/2619228
703.15/696.09	c cleaning 72005 clauses out of 144022 with flag 7278449/2692228
725.81/718.57	c cleaning 73013 clauses out of 146029 with flag 7567119/2766240
745.70/738.22	c cleaning 73977 clauses out of 148010 with flag 7795498/2841234
767.56/759.83	c cleaning 75011 clauses out of 150035 with flag 8113944/2917236
789.75/781.88	c cleaning 75976 clauses out of 152017 with flag 8312273/2994229
817.59/809.56	c cleaning 77016 clauses out of 154047 with flag 8584666/3072235
848.77/840.42	c cleaning 77983 clauses out of 156025 with flag 8780672/3151229
879.41/870.86	c cleaning 79000 clauses out of 158053 with flag 9012988/3231240
910.97/902.19	c cleaning 79989 clauses out of 160045 with flag 9206055/3312232
949.23/939.91	c cleaning 80994 clauses out of 162054 with flag 9438522/3394230
981.13/971.43	c cleaning 82029 clauses out of 164058 with flag 9685137/3477228
1010.72/1000.73	c cleaning 82993 clauses out of 166029 with flag 9965142/3561228
1041.05/1030.76	c cleaning 83990 clauses out of 168037 with flag 10222518/3646229
1068.06/1057.32	c cleaning 85013 clauses out of 170052 with flag 10603983/3732234
1100.08/1089.13	c cleaning 85941 clauses out of 172033 with flag 10891337/3819228
1131.16/1119.89	c cleaning 87037 clauses out of 174092 with flag 11139082/3907228
1170.50/1158.83	c cleaning 88019 clauses out of 176061 with flag 11433240/3996234
1207.98/1195.82	c cleaning 89003 clauses out of 178036 with flag 11666859/4086228
1237.54/1225.08	c cleaning 90002 clauses out of 180035 with flag 11964823/4177230
1268.01/1255.16	c cleaning 91009 clauses out of 182031 with flag 12249880/4269228
1296.51/1283.24	c cleaning 91987 clauses out of 184025 with flag 12600578/4362231
1326.67/1313.02	c cleaning 92986 clauses out of 186041 with flag 13011734/4456234
1355.09/1341.11	c cleaning 94011 clauses out of 188059 with flag 13415412/4551238
1388.72/1374.45	c cleaning 95003 clauses out of 190041 with flag 13749694/4647231
1421.62/1406.91	c cleaning 95919 clauses out of 192035 with flag 14156430/4744228
1449.06/1434.10	c cleaning 97053 clauses out of 194116 with flag 14556049/4842228
1478.42/1463.11	c cleaning 98028 clauses out of 196063 with flag 14928907/4941228
1508.73/1493.17	c cleaning 99018 clauses out of 198036 with flag 15324582/5041229
1539.00/1523.00	c cleaning 99967 clauses out of 200018 with flag 15683657/5142229
1567.08/1550.83	c cleaning 101009 clauses out of 202050 with flag 16055940/5244228
1594.89/1578.27	c cleaning 101937 clauses out of 204041 with flag 16465831/5347228
1628.20/1611.24	c cleaning 103017 clauses out of 206107 with flag 16901698/5451231
1668.41/1651.09	c cleaning 104013 clauses out of 208096 with flag 17216071/5556237
1727.30/1709.59	c cleaning 105023 clauses out of 210075 with flag 17504526/5662229
1782.80/1764.56	c cleaning 105991 clauses out of 212053 with flag 17753874/5769230
1800.07/1781.50	c starts		: 3073
1800.07/1781.50	c conflicts		: 5822679
1800.07/1781.50	c decisions		: 27413970
1800.07/1781.50	c propagations		: 190716886
1800.07/1781.50	c inspects		: 30123416797
1800.07/1781.50	c shortcuts		: 0
1800.07/1781.50	c learnt literals	: 0
1800.07/1781.50	c learnt binary clauses	: 9
1800.07/1781.50	c learnt ternary clauses	: 1070
1800.07/1781.50	c learnt constraints	: 5822679
1800.07/1781.50	c ignored constraints	: 0
1800.07/1781.50	c root simplifications	: 0
1800.07/1781.50	c removed literals (reason simplification)	: 0
1800.07/1781.50	c reason swapping (by a shorter reason)	: 0
1800.07/1781.50	c Calls to reduceDB	: 103
1800.07/1781.50	c Number of update (reduction) of LBD	: 1525541
1800.07/1781.50	c Imported unit clauses	: 0
1800.07/1781.50	c number of reductions to clauses (during analyze)	: 0
1800.07/1781.50	c number of learned constraints concerned by reduction	: 0
1800.07/1781.50	c number of learning phase by resolution	: 0
1800.07/1781.50	c number of learning phase by cutting planes	: 0
1800.07/1781.50	c speed (assignments/second)	: 107077.3049900231
1800.07/1781.50	c non guided choices	0
1800.07/1781.53	c learnt constraints type 
1800.07/1781.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.07/1781.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159503
1800.07/1781.53	s SATISFIABLE
1800.07/1781.53	c Found 2 solution(s)
1800.07/1781.53	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 
1800.07/1781.53	c objective function=-34
1800.07/1781.53	c Total wall clock time (in seconds): 1781.409

Verifier Data

OK	-34

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-4106807-1466278146/watcher-4106807-1466278146 -o /tmp/evaluation-result-4106807-1466278146/solver-4106807-1466278146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12798 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106807-1466278146.opb 

pid=12976
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.18 2.17 2.15 3/194 12979
/proc/meminfo: memFree=30101924/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12979/stat : 12979 (java) R 12976 12979 12782 0 -1 4202496 293 0 0 0 0 0 0 0 20 0 1 0 29863194 9515008 151 33554432000 1073741824 1073778376 140734761628496 140734761625624 272886151939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12979/statm: 2323 156 114 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.18 2.17 2.15 3/194 12979
/proc/meminfo: memFree=30101924/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 4272 0 1 0 7 1 0 0 20 0 18 0 29863194 9787879424 5398 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2389619 5404 2073 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20025 s]
/proc/loadavg: 2.18 2.17 2.15 3/194 12979
/proc/meminfo: memFree=30101924/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 4622 0 1 0 20 1 0 0 20 0 18 0 29863194 9787879424 6729 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2389619 6729 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.18 2.17 2.15 3/194 12979
/proc/meminfo: memFree=30101924/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 6102 0 1 0 42 1 0 0 20 0 18 0 29863194 9787879424 8801 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2389619 8801 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.18 2.17 2.15 3/194 12979
/proc/meminfo: memFree=30101924/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 13910 0 1 0 152 3 0 0 20 0 19 0 29863194 9856040960 16899 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 16899 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.18 2.17 2.15 3/213 12998
/proc/meminfo: memFree=30043316/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=2.44 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 13921 0 1 0 241 3 0 0 20 0 19 0 29863194 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 17931 2270 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2514 0 1 0 145 0 0 0 20 0 19 0 29863196 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309338178208 140309210114023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29863198 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 5581 0 0 0 47 2 0 0 20 0 19 0 29863201 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4554 0 0 0 47 0 0 0 20 0 19 0 29863201 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863202 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 17931 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.18 2.17 2.15 2/190 13008
/proc/meminfo: memFree=30474824/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 16649 0 1 0 445 3 0 0 20 0 19 0 29863194 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 22249 2274 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2521 0 1 0 305 0 0 0 20 0 19 0 29863196 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309338175928 140309210529320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29863198 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) R 12976 12979 12782 0 -1 4202560 8300 0 0 0 87 2 0 0 20 0 19 0 29863201 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309158266504 140309342295468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 51 0 0 0 20 0 19 0 29863201 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863202 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 22249 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.25 2.18 2.15 3/213 13064
/proc/meminfo: memFree=30348080/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=8.26 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 19920 0 1 0 821 5 0 0 20 0 19 0 29863194 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 29763 2275 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2540 0 1 0 623 2 0 0 20 0 19 0 29863196 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309338169008 140309210579453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29863197 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29863198 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 11551 0 0 0 143 3 0 0 20 0 19 0 29863201 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 52 0 0 0 20 0 19 0 29863201 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29863202 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 29763 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9625040


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

[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 11557 0 0 0 146 3 0 0 20 0 19 0 29863201 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 52 0 0 0 20 0 19 0 29863201 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 96 0 0 0 27 26 0 0 20 0 19 0 29863202 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 130966 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1679.92
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.24 2.18 3/213 13107
/proc/meminfo: memFree=29597316/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=1740.28 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 33872 0 1 0 173870 158 0 0 20 0 19 0 29863194 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 123139 2297 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=1710.04 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2888 0 1 0 170974 30 0 0 20 0 19 0 29863196 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309338176704 140309210632512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=2.8 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 2147 0 0 0 263 17 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 860 0 0 0 250 12 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1469 0 0 0 274 17 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1803 0 0 0 272 18 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1589 0 0 0 289 17 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1942 0 0 0 259 13 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1137 0 0 0 260 15 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=2.76 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 1550 0 0 0 260 16 0 0 20 0 19 0 29863197 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=5.53 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 1016 0 0 0 547 6 0 0 20 0 19 0 29863198 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 11557 0 0 0 146 3 0 0 20 0 19 0 29863201 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 52 0 0 0 20 0 19 0 29863201 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 100 0 0 0 28 27 0 0 20 0 19 0 29863202 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 123139 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1740.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 2.11 2.20 2.18 3/213 13108
/proc/meminfo: memFree=29640908/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 33917 0 1 0 179848 159 0 0 20 0 19 0 29863194 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 121449 2297 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=1768.82 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2903 0 1 0 176851 31 0 0 20 0 19 0 29863196 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309338176704 140309210580897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 2147 0 0 0 271 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 872 0 0 0 260 12 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1469 0 0 0 286 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1803 0 0 0 284 18 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1589 0 0 0 299 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1942 0 0 0 270 13 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1137 0 0 0 270 15 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 1550 0 0 0 269 16 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 1031 0 0 0 564 6 0 0 20 0 19 0 29863198 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 11557 0 0 0 146 3 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 52 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 29863202 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 12979 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.5 s]
/proc/loadavg: 2.11 2.20 2.18 3/213 13108
/proc/meminfo: memFree=29640908/32872528 swapFree=1244176/1391344
[pid=12979] ppid=12976 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/12979/stat : 12979 (java) S 12976 12979 12782 0 -1 4202496 33917 0 1 0 179848 159 0 0 20 0 19 0 29863194 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140734672834768 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12979/statm: 2406260 121449 2297 9 0 2396937 0
[pid=12979/tid=12981] ppid=12976 vsize=9625040 CPUtime=1768.82 cores=0,2,4,6
/proc/12979/task/12981/stat : 12981 (java) R 12976 12979 12782 0 -1 4202560 2903 0 1 0 176851 31 0 0 20 0 19 0 29863196 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309338176704 140309210580897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12982] ppid=12976 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/12979/task/12982/stat : 12982 (java) S 12976 12979 12782 0 -1 4202560 2147 0 0 0 271 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309182270120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12983] ppid=12976 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/12979/task/12983/stat : 12983 (java) S 12976 12979 12782 0 -1 4202560 872 0 0 0 260 12 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309181217576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12979/tid=12984] ppid=12976 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/12979/task/12984/stat : 12984 (java) S 12976 12979 12782 0 -1 4202560 1469 0 0 0 286 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309180165032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12979/tid=12985] ppid=12976 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/12979/task/12985/stat : 12985 (java) S 12976 12979 12782 0 -1 4202560 1803 0 0 0 284 18 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309179112488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12986] ppid=12976 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/12979/task/12986/stat : 12986 (java) S 12976 12979 12782 0 -1 4202560 1589 0 0 0 299 17 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309178058920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12987] ppid=12976 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (java) S 12976 12979 12782 0 -1 4202560 1942 0 0 0 270 13 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309177006376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12988] ppid=12976 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/12979/task/12988/stat : 12988 (java) S 12976 12979 12782 0 -1 4202560 1137 0 0 0 270 15 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309175953832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12989] ppid=12976 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/12979/task/12989/stat : 12989 (java) S 12976 12979 12782 0 -1 4202560 1550 0 0 0 269 16 0 0 20 0 19 0 29863197 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309174901288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12990] ppid=12976 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/12979/task/12990/stat : 12990 (java) S 12976 12979 12782 0 -1 4202560 1031 0 0 0 564 6 0 0 20 0 19 0 29863198 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309162490472 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12991] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12991/stat : 12991 (java) S 12976 12979 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309161436792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12992] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12992/stat : 12992 (java) S 12976 12979 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29863199 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309160384136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12993] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12993/stat : 12993 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309159332880 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12994] ppid=12976 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/12979/task/12994/stat : 12994 (java) S 12976 12979 12782 0 -1 4202560 11557 0 0 0 146 3 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309158279224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12995] ppid=12976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12979/task/12995/stat : 12995 (java) S 12976 12979 12782 0 -1 4202560 4555 0 0 0 52 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309157226680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12996] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12996/stat : 12996 (java) S 12976 12979 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29863201 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309156174328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12979/tid=12997] ppid=12976 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12979/task/12997/stat : 12997 (java) S 12976 12979 12782 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 29863202 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309155121992 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12979/tid=12998] ppid=12976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12998/stat : 12998 (java) S 12976 12979 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29863234 9856040960 121449 33554432000 1073741824 1073778376 140734672843632 140309153969448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1781.54
CPU time (s): 1800.76
CPU user time (s): 1798.69
CPU system time (s): 2.07568
CPU usage (%): 101.079
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 2.07568
maximum resident set size= 757464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48193
involuntary context switches= 50547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92349 second user time and 13.8509 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 21:29:06
IDJOB=4106807
IDBENCH=48266
IDSOLVER=2546
FILE ID=node119/4106807-1466278146
RUNJOBID= node119-1466276358-12798
PBS_JOBID= 19918260
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106807-1466278146/watcher-4106807-1466278146 -o /tmp/evaluation-result-4106807-1466278146/solver-4106807-1466278146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12798 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106807-1466278146.opb

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

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=1225045132

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        30102484 kB
Buffers:           78252 kB
Cached:           118652 kB
SwapCached:         1572 kB
Active:           494520 kB
Inactive:         145116 kB
Active(anon):     441312 kB
Inactive(anon):     3796 kB
Active(file):      53208 kB
Inactive(file):   141320 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:               888 kB
Writeback:            12 kB
AnonPages:       1832800 kB
Mapped:            16956 kB
Shmem:                 0 kB
Slab:             603492 kB
SReclaimable:      47472 kB
SUnreclaim:       556020 kB
KernelStack:        1664 kB
PageTables:         7952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1927700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 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= 71728 MiB
End job on node119 at 2016-06-18 21:58:47