Trace number 4089117

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.8 1787.25

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x29.opb
MD5SUM597e2c73e8c5e2b9033dad67cfaa9042
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.026995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables290
Total number of constraints581
Number of constraints which are clauses580
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 constraint290
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 145
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 435
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089117-1466017495.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     290
0.09/0.18	c #constraints  581
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 580
0.09/0.18	c 581 constraints processed.
0.63/0.47	c cleaning 2500 clauses out of 5000 with flag 10350/5000
0.93/0.68	c cleaning 4251 clauses out of 8501 with flag 22722/11001
1.25/0.92	c cleaning 5626 clauses out of 11251 with flag 37214/18002
1.57/1.23	c cleaning 6810 clauses out of 13625 with flag 53714/26002
1.88/1.57	c cleaning 7904 clauses out of 15813 with flag 72320/35000
2.28/1.96	c cleaning 8951 clauses out of 17910 with flag 92968/45001
2.80/2.42	c cleaning 9979 clauses out of 19958 with flag 115737/56000
3.31/2.94	c cleaning 10987 clauses out of 21980 with flag 140568/68001
3.91/3.51	c cleaning 11996 clauses out of 23992 with flag 167554/81000
4.51/4.16	c cleaning 12997 clauses out of 25996 with flag 196520/95000
5.21/4.87	c cleaning 14000 clauses out of 28000 with flag 227583/110001
6.01/5.69	c cleaning 14999 clauses out of 30000 with flag 260661/126001
6.91/6.59	c cleaning 16000 clauses out of 32000 with flag 295796/143000
7.91/7.52	c cleaning 16997 clauses out of 34002 with flag 332919/161002
8.91/8.56	c cleaning 18002 clauses out of 36004 with flag 372268/180001
10.11/9.72	c cleaning 18998 clauses out of 38001 with flag 413650/200000
11.33/10.93	c cleaning 19998 clauses out of 40004 with flag 457115/221001
12.63/12.21	c cleaning 21004 clauses out of 42007 with flag 502596/243002
13.82/13.48	c cleaning 21999 clauses out of 44001 with flag 550183/266000
15.32/14.94	c cleaning 22998 clauses out of 46002 with flag 599753/290000
16.82/16.45	c cleaning 23999 clauses out of 48004 with flag 651385/315000
18.52/18.15	c cleaning 24998 clauses out of 50006 with flag 705085/341001
20.12/19.72	c cleaning 26002 clauses out of 52007 with flag 760917/368000
21.92/21.58	c cleaning 26999 clauses out of 54006 with flag 818938/396001
23.96/23.52	c cleaning 27999 clauses out of 56006 with flag 879051/425000
25.96/25.53	c cleaning 29001 clauses out of 58007 with flag 941076/455000
28.06/27.62	c cleaning 30003 clauses out of 60008 with flag 1005236/486002
30.06/29.62	c cleaning 31002 clauses out of 62003 with flag 1071333/518000
32.26/31.81	c cleaning 31995 clauses out of 64001 with flag 1139553/551000
34.56/34.14	c cleaning 33000 clauses out of 66006 with flag 1209899/585000
37.22/36.76	c cleaning 34001 clauses out of 68006 with flag 1282244/620000
39.81/39.33	c cleaning 35000 clauses out of 70006 with flag 1356804/656001
42.51/42.05	c cleaning 36000 clauses out of 72005 with flag 1433263/693000
45.21/44.77	c cleaning 37002 clauses out of 74007 with flag 1511996/731002
48.21/47.76	c cleaning 38000 clauses out of 76004 with flag 1592706/770001
51.31/50.83	c cleaning 39000 clauses out of 78003 with flag 1675583/810000
54.70/54.19	c cleaning 39997 clauses out of 80004 with flag 1760420/851001
58.20/57.69	c cleaning 41003 clauses out of 82007 with flag 1847267/893001
61.60/61.09	c cleaning 42003 clauses out of 84005 with flag 1936188/936002
65.40/64.84	c cleaning 43001 clauses out of 86002 with flag 2027159/980002
69.10/68.58	c cleaning 43997 clauses out of 88001 with flag 2120319/1025002
72.80/72.17	c cleaning 44998 clauses out of 90002 with flag 2215576/1071000
76.61/75.92	c cleaning 45997 clauses out of 92005 with flag 2312826/1118001
80.70/80.08	c cleaning 47001 clauses out of 94007 with flag 2412230/1166000
84.90/84.29	c cleaning 48004 clauses out of 96008 with flag 2513592/1215002
89.43/88.60	c cleaning 48999 clauses out of 98003 with flag 2616891/1265001
93.94/93.11	c cleaning 50001 clauses out of 100003 with flag 2722481/1316000
98.34/97.57	c cleaning 51003 clauses out of 102006 with flag 2829940/1368004
103.44/102.70	c cleaning 51997 clauses out of 103999 with flag 2939596/1421000
109.06/108.16	c cleaning 52998 clauses out of 106002 with flag 3051361/1475000
113.97/113.04	c cleaning 53999 clauses out of 108004 with flag 3165113/1530000
118.97/118.02	c cleaning 55001 clauses out of 110007 with flag 3281019/1586002
124.32/123.22	c cleaning 56002 clauses out of 112004 with flag 3398982/1643000
130.01/128.93	c cleaning 56999 clauses out of 114003 with flag 3518992/1701001
135.91/134.85	c cleaning 58000 clauses out of 116004 with flag 3641134/1760001
142.15/140.99	c cleaning 59001 clauses out of 118006 with flag 3765154/1820003
148.15/146.92	c cleaning 60000 clauses out of 120003 with flag 3891484/1881001
154.04/152.80	c cleaning 60998 clauses out of 122005 with flag 4019866/1943003
160.78/159.44	c cleaning 61996 clauses out of 124004 with flag 4149816/2006000
166.98/165.67	c cleaning 63000 clauses out of 126008 with flag 4282304/2070000
174.93/173.45	c cleaning 64004 clauses out of 128008 with flag 4416722/2135000
182.63/181.13	c cleaning 65000 clauses out of 130006 with flag 4553115/2201002
191.29/189.61	c cleaning 65997 clauses out of 132005 with flag 4691739/2268001
198.39/196.77	c cleaning 67001 clauses out of 134008 with flag 4832477/2336001
205.61/203.93	c cleaning 67999 clauses out of 136006 with flag 4975315/2405000
212.29/210.58	c cleaning 69003 clauses out of 138008 with flag 5120246/2475001
220.09/218.35	c cleaning 69998 clauses out of 140004 with flag 5267204/2546000
228.68/226.86	c cleaning 71001 clauses out of 142008 with flag 5416414/2618002
236.38/234.56	c cleaning 72001 clauses out of 144005 with flag 5567497/2691000
245.24/243.35	c cleaning 72999 clauses out of 146004 with flag 5720488/2765000
254.04/252.13	c cleaning 73999 clauses out of 148005 with flag 5875712/2840000
263.87/261.83	c cleaning 75000 clauses out of 150007 with flag 6033084/2916001
272.61/270.49	c cleaning 76001 clauses out of 152007 with flag 6192313/2993001
281.41/279.22	c cleaning 77001 clauses out of 154005 with flag 6353911/3071000
292.22/289.98	c cleaning 78003 clauses out of 156005 with flag 6517093/3150001
303.52/301.27	c cleaning 78996 clauses out of 158001 with flag 6682588/3230000
315.86/313.51	c cleaning 79996 clauses out of 160005 with flag 6849999/3311000
325.66/323.27	c cleaning 81003 clauses out of 162009 with flag 7019422/3393000
335.77/333.35	c cleaning 82002 clauses out of 164008 with flag 7191084/3476002
346.70/344.26	c cleaning 82999 clauses out of 166005 with flag 7364809/3560001
358.80/356.21	c cleaning 84002 clauses out of 168007 with flag 7538104/3645002
370.60/368.08	c cleaning 84997 clauses out of 170004 with flag 7713796/3731001
383.55/380.93	c cleaning 85998 clauses out of 172006 with flag 7891293/3818000
396.55/393.87	c cleaning 87001 clauses out of 174008 with flag 8070787/3906000
408.65/405.98	c cleaning 88003 clauses out of 176007 with flag 8254456/3995000
420.98/418.26	c cleaning 88997 clauses out of 178006 with flag 8440669/4085002
435.04/432.25	c cleaning 89999 clauses out of 180007 with flag 8628787/4176000
448.62/445.80	c cleaning 91000 clauses out of 182008 with flag 8819311/4268000
461.81/458.83	c cleaning 92000 clauses out of 184009 with flag 9011721/4361001
474.70/471.71	c cleaning 93001 clauses out of 186008 with flag 9206401/4455000
487.63/484.64	c cleaning 94002 clauses out of 188009 with flag 9403186/4550002
501.98/498.92	c cleaning 94996 clauses out of 190005 with flag 9601971/4646000
519.35/516.27	c cleaning 96004 clauses out of 192010 with flag 9802799/4743001
534.95/531.79	c cleaning 96999 clauses out of 194005 with flag 10005417/4841000
549.44/546.13	c cleaning 98001 clauses out of 196007 with flag 10210489/4940001
564.28/560.98	c cleaning 99000 clauses out of 198006 with flag 10417494/5040001
581.10/577.64	c cleaning 99996 clauses out of 200005 with flag 10626687/5141000
595.40/591.87	c cleaning 101002 clauses out of 202010 with flag 10837354/5243001
609.10/605.47	c cleaning 102003 clauses out of 204009 with flag 11050354/5346002
624.33/620.66	c cleaning 102997 clauses out of 206004 with flag 11265662/5450000
638.24/634.58	c cleaning 103998 clauses out of 208007 with flag 11482914/5555000
652.95/649.13	c cleaning 104999 clauses out of 210009 with flag 11702095/5661000
669.52/665.65	c cleaning 106005 clauses out of 212010 with flag 11923464/5768000
686.60/682.60	c cleaning 107000 clauses out of 214006 with flag 12146937/5876001
703.85/699.84	c cleaning 107998 clauses out of 216006 with flag 12372545/5985001
720.19/716.07	c cleaning 108996 clauses out of 218007 with flag 12600051/6095000
739.05/734.82	c cleaning 110001 clauses out of 220012 with flag 12829680/6206001
758.07/753.70	c cleaning 111001 clauses out of 222010 with flag 13061451/6318000
776.55/772.18	c cleaning 112000 clauses out of 224009 with flag 13295164/6431000
796.06/791.53	c cleaning 113003 clauses out of 226009 with flag 13530995/6545000
817.73/813.16	c cleaning 114002 clauses out of 228007 with flag 13769100/6660001
836.65/831.96	c cleaning 114997 clauses out of 230004 with flag 14009218/6776000
854.54/849.62	c cleaning 116002 clauses out of 232008 with flag 14251146/6893001
875.20/870.25	c cleaning 116999 clauses out of 234005 with flag 14495192/7011000
893.33/888.26	c cleaning 118001 clauses out of 236007 with flag 14741566/7130001
911.86/906.60	c cleaning 119001 clauses out of 238005 with flag 14988394/7250000
930.78/925.41	c cleaning 120001 clauses out of 240005 with flag 15238894/7371001
955.25/949.70	c cleaning 120997 clauses out of 242004 with flag 15491352/7493001
980.39/974.78	c cleaning 122000 clauses out of 244006 with flag 15745686/7616000
1004.69/998.93	c cleaning 123001 clauses out of 246008 with flag 16002313/7740002
1024.67/1018.85	c cleaning 123999 clauses out of 248007 with flag 16261226/7865002
1044.04/1038.02	c cleaning 124998 clauses out of 250006 with flag 16521917/7991000
1063.77/1057.60	c cleaning 125999 clauses out of 252009 with flag 16784436/8118001
1085.37/1079.10	c cleaning 127004 clauses out of 254010 with flag 17049103/8246001
1105.70/1099.27	c cleaning 127999 clauses out of 256006 with flag 17316154/8375001
1126.96/1120.32	c cleaning 128999 clauses out of 258006 with flag 17585248/8505000
1148.60/1141.85	c cleaning 130000 clauses out of 260008 with flag 17856545/8636001
1172.88/1165.80	c cleaning 131000 clauses out of 262007 with flag 18129703/8768000
1194.32/1187.19	c cleaning 132000 clauses out of 264008 with flag 18404921/8901001
1217.30/1209.91	c cleaning 133000 clauses out of 266008 with flag 18681798/9035001
1240.26/1232.78	c cleaning 134000 clauses out of 268008 with flag 18960112/9170001
1263.90/1256.10	c cleaning 135001 clauses out of 270007 with flag 19241379/9306000
1289.94/1281.91	c cleaning 135998 clauses out of 272006 with flag 19525044/9443000
1313.28/1305.04	c cleaning 136998 clauses out of 274008 with flag 19810358/9581000
1337.56/1329.06	c cleaning 138001 clauses out of 276010 with flag 20098011/9720000
1366.59/1357.89	c cleaning 138997 clauses out of 278009 with flag 20388041/9860000
1397.77/1388.75	c cleaning 140000 clauses out of 280012 with flag 20679615/10001000
1425.85/1416.57	c cleaning 141002 clauses out of 282012 with flag 20973542/10143000
1452.47/1442.95	c cleaning 142001 clauses out of 284010 with flag 21269559/10286000
1485.18/1475.39	c cleaning 143004 clauses out of 286010 with flag 21567690/10430001
1514.76/1504.60	c cleaning 144002 clauses out of 288006 with flag 21867972/10575001
1548.96/1538.59	c cleaning 144999 clauses out of 290004 with flag 22170013/10721001
1583.09/1572.50	c cleaning 146001 clauses out of 292005 with flag 22474075/10868001
1613.73/1602.75	c cleaning 146998 clauses out of 294003 with flag 22780442/11016000
1647.62/1636.31	c cleaning 148002 clauses out of 296006 with flag 23088352/11165001
1686.45/1674.81	c cleaning 148994 clauses out of 298004 with flag 23398783/11315001
1712.92/1701.06	c cleaning 150002 clauses out of 300009 with flag 23711096/11466000
1742.79/1730.53	c cleaning 150999 clauses out of 302007 with flag 24025631/11618000
1769.99/1757.42	c cleaning 152002 clauses out of 304010 with flag 24341520/11771002
1800.09/1787.20	c starts		: 1
1800.09/1787.20	c conflicts		: 11925004
1800.09/1787.20	c decisions		: 12334158
1800.09/1787.20	c propagations		: 58351740
1800.09/1787.20	c inspects		: 26047600939
1800.09/1787.20	c shortcuts		: 0
1800.09/1787.20	c learnt literals	: 0
1800.09/1787.20	c learnt binary clauses	: 0
1800.09/1787.20	c learnt ternary clauses	: 0
1800.09/1787.20	c learnt constraints	: 11925004
1800.09/1787.20	c ignored constraints	: 0
1800.09/1787.20	c root simplifications	: 0
1800.09/1787.20	c removed literals (reason simplification)	: 0
1800.09/1787.20	c reason swapping (by a shorter reason)	: 0
1800.09/1787.20	c Calls to reduceDB	: 150
1800.09/1787.20	c Number of update (reduction) of LBD	: 339828
1800.09/1787.20	c Imported unit clauses	: 0
1800.09/1787.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.20	c number of learned constraints concerned by reduction	: 0
1800.09/1787.20	c number of learning phase by resolution	: 0
1800.09/1787.20	c number of learning phase by cutting planes	: 0
1800.09/1787.20	c speed (assignments/second)	: 32653.02536507624
1800.09/1787.20	c non guided choices	135
1800.09/1787.23	c learnt constraints type 
1800.09/1787.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306010
1800.09/1787.23	s UNKNOWN
1800.09/1787.23	c Total wall clock time (in seconds): 1787.124

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

pid=6671
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.08 1.96 5/194 6674
/proc/meminfo: memFree=31426764/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/6674/stat : 6674 (java) R 6671 6674 6151 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 3795085 2560000 46 33554432000 1073741824 1073778376 140733991381280 140733991378408 206619897127 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.05 2.08 1.96 5/194 6674
/proc/meminfo: memFree=31426764/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 3795085 9787879424 6023 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200251 s]
/proc/loadavg: 2.05 2.08 1.96 5/194 6674
/proc/meminfo: memFree=31426764/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 4900 0 1 0 24 1 0 0 20 0 19 0 3795085 9856040960 6981 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 6981 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300224 s]
/proc/loadavg: 2.05 2.08 1.96 5/194 6674
/proc/meminfo: memFree=31426764/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 7023 0 1 0 48 1 0 0 20 0 19 0 3795085 9856040960 7940 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 7940 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700174 s]
/proc/loadavg: 2.05 2.08 1.96 5/194 6674
/proc/meminfo: memFree=31426764/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 7882 0 1 0 103 2 0 0 20 0 19 0 3795085 9856040960 9510 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 9510 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.05 2.08 1.96 4/213 6693
/proc/meminfo: memFree=31363324/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 8050 0 1 0 186 2 0 0 20 0 19 0 3795085 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 13098 2256 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2413 0 1 0 144 2 0 0 20 0 19 0 3795086 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266212495488 140266065913426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2744 0 0 0 21 0 0 0 20 0 19 0 3795091 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 13098 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 6693
/proc/meminfo: memFree=31344024/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 8062 0 1 0 348 3 0 0 20 0 19 0 3795085 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 19242 2256 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 3795086 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266212486848 140266065913426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2744 0 0 0 24 0 0 0 20 0 19 0 3795091 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 19242 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.05 2.07 1.96 3/213 6693
/proc/meminfo: memFree=31298812/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 8084 0 1 0 667 4 0 0 20 0 19 0 3795085 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 29456 2257 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2446 0 1 0 622 3 0 0 20 0 19 0 3795086 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266212486848 140266065840398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3795087 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2744 0 0 0 24 0 0 0 20 0 19 0 3795091 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 29456 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2894 0 0 0 26 0 0 0 20 0 19 0 3795091 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 96 0 0 0 24 29 0 0 20 0 19 0 3795091 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 71546 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1673.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/214 6736
/proc/meminfo: memFree=30829528/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=1734.59 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 14196 0 1 0 173355 104 0 0 20 0 19 0 3795085 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 78604 2279 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=1714.31 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2685 0 1 0 171400 31 0 0 20 0 19 0 3795086 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266212494544 140266065913426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 585 0 0 0 203 8 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 556 0 0 0 198 8 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 412 0 0 0 199 7 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 432 0 0 0 214 8 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 973 0 0 0 198 11 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 990 0 0 0 199 11 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 502 0 0 0 190 9 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 706 0 0 0 184 8 0 0 20 0 19 0 3795087 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 482 0 0 0 300 6 0 0 20 0 19 0 3795088 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2894 0 0 0 26 0 0 0 20 0 19 0 3795091 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 100 0 0 0 25 30 0 0 20 0 19 0 3795091 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 78604 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.07 2.01 3/213 6804
/proc/meminfo: memFree=31172156/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=1795.19 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 14963 0 1 0 179411 108 0 0 20 0 19 0 3795085 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 82397 2279 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=1773.85 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2700 0 1 0 177354 31 0 0 20 0 19 0 3795086 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266212494544 140266065913426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 765 0 0 0 213 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 675 0 0 0 209 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 514 0 0 0 208 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 433 0 0 0 223 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 987 0 0 0 209 11 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 1002 0 0 0 210 11 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 598 0 0 0 200 9 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 907 0 0 0 194 9 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 505 0 0 0 323 6 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2894 0 0 0 26 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 2.17 2.07 2.01 3/213 6804
/proc/meminfo: memFree=31141832/32872528 swapFree=532444/565148
[pid=6674] ppid=6671 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/6674/stat : 6674 (java) S 6671 6674 6151 0 -1 4202496 14963 0 1 0 179901 108 0 0 20 0 19 0 3795085 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140733991372416 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6674/statm: 2406260 82397 2279 9 0 2396937 0
[pid=6674/tid=6676] ppid=6671 vsize=9625040 CPUtime=1778.75 cores=1,3,5,7
/proc/6674/task/6676/stat : 6676 (java) R 6671 6674 6151 0 -1 4202560 2700 0 1 0 177843 32 0 0 20 0 19 0 3795086 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266212494544 140266065998552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6677] ppid=6671 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/6674/task/6677/stat : 6677 (java) S 6671 6674 6151 0 -1 4202560 765 0 0 0 213 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266184948520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6674/tid=6678] ppid=6671 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/6674/task/6678/stat : 6678 (java) S 6671 6674 6151 0 -1 4202560 675 0 0 0 209 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266183895720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6679] ppid=6671 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/6674/task/6679/stat : 6679 (java) S 6671 6674 6151 0 -1 4202560 514 0 0 0 208 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266054396968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6680] ppid=6671 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/6674/task/6680/stat : 6680 (java) S 6671 6674 6151 0 -1 4202560 433 0 0 0 223 8 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266053344168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6681] ppid=6671 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/6674/task/6681/stat : 6681 (java) S 6671 6674 6151 0 -1 4202560 987 0 0 0 209 11 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266052290856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6682] ppid=6671 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/6674/task/6682/stat : 6682 (java) S 6671 6674 6151 0 -1 4202560 1002 0 0 0 210 11 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266051238056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6683] ppid=6671 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/6674/task/6683/stat : 6683 (java) S 6671 6674 6151 0 -1 4202560 598 0 0 0 200 9 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140266050185768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6684] ppid=6671 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/6674/task/6684/stat : 6684 (java) S 6671 6674 6151 0 -1 4202560 907 0 0 0 194 9 0 0 20 0 19 0 3795087 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265578817960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6685] ppid=6671 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/6674/task/6685/stat : 6685 (java) S 6671 6674 6151 0 -1 4202560 505 0 0 0 323 6 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265566620392 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6674/tid=6686] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6686/stat : 6686 (java) S 6671 6674 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265565566456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6687] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6687/stat : 6687 (java) S 6671 6674 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3795088 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265564514056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6688] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6688/stat : 6688 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265563462544 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6689] ppid=6671 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6674/task/6689/stat : 6689 (java) S 6671 6674 6151 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265562409144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6690] ppid=6671 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6674/task/6690/stat : 6690 (java) S 6671 6674 6151 0 -1 4202560 2894 0 0 0 26 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265561356344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6691] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6691/stat : 6691 (java) S 6671 6674 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265560304248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6674/tid=6692] ppid=6671 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6674/task/6692/stat : 6692 (java) S 6671 6674 6151 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 3795091 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265559251656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6674/tid=6693] ppid=6671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6674/task/6693/stat : 6693 (java) S 6671 6674 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3795103 9856040960 82397 33554432000 1073741824 1073778376 140733991381280 140265558099368 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 6674 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.25
CPU time (s): 1800.8
CPU user time (s): 1799.25
CPU system time (s): 1.54976
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.54976
maximum resident set size= 617840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15113
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= 44993
involuntary context switches= 41151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7721 second user time and 11.0233 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 21:04:55
IDJOB=4089117
IDBENCH=107360
IDSOLVER=2546
FILE ID=node138/4089117-1466017495
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
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-grid10x29.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089117-1466017495/watcher-4089117-1466017495 -o /tmp/evaluation-result-4089117-1466017495/solver-4089117-1466017495 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089117-1466017495.opb

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

MD5SUM BENCH= 597e2c73e8c5e2b9033dad67cfaa9042
RANDOM SEED=754928346

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31426680 kB
Buffers:            3652 kB
Cached:            35528 kB
SwapCached:         1268 kB
Active:           163428 kB
Inactive:          19784 kB
Active(anon):     144292 kB
Inactive(anon):     1708 kB
Active(file):      19136 kB
Inactive(file):    18076 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:              1300 kB
Writeback:             0 kB
AnonPages:        709920 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             565340 kB
SReclaimable:       8800 kB
SUnreclaim:       556540 kB
KernelStack:        1608 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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 node138 at 2016-06-15 21:34:42