Trace number 4089334

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.75 1791.95

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x21-hard.opb
MD5SUM1515fa5a8ad87de533536ce53401b7dc
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.185971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables210
Total number of constraints421
Number of constraints which are clauses420
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint210
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 109
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 319
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

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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089334-1466023176.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.051s.
0.11/0.15	c declared #vars     210
0.11/0.15	c #constraints  421
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 420
0.11/0.15	c 421 constraints processed.
0.62/0.43	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.92/0.64	c cleaning 4250 clauses out of 8500 with flag 22797/11001
1.13/0.88	c cleaning 5625 clauses out of 11249 with flag 37326/18000
1.45/1.18	c cleaning 6813 clauses out of 13625 with flag 53847/26001
1.87/1.54	c cleaning 7905 clauses out of 15811 with flag 72427/35000
2.27/1.93	c cleaning 8953 clauses out of 17906 with flag 92950/45000
2.67/2.39	c cleaning 9977 clauses out of 19953 with flag 115478/56000
3.28/2.94	c cleaning 10986 clauses out of 21976 with flag 140060/68000
3.89/3.57	c cleaning 11993 clauses out of 23990 with flag 166853/81000
4.60/4.27	c cleaning 12997 clauses out of 25997 with flag 195870/95000
5.30/4.98	c cleaning 13998 clauses out of 28002 with flag 226681/110002
6.20/5.83	c cleaning 15000 clauses out of 30002 with flag 259473/126000
7.10/6.78	c cleaning 16001 clauses out of 32002 with flag 294327/143000
8.10/7.80	c cleaning 17000 clauses out of 34003 with flag 331475/161002
9.30/8.95	c cleaning 17994 clauses out of 36001 with flag 370780/180000
10.60/10.26	c cleaning 19000 clauses out of 38010 with flag 412280/200003
11.90/11.52	c cleaning 20004 clauses out of 40007 with flag 455735/221000
13.20/12.83	c cleaning 21002 clauses out of 42003 with flag 501327/243000
14.56/14.11	c cleaning 22002 clauses out of 44004 with flag 548947/266003
15.87/15.49	c cleaning 22997 clauses out of 46000 with flag 598520/290001
17.46/17.07	c cleaning 24002 clauses out of 48003 with flag 650250/315001
19.27/18.89	c cleaning 24997 clauses out of 50001 with flag 703960/341001
20.96/20.52	c cleaning 26000 clauses out of 52005 with flag 759745/368002
22.76/22.38	c cleaning 27002 clauses out of 54003 with flag 817695/396000
25.06/24.67	c cleaning 27997 clauses out of 56001 with flag 877648/425000
27.26/26.87	c cleaning 29000 clauses out of 58004 with flag 939868/455000
29.56/29.14	c cleaning 29996 clauses out of 60004 with flag 1004074/486000
32.16/31.71	c cleaning 31003 clauses out of 62009 with flag 1070399/518001
34.60/34.18	c cleaning 31999 clauses out of 64006 with flag 1138858/551001
37.29/36.80	c cleaning 33001 clauses out of 66006 with flag 1209095/585000
39.69/39.27	c cleaning 34001 clauses out of 68006 with flag 1281580/620001
42.30/41.88	c cleaning 35002 clauses out of 70004 with flag 1356093/656000
44.89/44.45	c cleaning 35999 clauses out of 72003 with flag 1432568/693001
47.69/47.25	c cleaning 37000 clauses out of 74003 with flag 1511279/731000
51.20/50.74	c cleaning 38000 clauses out of 76003 with flag 1591990/770000
54.15/53.67	c cleaning 39000 clauses out of 78003 with flag 1674736/810000
57.35/56.83	c cleaning 40000 clauses out of 80004 with flag 1759526/851001
60.75/60.29	c cleaning 40999 clauses out of 82004 with flag 1846439/893001
64.75/64.20	c cleaning 41999 clauses out of 84005 with flag 1935587/936001
68.66/68.13	c cleaning 42997 clauses out of 86005 with flag 2026698/980000
71.76/71.29	c cleaning 44005 clauses out of 88011 with flag 2119875/1025003
75.56/75.05	c cleaning 45000 clauses out of 90003 with flag 2215203/1071000
79.63/79.04	c cleaning 45999 clauses out of 92004 with flag 2312455/1118001
84.13/83.53	c cleaning 46998 clauses out of 94005 with flag 2411921/1166001
89.03/88.49	c cleaning 48002 clauses out of 96008 with flag 2513413/1215002
93.43/92.81	c cleaning 48998 clauses out of 98004 with flag 2616963/1265000
97.83/97.21	c cleaning 50001 clauses out of 100007 with flag 2722458/1316001
103.08/102.38	c cleaning 51003 clauses out of 102006 with flag 2830336/1368001
108.17/107.45	c cleaning 52001 clauses out of 104004 with flag 2940019/1421002
113.57/112.86	c cleaning 53002 clauses out of 106003 with flag 3051172/1475002
119.37/118.68	c cleaning 53994 clauses out of 107999 with flag 3163890/1530000
125.87/125.20	c cleaning 54996 clauses out of 110005 with flag 3280000/1586000
132.65/131.73	c cleaning 56005 clauses out of 112011 with flag 3398358/1643002
138.96/138.06	c cleaning 56999 clauses out of 114005 with flag 3518656/1701001
146.46/145.56	c cleaning 57999 clauses out of 116006 with flag 3640441/1760001
152.25/151.31	c cleaning 59001 clauses out of 118007 with flag 3763225/1820001
158.72/157.68	c cleaning 59995 clauses out of 120005 with flag 3888100/1881000
165.42/164.31	c cleaning 61001 clauses out of 122010 with flag 4014779/1943000
172.32/171.27	c cleaning 62005 clauses out of 124011 with flag 4143381/2006002
179.82/178.56	c cleaning 62998 clauses out of 126004 with flag 4274115/2070000
186.52/185.27	c cleaning 64003 clauses out of 128007 with flag 4406994/2135001
193.22/191.99	c cleaning 65003 clauses out of 130005 with flag 4541800/2201002
202.01/200.56	c cleaning 65996 clauses out of 132000 with flag 4678974/2268000
210.41/208.95	c cleaning 66999 clauses out of 134004 with flag 4818202/2336000
219.73/218.22	c cleaning 68000 clauses out of 136006 with flag 4959674/2405001
229.28/227.62	c cleaning 69001 clauses out of 138007 with flag 5102989/2475002
238.48/236.89	c cleaning 70000 clauses out of 140004 with flag 5248148/2546000
249.59/247.99	c cleaning 70996 clauses out of 142004 with flag 5396113/2618000
259.12/257.31	c cleaning 72000 clauses out of 144008 with flag 5546946/2691000
269.23/267.46	c cleaning 73000 clauses out of 146008 with flag 5699816/2765000
281.39/279.60	c cleaning 74001 clauses out of 148009 with flag 5854990/2840001
293.09/291.23	c cleaning 75000 clauses out of 150007 with flag 6012148/2916000
305.15/303.24	c cleaning 76000 clauses out of 152007 with flag 6171432/2993000
318.05/316.19	c cleaning 77002 clauses out of 154008 with flag 6332973/3071001
329.57/327.54	c cleaning 78003 clauses out of 156005 with flag 6496721/3150000
343.68/341.66	c cleaning 79001 clauses out of 158003 with flag 6662132/3230001
356.58/354.52	c cleaning 79999 clauses out of 160002 with flag 6829712/3311001
370.95/368.89	c cleaning 80998 clauses out of 162002 with flag 6999502/3393000
384.45/382.34	c cleaning 81999 clauses out of 164005 with flag 7171125/3476001
398.97/396.87	c cleaning 82998 clauses out of 166006 with flag 7344862/3560001
413.65/411.43	c cleaning 84003 clauses out of 168008 with flag 7521067/3645001
429.24/427.05	c cleaning 85000 clauses out of 170005 with flag 7699309/3731001
443.94/441.61	c cleaning 85996 clauses out of 172005 with flag 7879409/3818001
454.84/452.60	c cleaning 87000 clauses out of 174008 with flag 8061554/3906000
466.50/464.11	c cleaning 88001 clauses out of 176009 with flag 8245668/3995001
478.60/476.24	c cleaning 89001 clauses out of 178007 with flag 8431884/4085000
490.73/488.31	c cleaning 89998 clauses out of 180007 with flag 8620200/4176001
502.93/500.45	c cleaning 91001 clauses out of 182009 with flag 8810696/4268001
515.53/513.00	c cleaning 91998 clauses out of 184007 with flag 9003240/4361000
528.38/525.84	c cleaning 93003 clauses out of 186010 with flag 9197704/4455001
541.97/539.40	c cleaning 94000 clauses out of 188007 with flag 9394248/4550001
555.72/553.12	c cleaning 95000 clauses out of 190007 with flag 9592983/4646001
571.09/568.47	c cleaning 96002 clauses out of 192009 with flag 9793883/4743003
585.98/583.21	c cleaning 96999 clauses out of 194006 with flag 9996625/4841002
601.98/599.26	c cleaning 98000 clauses out of 196005 with flag 10201681/4940000
616.64/613.87	c cleaning 99000 clauses out of 198005 with flag 10408533/5040000
633.84/630.97	c cleaning 100000 clauses out of 200006 with flag 10617661/5141001
648.24/645.35	c cleaning 101000 clauses out of 202005 with flag 10828726/5243000
663.62/660.61	c cleaning 101999 clauses out of 204005 with flag 11042068/5346000
679.51/676.42	c cleaning 103002 clauses out of 206008 with flag 11257298/5450002
696.09/693.00	c cleaning 103999 clauses out of 208006 with flag 11474831/5555002
712.50/709.27	c cleaning 105003 clauses out of 210006 with flag 11694033/5661001
732.20/728.87	c cleaning 105998 clauses out of 212005 with flag 11915510/5768003
747.39/744.06	c cleaning 106998 clauses out of 214005 with flag 12139101/5876001
763.97/760.59	c cleaning 108000 clauses out of 216006 with flag 12364705/5985000
781.51/778.09	c cleaning 108998 clauses out of 218008 with flag 12592138/6095002
799.99/796.43	c cleaning 110001 clauses out of 220009 with flag 12821759/6206001
819.84/816.28	c cleaning 110996 clauses out of 222008 with flag 13053624/6318001
839.88/836.23	c cleaning 112005 clauses out of 224013 with flag 13287454/6431002
859.55/855.85	c cleaning 113001 clauses out of 226008 with flag 13523353/6545002
879.17/875.47	c cleaning 114002 clauses out of 228005 with flag 13761681/6660000
899.80/896.01	c cleaning 114998 clauses out of 230003 with flag 14001014/6776000
919.72/915.82	c cleaning 116000 clauses out of 232007 with flag 14243354/6893002
944.90/940.91	c cleaning 117000 clauses out of 234005 with flag 14487460/7011000
968.99/964.98	c cleaning 117997 clauses out of 236005 with flag 14734257/7130000
995.66/991.59	c cleaning 119003 clauses out of 238011 with flag 14982063/7250003
1017.49/1013.29	c cleaning 119998 clauses out of 240005 with flag 15232554/7371000
1038.95/1034.64	c cleaning 121001 clauses out of 242008 with flag 15485293/7493001
1063.35/1058.94	c cleaning 122000 clauses out of 244008 with flag 15739869/7616002
1091.33/1086.85	c cleaning 123004 clauses out of 246008 with flag 15996613/7740002
1119.90/1115.26	c cleaning 123996 clauses out of 248002 with flag 16255401/7865000
1146.24/1141.58	c cleaning 125002 clauses out of 250007 with flag 16516377/7991001
1176.18/1171.36	c cleaning 126002 clauses out of 252004 with flag 16779180/8118000
1196.65/1191.61	c cleaning 126997 clauses out of 254003 with flag 17044299/8246001
1219.22/1214.11	c cleaning 128002 clauses out of 256006 with flag 17311258/8375001
1242.50/1237.37	c cleaning 128995 clauses out of 258003 with flag 17580192/8505000
1267.17/1261.88	c cleaning 129997 clauses out of 260008 with flag 17851583/8636000
1291.90/1286.45	c cleaning 131003 clauses out of 262013 with flag 18124955/8768002
1317.25/1311.68	c cleaning 132004 clauses out of 264009 with flag 18400586/8901001
1348.62/1342.86	c cleaning 132996 clauses out of 266004 with flag 18677817/9035000
1374.96/1369.08	c cleaning 133996 clauses out of 268008 with flag 18957206/9170000
1404.87/1398.87	c cleaning 135003 clauses out of 270012 with flag 19238751/9306000
1433.40/1427.27	c cleaning 136001 clauses out of 272009 with flag 19522323/9443000
1463.37/1457.12	c cleaning 137000 clauses out of 274008 with flag 19807940/9581000
1490.67/1484.37	c cleaning 137998 clauses out of 276009 with flag 20095347/9720001
1519.16/1512.67	c cleaning 139001 clauses out of 278010 with flag 20385102/9860000
1546.71/1540.10	c cleaning 140003 clauses out of 280009 with flag 20676827/10001000
1577.94/1571.18	c cleaning 141003 clauses out of 282006 with flag 20970969/10143000
1608.11/1601.14	c cleaning 142001 clauses out of 284005 with flag 21266957/10286002
1638.97/1631.87	c cleaning 142998 clauses out of 286002 with flag 21565072/10430000
1668.41/1661.07	c cleaning 143994 clauses out of 288004 with flag 21865399/10575000
1702.20/1694.68	c cleaning 145001 clauses out of 290011 with flag 22167228/10721001
1734.85/1727.01	c cleaning 146000 clauses out of 292010 with flag 22471235/10868001
1782.33/1774.39	c cleaning 147000 clauses out of 294010 with flag 22776937/11016001
1800.03/1791.91	c starts		: 1
1800.03/1791.91	c conflicts		: 11097758
1800.03/1791.91	c decisions		: 11565188
1800.03/1791.91	c propagations		: 55947421
1800.03/1791.91	c timeout
1800.03/1791.91	c inspects		: 27525153178
1800.03/1791.91	c shortcuts		: 0
1800.03/1791.91	c learnt literals	: 0
1800.03/1791.91	c learnt binary clauses	: 0
1800.03/1791.91	c learnt ternary clauses	: 0
1800.03/1791.91	c learnt constraints	: 11097758
1800.03/1791.91	c ignored constraints	: 0
1800.03/1791.91	c root simplifications	: 0
1800.03/1791.91	c removed literals (reason simplification)	: 0
1800.03/1791.91	c reason swapping (by a shorter reason)	: 0
1800.03/1791.91	c Calls to reduceDB	: 144
1800.03/1791.91	c Number of update (reduction) of LBD	: 287165
1800.03/1791.91	c Imported unit clauses	: 0
1800.03/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.91	c number of learned constraints concerned by reduction	: 0
1800.03/1791.91	c number of learning phase by resolution	: 0
1800.03/1791.91	c number of learning phase by cutting planes	: 0
1800.03/1791.91	c speed (assignments/second)	: 31224.89321933722
1800.03/1791.91	c non guided choices	99
1800.03/1791.94	c learnt constraints type 
1800.03/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 228767
1800.03/1791.94	s UNKNOWN
1800.03/1791.94	c Total wall clock time (in seconds): 1791.841

Verifier Data

ERROR: no interpretation found !

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-4089334-1466023176/watcher-4089334-1466023176 -o /tmp/evaluation-result-4089334-1466023176/solver-4089334-1466023176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089334-1466023176.opb 

pid=8331
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.29 2.13 2.04 3/194 8334
/proc/meminfo: memFree=31083828/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 1326 0 0 0 0 0 0 0 20 0 2 0 4367561 98635776 957 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 24081 959 727 9 0 16771 0
[pid=8334/tid=8335] ppid=8331 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4367561 98570240 977 33554432000 1073741824 1073778376 140734416865856 139649031466536 224922518912 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.13 2.04 3/194 8334
/proc/meminfo: memFree=31083828/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 4367561 9787879424 6127 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2389619 6128 2157 9 0 2380296 0
[pid=8334/tid=8335] ppid=8331 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 4367561 9787879424 6128 33554432000 1073741824 1073778376 140734416865856 139649031465568 224922144587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.29 2.13 2.04 3/194 8334
/proc/meminfo: memFree=31083828/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 6358 0 1 0 28 2 0 0 20 0 19 0 4367561 9856040960 7393 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 7393 2238 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 19 0 4367561 9856040960 7393 33554432000 1073741824 1073778376 140734416865856 139649031471744 139649038622562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300359 s]
/proc/loadavg: 2.29 2.13 2.04 3/194 8334
/proc/meminfo: memFree=31083828/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 6581 0 1 0 48 3 0 0 20 0 19 0 4367561 9856040960 7899 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 7899 2244 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 19 0 4367561 9856040960 7899 33554432000 1073741824 1073778376 140734416865856 139649031471744 139648865590338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700311 s]
/proc/loadavg: 2.29 2.13 2.04 3/194 8334
/proc/meminfo: memFree=31083828/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 7367 0 1 0 100 3 0 0 20 0 19 0 4367561 9856040960 9509 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 9509 2254 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 4367561 9856040960 9509 33554432000 1073741824 1073778376 140734416865856 139649031471744 139648865590887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.29 2.13 2.04 3/212 8353
/proc/meminfo: memFree=31047476/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 7539 0 1 0 184 3 0 0 20 0 19 0 4367561 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 12079 2256 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 4367561 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139649031471496 139648865605352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4367563 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1020 0 0 0 16 0 0 0 20 0 19 0 4367566 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 12079 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.29 2.13 2.04 3/212 8353
/proc/meminfo: memFree=31034824/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 7646 0 1 0 345 4 0 0 20 0 19 0 4367561 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 16690 2256 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2422 0 1 0 306 2 0 0 20 0 19 0 4367561 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139649031462592 139648865641170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4367563 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1118 0 0 0 17 0 0 0 20 0 19 0 4367566 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 16690 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.27 2.13 2.04 3/212 8353
/proc/meminfo: memFree=31003052/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 7747 0 1 0 666 4 0 0 20 0 19 0 4367561 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 24074 2257 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2438 0 1 0 625 2 0 0 20 0 19 0 4367561 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139649031462592 139648865590929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4367562 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4367563 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1202 0 0 0 19 0 0 0 20 0 19 0 4367566 9856040960 24074 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6

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

/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1771 0 0 0 21 0 0 0 20 0 19 0 4367566 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 100 0 0 0 22 28 0 0 20 0 19 0 4367566 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 92374 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1730.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 8486
/proc/meminfo: memFree=30680496/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=1790.38 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 11587 0 1 0 178945 93 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 92388 2279 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=1777.81 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2580 0 1 0 177748 33 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139649031470304 139648865605352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 449 0 0 0 126 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 527 0 0 0 118 8 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 139 0 0 0 121 6 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 455 0 0 0 119 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 307 0 0 0 130 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 179 0 0 0 130 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 422 0 0 0 125 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 220 0 0 0 134 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 342 0 0 0 136 4 0 0 20 0 19 0 4367563 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1771 0 0 0 21 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1790.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 8486
/proc/meminfo: memFree=30686080/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 11588 0 1 0 179910 93 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 92388 2279 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=1787.4 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2581 0 1 0 178707 33 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139649031470304 139648865605415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 449 0 0 0 126 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 527 0 0 0 118 8 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 139 0 0 0 122 6 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 455 0 0 0 119 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 307 0 0 0 131 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 179 0 0 0 130 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 422 0 0 0 126 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 220 0 0 0 135 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 342 0 0 0 136 4 0 0 20 0 19 0 4367563 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1771 0 0 0 21 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 8334 sig 9
??? kill -8334 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 8486
/proc/meminfo: memFree=30686080/32872528 swapFree=162364/176672
[pid=8334] ppid=8331 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 4966 0 -1 4202496 11588 0 1 0 179910 93 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 140734416856992 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8334/statm: 2406260 92388 2279 9 0 2396937 0
[pid=8334/tid=8335] ppid=8331 vsize=9625040 CPUtime=1787.4 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 4966 0 -1 4202560 2581 0 1 0 178707 33 0 0 20 0 19 0 4367561 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139649031470304 139648865605415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 4966 0 -1 4202560 449 0 0 0 126 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648992962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 4966 0 -1 4202560 527 0 0 0 118 8 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648991910056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 4966 0 -1 4202560 139 0 0 0 122 6 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648990857768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 4966 0 -1 4202560 455 0 0 0 119 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648989804968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 4966 0 -1 4202560 307 0 0 0 131 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648988752680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 4966 0 -1 4202560 179 0 0 0 130 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648987699880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 4966 0 -1 4202560 422 0 0 0 126 7 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648986647592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 4966 0 -1 4202560 220 0 0 0 135 10 0 0 20 0 19 0 4367562 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648985594792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 4966 0 -1 4202560 342 0 0 0 136 4 0 0 20 0 19 0 4367563 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648855660776 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648854606840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4367564 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648853554440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648852502928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 4966 0 -1 4202560 1771 0 0 0 21 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648851450552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 4966 0 -1 4202560 2833 0 0 0 19 1 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139648850397752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647975943288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 4966 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 4367566 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647974890696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) S 8331 8334 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4367577 9856040960 92388 33554432000 1073741824 1073778376 140734416865856 139647973835688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1791.95
CPU time (s): 1800.75
CPU user time (s): 1799.31
CPU system time (s): 1.44378
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.44378
maximum resident set size= 629228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11631
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41236
involuntary context switches= 29411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3614 second user time and 13.6229 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 22:39:36
IDJOB=4089334
IDBENCH=107391
IDSOLVER=2546
FILE ID=node105/4089334-1466023176
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x21-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089334-1466023176/watcher-4089334-1466023176 -o /tmp/evaluation-result-4089334-1466023176/solver-4089334-1466023176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089334-1466023176.opb

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

MD5SUM BENCH= 1515fa5a8ad87de533536ce53401b7dc
RANDOM SEED=1430309681

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31083836 kB
Buffers:           80432 kB
Cached:           340540 kB
SwapCached:            0 kB
Active:           571636 kB
Inactive:         336456 kB
Active(anon):     489544 kB
Inactive(anon):        0 kB
Active(file):      82092 kB
Inactive(file):   336456 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        749456 kB
Mapped:            22004 kB
Shmem:               204 kB
Slab:             572468 kB
SReclaimable:      16384 kB
SUnreclaim:       556084 kB
KernelStack:        1760 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     794244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71748 MiB
End job on node105 at 2016-06-15 23:09:28