Trace number 4089656

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.62 1789.76

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x25.opb
MD5SUM2ce5f39bf3136484c99a474420e04867
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.016997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250
Total number of constraints501
Number of constraints which are clauses500
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 constraint250
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 125
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 375
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4089656-1466030562.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.17	c ... done. Wall clock time 0.057s.
0.08/0.17	c declared #vars     250
0.08/0.17	c #constraints  501
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.08/0.17	c 501 constraints processed.
0.60/0.46	c cleaning 2500 clauses out of 5000 with flag 10350/5000
0.90/0.66	c cleaning 4251 clauses out of 8501 with flag 22722/11001
1.11/0.88	c cleaning 5626 clauses out of 11251 with flag 37214/18002
1.44/1.17	c cleaning 6810 clauses out of 13625 with flag 53714/26002
1.75/1.49	c cleaning 7904 clauses out of 15813 with flag 72320/35000
2.15/1.87	c cleaning 8951 clauses out of 17910 with flag 92968/45001
2.57/2.30	c cleaning 9979 clauses out of 19958 with flag 115737/56000
3.08/2.79	c cleaning 10987 clauses out of 21980 with flag 140568/68001
3.68/3.33	c cleaning 11996 clauses out of 23992 with flag 167554/81000
4.28/3.94	c cleaning 12997 clauses out of 25996 with flag 196520/95000
4.98/4.61	c cleaning 14000 clauses out of 28000 with flag 227583/110001
5.68/5.38	c cleaning 14999 clauses out of 30000 with flag 260661/126001
6.58/6.24	c cleaning 16000 clauses out of 32000 with flag 295796/143000
7.48/7.13	c cleaning 16997 clauses out of 34002 with flag 332919/161002
8.48/8.12	c cleaning 18002 clauses out of 36004 with flag 372268/180001
9.58/9.23	c cleaning 18998 clauses out of 38001 with flag 413650/200000
10.68/10.39	c cleaning 19998 clauses out of 40004 with flag 457115/221001
12.02/11.68	c cleaning 21004 clauses out of 42007 with flag 502596/243002
13.31/12.93	c cleaning 21999 clauses out of 44001 with flag 550183/266000
14.72/14.32	c cleaning 22998 clauses out of 46002 with flag 599753/290000
16.12/15.79	c cleaning 23999 clauses out of 48004 with flag 651385/315000
17.82/17.43	c cleaning 24998 clauses out of 50006 with flag 705085/341001
19.32/18.95	c cleaning 26002 clauses out of 52007 with flag 760917/368000
21.11/20.74	c cleaning 26999 clauses out of 54006 with flag 818938/396001
23.01/22.62	c cleaning 27999 clauses out of 56006 with flag 879051/425000
25.01/24.66	c cleaning 29001 clauses out of 58007 with flag 941076/455000
27.15/26.78	c cleaning 30003 clauses out of 60008 with flag 1005236/486002
29.25/28.84	c cleaning 31002 clauses out of 62003 with flag 1071333/518000
31.46/31.09	c cleaning 31995 clauses out of 64001 with flag 1139553/551000
33.86/33.47	c cleaning 33000 clauses out of 66006 with flag 1209899/585000
36.55/36.13	c cleaning 34001 clauses out of 68006 with flag 1282244/620000
39.15/38.78	c cleaning 35000 clauses out of 70006 with flag 1356804/656001
42.05/41.60	c cleaning 36000 clauses out of 72005 with flag 1433263/693000
44.96/44.47	c cleaning 37002 clauses out of 74007 with flag 1511996/731002
48.06/47.52	c cleaning 38000 clauses out of 76004 with flag 1592706/770001
51.17/50.68	c cleaning 39000 clauses out of 78003 with flag 1675583/810000
54.66/54.12	c cleaning 39997 clauses out of 80004 with flag 1760420/851001
58.25/57.77	c cleaning 41003 clauses out of 82007 with flag 1847267/893001
61.75/61.27	c cleaning 42003 clauses out of 84005 with flag 1936188/936002
65.75/65.19	c cleaning 43001 clauses out of 86002 with flag 2027159/980002
69.65/69.03	c cleaning 43997 clauses out of 88001 with flag 2120319/1025002
73.25/72.61	c cleaning 44998 clauses out of 90002 with flag 2215576/1071000
77.05/76.46	c cleaning 45997 clauses out of 92005 with flag 2312826/1118001
81.36/80.76	c cleaning 47001 clauses out of 94007 with flag 2412230/1166000
85.87/85.12	c cleaning 48004 clauses out of 96008 with flag 2513592/1215002
90.17/89.44	c cleaning 48999 clauses out of 98003 with flag 2616891/1265001
94.77/94.09	c cleaning 50001 clauses out of 100003 with flag 2722481/1316000
99.46/98.71	c cleaning 51003 clauses out of 102006 with flag 2829940/1368004
104.76/104.01	c cleaning 51997 clauses out of 103999 with flag 2939596/1421000
110.37/109.50	c cleaning 52998 clauses out of 106002 with flag 3051361/1475000
115.37/114.59	c cleaning 53999 clauses out of 108004 with flag 3165113/1530000
120.56/119.75	c cleaning 55001 clauses out of 110007 with flag 3281019/1586002
125.87/125.02	c cleaning 56002 clauses out of 112004 with flag 3398982/1643000
131.99/131.03	c cleaning 56999 clauses out of 114003 with flag 3518992/1701001
138.08/137.12	c cleaning 58000 clauses out of 116004 with flag 3641134/1760001
144.29/143.32	c cleaning 59001 clauses out of 118006 with flag 3765154/1820003
150.57/149.44	c cleaning 60000 clauses out of 120003 with flag 3891484/1881001
156.57/155.43	c cleaning 60998 clauses out of 122005 with flag 4019866/1943003
163.47/162.33	c cleaning 61996 clauses out of 124004 with flag 4149816/2006000
170.08/168.84	c cleaning 63000 clauses out of 126008 with flag 4282304/2070000
177.88/176.64	c cleaning 64004 clauses out of 128008 with flag 4416722/2135000
185.79/184.56	c cleaning 65000 clauses out of 130006 with flag 4553115/2201002
194.41/193.02	c cleaning 65997 clauses out of 132005 with flag 4691739/2268001
201.41/200.03	c cleaning 67001 clauses out of 134008 with flag 4832477/2336001
208.91/207.39	c cleaning 67999 clauses out of 136006 with flag 4975315/2405000
215.71/214.10	c cleaning 69003 clauses out of 138008 with flag 5120246/2475001
223.71/222.13	c cleaning 69998 clauses out of 140004 with flag 5267204/2546000
232.28/230.63	c cleaning 71001 clauses out of 142008 with flag 5416414/2618002
239.89/238.20	c cleaning 72001 clauses out of 144005 with flag 5567497/2691000
248.48/246.76	c cleaning 72999 clauses out of 146004 with flag 5720488/2765000
257.18/255.42	c cleaning 73999 clauses out of 148005 with flag 5875712/2840000
266.87/265.04	c cleaning 75000 clauses out of 150007 with flag 6033084/2916001
275.17/273.30	c cleaning 76001 clauses out of 152007 with flag 6192313/2993001
284.00/282.05	c cleaning 77001 clauses out of 154005 with flag 6353911/3071000
294.29/292.39	c cleaning 78003 clauses out of 156005 with flag 6517093/3150001
305.67/303.62	c cleaning 78996 clauses out of 158001 with flag 6682588/3230000
317.57/315.50	c cleaning 79996 clauses out of 160005 with flag 6849999/3311000
327.00/324.91	c cleaning 81003 clauses out of 162009 with flag 7019422/3393000
336.76/334.62	c cleaning 82002 clauses out of 164008 with flag 7191084/3476002
347.16/345.02	c cleaning 82999 clauses out of 166005 with flag 7364809/3560001
358.92/356.77	c cleaning 84002 clauses out of 168007 with flag 7538104/3645002
370.41/368.24	c cleaning 84997 clauses out of 170004 with flag 7713796/3731001
382.75/380.55	c cleaning 85998 clauses out of 172006 with flag 7891293/3818000
395.23/392.94	c cleaning 87001 clauses out of 174008 with flag 8070787/3906000
406.72/404.48	c cleaning 88003 clauses out of 176007 with flag 8254456/3995000
418.48/416.18	c cleaning 88997 clauses out of 178006 with flag 8440669/4085002
432.14/429.70	c cleaning 89999 clauses out of 180007 with flag 8628787/4176000
444.84/442.49	c cleaning 91000 clauses out of 182008 with flag 8819311/4268000
457.27/454.81	c cleaning 92000 clauses out of 184009 with flag 9011721/4361001
470.01/467.52	c cleaning 93001 clauses out of 186008 with flag 9206401/4455000
482.88/480.34	c cleaning 94002 clauses out of 188009 with flag 9403186/4550002
496.78/494.22	c cleaning 94996 clauses out of 190005 with flag 9601971/4646000
513.84/511.20	c cleaning 96004 clauses out of 192010 with flag 9802799/4743001
529.22/526.60	c cleaning 96999 clauses out of 194005 with flag 10005417/4841000
543.61/540.83	c cleaning 98001 clauses out of 196007 with flag 10210489/4940001
558.00/555.16	c cleaning 99000 clauses out of 198006 with flag 10417494/5040001
574.45/571.47	c cleaning 99996 clauses out of 200005 with flag 10626687/5141000
587.86/584.82	c cleaning 101002 clauses out of 202010 with flag 10837354/5243001
601.22/598.13	c cleaning 102003 clauses out of 204009 with flag 11050354/5346002
616.18/613.10	c cleaning 102997 clauses out of 206004 with flag 11265662/5450000
630.11/626.95	c cleaning 103998 clauses out of 208007 with flag 11482914/5555000
644.58/641.37	c cleaning 104999 clauses out of 210009 with flag 11702095/5661000
661.14/657.81	c cleaning 106005 clauses out of 212010 with flag 11923464/5768000
677.77/674.44	c cleaning 107000 clauses out of 214006 with flag 12146937/5876001
694.71/691.39	c cleaning 107998 clauses out of 216006 with flag 12372545/5985001
710.67/707.25	c cleaning 108996 clauses out of 218007 with flag 12600051/6095000
728.69/725.19	c cleaning 110001 clauses out of 220012 with flag 12829680/6206001
747.30/743.68	c cleaning 111001 clauses out of 222010 with flag 13061451/6318000
765.26/761.52	c cleaning 112000 clauses out of 224009 with flag 13295164/6431000
783.99/780.28	c cleaning 113003 clauses out of 226009 with flag 13530995/6545000
805.83/801.94	c cleaning 114002 clauses out of 228007 with flag 13769100/6660001
825.01/821.04	c cleaning 114997 clauses out of 230004 with flag 14009218/6776000
842.80/838.79	c cleaning 116002 clauses out of 232008 with flag 14251146/6893001
863.69/859.51	c cleaning 116999 clauses out of 234005 with flag 14495192/7011000
881.38/877.15	c cleaning 118001 clauses out of 236007 with flag 14741566/7130001
899.19/894.80	c cleaning 119001 clauses out of 238005 with flag 14988394/7250000
917.83/913.49	c cleaning 120001 clauses out of 240005 with flag 15238894/7371001
942.76/938.21	c cleaning 120997 clauses out of 242004 with flag 15491352/7493001
967.31/962.66	c cleaning 122000 clauses out of 244006 with flag 15745686/7616000
990.28/985.57	c cleaning 123001 clauses out of 246008 with flag 16002313/7740002
1009.58/1004.77	c cleaning 123999 clauses out of 248007 with flag 16261226/7865002
1028.53/1023.57	c cleaning 124998 clauses out of 250006 with flag 16521917/7991000
1047.86/1042.70	c cleaning 125999 clauses out of 252009 with flag 16784436/8118001
1069.19/1063.96	c cleaning 127004 clauses out of 254010 with flag 17049103/8246001
1088.77/1083.32	c cleaning 127999 clauses out of 256006 with flag 17316154/8375001
1109.47/1103.98	c cleaning 128999 clauses out of 258006 with flag 17585248/8505000
1130.42/1124.75	c cleaning 130000 clauses out of 260008 with flag 17856545/8636001
1153.67/1147.89	c cleaning 131000 clauses out of 262007 with flag 18129703/8768000
1175.11/1169.19	c cleaning 132000 clauses out of 264008 with flag 18404921/8901001
1197.64/1191.55	c cleaning 133000 clauses out of 266008 with flag 18681798/9035001
1221.11/1214.95	c cleaning 134000 clauses out of 268008 with flag 18960112/9170001
1244.18/1237.81	c cleaning 135001 clauses out of 270007 with flag 19241379/9306000
1270.05/1263.51	c cleaning 135998 clauses out of 272006 with flag 19525044/9443000
1292.56/1285.93	c cleaning 136998 clauses out of 274008 with flag 19810358/9581000
1316.21/1309.42	c cleaning 138001 clauses out of 276010 with flag 20098011/9720000
1343.73/1336.88	c cleaning 138997 clauses out of 278009 with flag 20388041/9860000
1371.44/1364.38	c cleaning 140000 clauses out of 280012 with flag 20679615/10001000
1399.28/1392.09	c cleaning 141002 clauses out of 282012 with flag 20973542/10143000
1424.30/1416.86	c cleaning 142001 clauses out of 284010 with flag 21269559/10286000
1455.33/1447.69	c cleaning 143004 clauses out of 286010 with flag 21567690/10430001
1482.82/1474.94	c cleaning 144002 clauses out of 288006 with flag 21867972/10575001
1516.27/1508.20	c cleaning 144999 clauses out of 290004 with flag 22170013/10721001
1549.22/1540.85	c cleaning 146001 clauses out of 292005 with flag 22474075/10868001
1579.04/1570.49	c cleaning 146998 clauses out of 294003 with flag 22780442/11016000
1611.58/1602.77	c cleaning 148002 clauses out of 296006 with flag 23088352/11165001
1651.71/1642.62	c cleaning 148994 clauses out of 298004 with flag 23398783/11315001
1677.10/1667.90	c cleaning 150002 clauses out of 300009 with flag 23711096/11466000
1707.25/1697.77	c cleaning 150999 clauses out of 302007 with flag 24025631/11618000
1735.47/1725.77	c cleaning 152002 clauses out of 304010 with flag 24341520/11771002
1764.64/1754.64	c cleaning 153005 clauses out of 306010 with flag 24660037/11925004
1795.50/1785.24	c cleaning 153996 clauses out of 308001 with flag 24979609/12080000
1800.08/1789.73	c starts		: 1
1800.08/1789.73	c conflicts		: 12128247
1800.08/1789.73	c timeout
1800.08/1789.73	c decisions		: 12543969
1800.08/1789.73	c propagations		: 59330958
1800.08/1789.73	c inspects		: 26592524776
1800.08/1789.73	c shortcuts		: 0
1800.08/1789.73	c learnt literals	: 0
1800.08/1789.73	c learnt binary clauses	: 0
1800.08/1789.73	c learnt ternary clauses	: 0
1800.08/1789.73	c learnt constraints	: 12128247
1800.08/1789.73	c ignored constraints	: 0
1800.08/1789.73	c root simplifications	: 0
1800.08/1789.73	c removed literals (reason simplification)	: 0
1800.08/1789.73	c reason swapping (by a shorter reason)	: 0
1800.08/1789.73	c Calls to reduceDB	: 151
1800.08/1789.73	c Number of update (reduction) of LBD	: 344979
1800.08/1789.73	c Imported unit clauses	: 0
1800.08/1789.73	c number of reductions to clauses (during analyze)	: 0
1800.08/1789.73	c number of learned constraints concerned by reduction	: 0
1800.08/1789.73	c number of learning phase by resolution	: 0
1800.08/1789.73	c number of learning phase by cutting planes	: 0
1800.08/1789.73	c speed (assignments/second)	: 33154.102900671736
1800.08/1789.73	c non guided choices	115
1800.08/1789.75	c learnt constraints type 
1800.08/1789.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 202252
1800.08/1789.75	s UNKNOWN
1800.08/1789.75	c Total wall clock time (in seconds): 1789.64

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

pid=10611
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.14 2.17 2.17 3/194 10614
/proc/meminfo: memFree=30159612/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10614/stat : 10614 (java) D 10611 10614 5929 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 5104845 2560000 46 33554432000 1073741824 1073778376 140737284970768 140737284967896 272877317415 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.17 2.17 3/194 10614
/proc/meminfo: memFree=30159612/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 5104845 9787879424 6034 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.14 2.17 2.17 3/194 10614
/proc/meminfo: memFree=30159612/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 5159 0 1 0 23 1 0 0 20 0 19 0 5104845 9856040960 7186 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 7188 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300223 s]
/proc/loadavg: 2.14 2.17 2.17 3/194 10614
/proc/meminfo: memFree=30159612/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 6523 0 1 0 45 2 0 0 20 0 19 0 5104845 9856040960 7897 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 7897 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700175 s]
/proc/loadavg: 2.14 2.17 2.17 3/194 10614
/proc/meminfo: memFree=30159612/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 7733 0 1 0 99 2 0 0 20 0 19 0 5104845 9856040960 10012 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 10012 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.14 2.17 2.17 3/213 10633
/proc/meminfo: memFree=30122144/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 7749 0 1 0 182 3 0 0 20 0 19 0 5104845 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 13093 2256 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) R 10611 10614 5929 0 -1 4202560 2425 0 1 0 144 2 0 0 20 0 19 0 5104846 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131803312256 140131646776488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131646302376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131645250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131643145000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131642092200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131641039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) S 10611 10614 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131639987112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131157657832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 1971 0 0 0 21 0 0 0 20 0 19 0 5104851 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 13093 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.13 2.16 2.17 3/213 10633
/proc/meminfo: memFree=30105008/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 7773 0 1 0 345 3 0 0 20 0 19 0 5104845 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 18738 2256 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) R 10611 10614 5929 0 -1 4202560 2436 0 1 0 304 3 0 0 20 0 19 0 5104846 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131803303616 140131646896419 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131646302376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131645250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131643145000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131642092200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131641039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) S 10611 10614 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131639987112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131157657832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 1984 0 0 0 23 0 0 0 20 0 19 0 5104851 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 18738 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.13 2.16 2.17 3/213 10633
/proc/meminfo: memFree=30065616/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 7793 0 1 0 664 3 0 0 20 0 19 0 5104845 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 27882 2257 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) R 10611 10614 5929 0 -1 4202560 2455 0 1 0 623 3 0 0 20 0 19 0 5104846 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131803303616 140131646761844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131646302376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131645250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131643145000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131642092200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131641039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) S 10611 10614 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5104847 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131639987112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131157657832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 1984 0 0 0 23 0 0 0 20 0 19 0 5104851 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 27882 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 2092 0 0 0 26 0 0 0 20 0 19 0 5104851 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 100 0 0 0 26 24 0 0 20 0 19 0 5104851 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 85276 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1732.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.23 2.18 4/213 10831
/proc/meminfo: memFree=30136696/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=1792.6 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 13205 0 1 0 179164 96 0 0 20 0 19 0 5104845 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 78531 2279 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=1775.67 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) R 10611 10614 5929 0 -1 4202560 2643 0 1 0 177534 33 0 0 20 0 19 0 5104846 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131803311328 140131646926273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 731 0 0 0 168 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) S 10611 10614 5929 0 -1 4202560 525 0 0 0 170 6 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131646302376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) S 10611 10614 5929 0 -1 4202560 503 0 0 0 180 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131645250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) S 10611 10614 5929 0 -1 4202560 658 0 0 0 162 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) S 10611 10614 5929 0 -1 4202560 485 0 0 0 159 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131643145000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) S 10611 10614 5929 0 -1 4202560 548 0 0 0 159 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131642092200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) S 10611 10614 5929 0 -1 4202560 604 0 0 0 158 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131641039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) S 10611 10614 5929 0 -1 4202560 477 0 0 0 163 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131639987112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 496 0 0 0 232 5 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131157657832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 2092 0 0 0 26 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 104 0 0 0 27 25 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1792.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.7 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 10831
/proc/meminfo: memFree=30136696/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 13206 0 1 0 179912 96 0 0 20 0 19 0 5104845 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 78531 2279 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=1783.07 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) S 10611 10614 5929 0 -1 4202560 2644 0 1 0 178273 34 0 0 20 0 19 0 5104846 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131803311432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 731 0 0 0 169 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) R 10611 10614 5929 0 -1 4202560 525 0 0 0 170 6 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131646302504 272886434951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) R 10611 10614 5929 0 -1 4202560 503 0 0 0 181 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131645250216 272886434951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) R 10611 10614 5929 0 -1 4202560 658 0 0 0 162 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) R 10611 10614 5929 0 -1 4202560 485 0 0 0 160 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131643145128 272886434951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) R 10611 10614 5929 0 -1 4202560 548 0 0 0 161 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131642092328 272886434951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) R 10611 10614 5929 0 -1 4202560 604 0 0 0 160 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131641040040 272886434951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) R 10611 10614 5929 0 -1 4202560 477 0 0 0 165 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131639987112 272886434951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 496 0 0 0 232 5 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131157656712 272889852988 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 2092 0 0 0 26 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 104 0 0 0 27 25 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10614 sig 9
??? kill -10614 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.7 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 10831
/proc/meminfo: memFree=30136696/32872528 swapFree=1243664/1390832
[pid=10614] ppid=10611 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/10614/stat : 10614 (java) S 10611 10614 5929 0 -1 4202496 13206 0 1 0 179912 96 0 0 20 0 19 0 5104845 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140737284961904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10614/statm: 2406260 78531 2279 9 0 2396937 0
[pid=10614/tid=10616] ppid=10611 vsize=9625040 CPUtime=1783.07 cores=0,2,4,6
/proc/10614/task/10616/stat : 10616 (java) S 10611 10614 5929 0 -1 4202560 2644 0 1 0 178273 34 0 0 20 0 19 0 5104846 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131803311432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10617] ppid=10611 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/10614/task/10617/stat : 10617 (java) S 10611 10614 5929 0 -1 4202560 731 0 0 0 169 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131764803880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10618] ppid=10611 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/10614/task/10618/stat : 10618 (java) R 10611 10614 5929 0 -1 4202560 525 0 0 0 170 6 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131646302504 272886434951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10619] ppid=10611 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/10614/task/10619/stat : 10619 (java) R 10611 10614 5929 0 -1 4202560 503 0 0 0 181 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131645250216 272886434951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10620] ppid=10611 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/10614/task/10620/stat : 10620 (java) R 10611 10614 5929 0 -1 4202560 658 0 0 0 162 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131644197288 272889852988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10614/tid=10621] ppid=10611 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/10614/task/10621/stat : 10621 (java) R 10611 10614 5929 0 -1 4202560 485 0 0 0 160 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131643145128 272886434951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10614/tid=10622] ppid=10611 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/10614/task/10622/stat : 10622 (java) R 10611 10614 5929 0 -1 4202560 548 0 0 0 161 8 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131642092328 272886434951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10623] ppid=10611 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/10614/task/10623/stat : 10623 (java) R 10611 10614 5929 0 -1 4202560 604 0 0 0 160 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131641040040 272886434951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10624] ppid=10611 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10614/task/10624/stat : 10624 (java) R 10611 10614 5929 0 -1 4202560 477 0 0 0 165 9 0 0 20 0 19 0 5104847 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131639987112 272886434951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10625] ppid=10611 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/10614/task/10625/stat : 10625 (java) S 10611 10614 5929 0 -1 4202560 496 0 0 0 232 5 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131157656712 272889852988 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10626] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10626/stat : 10626 (java) S 10611 10614 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131156603896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10627] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10627/stat : 10627 (java) S 10611 10614 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5104849 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131155551496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10628] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10628/stat : 10628 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131154499984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10629] ppid=10611 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10614/task/10629/stat : 10629 (java) S 10611 10614 5929 0 -1 4202560 2092 0 0 0 26 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131153447608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10614/tid=10630] ppid=10611 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10614/task/10630/stat : 10630 (java) S 10611 10614 5929 0 -1 4202560 2082 0 0 0 15 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131152394808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10631] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10631/stat : 10631 (java) S 10611 10614 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131151342712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10632] ppid=10611 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10614/task/10632/stat : 10632 (java) S 10611 10614 5929 0 -1 4202560 104 0 0 0 27 25 0 0 20 0 19 0 5104851 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131150290120 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10614/tid=10633] ppid=10611 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10633/stat : 10633 (java) S 10611 10614 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5104863 9856040960 78531 33554432000 1073741824 1073778376 140737284970768 140131149235112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1789.76
CPU time (s): 1800.62
CPU user time (s): 1799.19
CPU system time (s): 1.43178
CPU usage (%): 100.607
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.43178
maximum resident set size= 613108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13249
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= 42900
involuntary context switches= 41461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.272 second user time and 10.5034 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 00:42:42
IDJOB=4089656
IDBENCH=107437
IDSOLVER=2546
FILE ID=node119/4089656-1466030562
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 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-grid10x25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089656-1466030562/watcher-4089656-1466030562 -o /tmp/evaluation-result-4089656-1466030562/solver-4089656-1466030562 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089656-1466030562.opb

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

MD5SUM BENCH= 2ce5f39bf3136484c99a474420e04867
RANDOM SEED=318695048

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:        30160240 kB
Buffers:           27208 kB
Cached:            95764 kB
SwapCached:        14196 kB
Active:           510628 kB
Inactive:         110528 kB
Active(anon):     486572 kB
Inactive(anon):    14104 kB
Active(file):      24056 kB
Inactive(file):    96424 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088060 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1910944 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565648 kB
SReclaimable:       9608 kB
SUnreclaim:       556040 kB
KernelStack:        1760 kB
PageTables:         8128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2055136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 71736 MiB
End job on node119 at 2016-06-16 01:12:32