Trace number 4089264

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.59 1795.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x19-hard.opb
MD5SUM5cdf9332d1f457bd7da81a11151fa573
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.012998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints229
Number of constraints which are clauses228
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 constraint114
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 59
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 173
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089264-1466021582.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.033s.
0.10/0.14	c declared #vars     114
0.10/0.14	c #constraints  229
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 228
0.10/0.14	c 229 constraints processed.
0.63/0.41	c cleaning 2500 clauses out of 5000 with flag 10404/5000
0.79/0.58	c cleaning 4250 clauses out of 8500 with flag 22846/11000
1.12/0.81	c cleaning 5625 clauses out of 11250 with flag 37421/18000
1.33/1.09	c cleaning 6814 clauses out of 13627 with flag 54120/26002
1.75/1.41	c cleaning 7906 clauses out of 15811 with flag 72842/35000
2.05/1.74	c cleaning 8953 clauses out of 17906 with flag 93614/45001
2.45/2.14	c cleaning 9977 clauses out of 19953 with flag 116446/56001
2.85/2.60	c cleaning 10986 clauses out of 21975 with flag 141350/68000
3.45/3.16	c cleaning 11995 clauses out of 23990 with flag 168351/81001
4.16/3.81	c cleaning 12995 clauses out of 25994 with flag 197382/95000
4.88/4.53	c cleaning 13995 clauses out of 28000 with flag 228558/110001
5.77/5.41	c cleaning 15002 clauses out of 30006 with flag 261796/126002
6.57/6.29	c cleaning 15999 clauses out of 32002 with flag 297108/143000
7.68/7.37	c cleaning 16998 clauses out of 34003 with flag 334577/161000
8.78/8.46	c cleaning 18001 clauses out of 36007 with flag 373997/180002
9.98/9.64	c cleaning 19003 clauses out of 38005 with flag 415499/200001
11.18/10.83	c cleaning 20000 clauses out of 40003 with flag 459238/221002
12.48/12.12	c cleaning 20997 clauses out of 42001 with flag 505067/243000
13.87/13.58	c cleaning 21999 clauses out of 44004 with flag 552866/266000
15.57/15.21	c cleaning 22999 clauses out of 46006 with flag 602766/290001
17.18/16.88	c cleaning 24004 clauses out of 48007 with flag 654676/315001
18.88/18.58	c cleaning 25000 clauses out of 50003 with flag 708695/341001
20.87/20.50	c cleaning 26002 clauses out of 52003 with flag 764680/368001
22.56/22.16	c cleaning 26992 clauses out of 54000 with flag 827409/396000
23.95/23.51	c cleaning 28003 clauses out of 56010 with flag 891591/425002
25.79/25.34	c cleaning 29003 clauses out of 58005 with flag 959119/455000
27.48/27.07	c cleaning 29998 clauses out of 60002 with flag 1031037/486000
29.28/28.85	c cleaning 31002 clauses out of 62007 with flag 1100933/518003
30.78/30.37	c cleaning 31996 clauses out of 64002 with flag 1171674/551000
32.98/32.56	c cleaning 33001 clauses out of 66006 with flag 1244977/585000
34.98/34.57	c cleaning 34000 clauses out of 68005 with flag 1320629/620000
36.68/36.25	c cleaning 35000 clauses out of 70007 with flag 1396096/656002
39.48/39.01	c cleaning 35998 clauses out of 72005 with flag 1473891/693000
42.88/42.43	c cleaning 37004 clauses out of 74008 with flag 1552983/731001
46.78/46.33	c cleaning 38000 clauses out of 76004 with flag 1634357/770001
50.18/49.77	c cleaning 39001 clauses out of 78003 with flag 1717968/810000
53.17/52.77	c cleaning 39995 clauses out of 80003 with flag 1803549/851001
55.77/55.33	c cleaning 40999 clauses out of 82007 with flag 1891143/893000
58.62/58.15	c cleaning 42002 clauses out of 84008 with flag 1980766/936000
61.42/60.91	c cleaning 42998 clauses out of 86008 with flag 2072550/980002
64.73/64.26	c cleaning 44002 clauses out of 88008 with flag 2166876/1025000
67.73/67.23	c cleaning 45004 clauses out of 90008 with flag 2263167/1071002
71.32/70.80	c cleaning 46000 clauses out of 92002 with flag 2361397/1118000
75.22/74.79	c cleaning 47000 clauses out of 94002 with flag 2461703/1166000
79.92/79.48	c cleaning 47998 clauses out of 96002 with flag 2563362/1215000
84.52/84.05	c cleaning 49002 clauses out of 98004 with flag 2667463/1265000
89.32/88.84	c cleaning 50001 clauses out of 100004 with flag 2773711/1316002
94.09/93.59	c cleaning 50996 clauses out of 102001 with flag 2881731/1368000
98.88/98.34	c cleaning 52000 clauses out of 104005 with flag 2991823/1421000
103.78/103.26	c cleaning 53000 clauses out of 106006 with flag 3103819/1475001
108.68/108.19	c cleaning 53998 clauses out of 108006 with flag 3217827/1530001
113.28/112.79	c cleaning 54998 clauses out of 110008 with flag 3334243/1586001
117.18/116.61	c cleaning 55997 clauses out of 112009 with flag 3453212/1643000
121.68/121.19	c cleaning 57007 clauses out of 114015 with flag 3574489/1701003
126.18/125.64	c cleaning 58001 clauses out of 116007 with flag 3697636/1760002
133.28/132.75	c cleaning 59002 clauses out of 118004 with flag 3822055/1820000
139.86/139.20	c cleaning 60001 clauses out of 120002 with flag 3948570/1881000
145.97/145.35	c cleaning 60997 clauses out of 122001 with flag 4077686/1943000
153.76/153.17	c cleaning 62001 clauses out of 124005 with flag 4208809/2006001
161.27/160.70	c cleaning 63001 clauses out of 126005 with flag 4342252/2070002
168.06/167.41	c cleaning 63997 clauses out of 128003 with flag 4477592/2135001
174.26/173.65	c cleaning 65000 clauses out of 130005 with flag 4615043/2201000
181.66/181.08	c cleaning 66001 clauses out of 132005 with flag 4754767/2268000
189.43/188.61	c cleaning 67000 clauses out of 134006 with flag 4896753/2336002
196.84/196.05	c cleaning 68003 clauses out of 136006 with flag 5040643/2405002
205.24/204.43	c cleaning 68997 clauses out of 138001 with flag 5186678/2475000
215.95/215.16	c cleaning 70000 clauses out of 140005 with flag 5334810/2546001
223.74/222.99	c cleaning 70996 clauses out of 142004 with flag 5485016/2618000
231.34/230.57	c cleaning 72002 clauses out of 144008 with flag 5637263/2691000
240.35/239.36	c cleaning 73002 clauses out of 146008 with flag 5791628/2765002
251.05/250.06	c cleaning 73997 clauses out of 148005 with flag 5948140/2840001
261.95/260.97	c cleaning 74999 clauses out of 150008 with flag 6106736/2916001
270.25/269.20	c cleaning 76000 clauses out of 152008 with flag 6267559/2993000
277.85/276.87	c cleaning 77005 clauses out of 154009 with flag 6429859/3071001
289.95/288.99	c cleaning 77998 clauses out of 156004 with flag 6593538/3150001
299.30/298.19	c cleaning 79003 clauses out of 158007 with flag 6760204/3230002
306.49/305.33	c cleaning 79996 clauses out of 160002 with flag 6931396/3311000
315.99/314.82	c cleaning 80999 clauses out of 162008 with flag 7111450/3393002
324.49/323.35	c cleaning 82001 clauses out of 164008 with flag 7285732/3476001
335.10/333.96	c cleaning 83001 clauses out of 166006 with flag 7459678/3560000
344.49/343.15	c cleaning 83999 clauses out of 168006 with flag 7635575/3645001
354.50/353.20	c cleaning 85002 clauses out of 170006 with flag 7814157/3731000
366.79/365.42	c cleaning 85997 clauses out of 172005 with flag 7995675/3818001
379.69/378.35	c cleaning 87001 clauses out of 174008 with flag 8181514/3906001
395.25/393.70	c cleaning 88002 clauses out of 176006 with flag 8366920/3995000
408.56/407.06	c cleaning 89002 clauses out of 178004 with flag 8555349/4085000
420.45/419.00	c cleaning 90001 clauses out of 180003 with flag 8744469/4176001
437.85/436.14	c cleaning 90998 clauses out of 182002 with flag 8935532/4268001
450.94/449.22	c cleaning 92001 clauses out of 184003 with flag 9129792/4361000
462.95/461.23	c cleaning 92995 clauses out of 186003 with flag 9325446/4455001
482.35/480.70	c cleaning 94001 clauses out of 188009 with flag 9523940/4550002
498.49/496.61	c cleaning 94999 clauses out of 190007 with flag 9723662/4646001
523.99/522.10	c cleaning 96001 clauses out of 192009 with flag 9925759/4743002
542.39/540.55	c cleaning 97000 clauses out of 194007 with flag 10130761/4841001
563.12/561.11	c cleaning 97997 clauses out of 196006 with flag 10338934/4940000
587.89/585.95	c cleaning 98998 clauses out of 198010 with flag 10547438/5040001
611.99/610.03	c cleaning 100003 clauses out of 200011 with flag 10757605/5141000
639.78/637.62	c cleaning 101001 clauses out of 202008 with flag 10969964/5243000
663.57/661.42	c cleaning 102003 clauses out of 204008 with flag 11183440/5346001
686.49/684.38	c cleaning 102997 clauses out of 206004 with flag 11398865/5450000
712.75/710.44	c cleaning 103999 clauses out of 208007 with flag 11614910/5555000
736.16/733.89	c cleaning 105002 clauses out of 210009 with flag 11835613/5661001
761.25/758.98	c cleaning 105999 clauses out of 212006 with flag 12060044/5768000
785.80/783.48	c cleaning 107000 clauses out of 214007 with flag 12286613/5876000
811.91/809.52	c cleaning 108000 clauses out of 216008 with flag 12513644/5985001
841.02/838.58	c cleaning 108997 clauses out of 218007 with flag 12741545/6095000
875.54/873.00	c cleaning 110000 clauses out of 220011 with flag 12972078/6206001
900.74/898.23	c cleaning 111003 clauses out of 222010 with flag 13207651/6318000
921.85/919.23	c cleaning 111998 clauses out of 224007 with flag 13447187/6431000
942.86/940.27	c cleaning 113001 clauses out of 226010 with flag 13686366/6545001
964.96/962.30	c cleaning 114001 clauses out of 228009 with flag 13926224/6660001
993.19/990.59	c cleaning 114997 clauses out of 230008 with flag 14167425/6776001
1015.69/1013.02	c cleaning 116005 clauses out of 232011 with flag 14411285/6893001
1039.12/1036.34	c cleaning 117002 clauses out of 234007 with flag 14657236/7011002
1063.41/1060.67	c cleaning 118001 clauses out of 236003 with flag 14905000/7130000
1094.01/1091.17	c cleaning 118999 clauses out of 238003 with flag 15155499/7250001
1117.22/1114.38	c cleaning 119999 clauses out of 240003 with flag 15407694/7371000
1140.02/1137.03	c cleaning 120998 clauses out of 242004 with flag 15661870/7493000
1162.44/1159.48	c cleaning 122000 clauses out of 244007 with flag 15918270/7616001
1185.23/1182.24	c cleaning 123002 clauses out of 246006 with flag 16176641/7740000
1207.93/1204.86	c cleaning 124000 clauses out of 248006 with flag 16437356/7865002
1229.54/1226.44	c cleaning 124996 clauses out of 250004 with flag 16700239/7991000
1254.49/1251.34	c cleaning 125997 clauses out of 252008 with flag 16965075/8118000
1278.60/1275.46	c cleaning 127003 clauses out of 254013 with flag 17232184/8246002
1302.55/1299.28	c cleaning 127998 clauses out of 256010 with flag 17501171/8375002
1326.95/1323.69	c cleaning 129003 clauses out of 258012 with flag 17772594/8505002
1347.94/1344.53	c cleaning 130003 clauses out of 260009 with flag 18045666/8636002
1370.25/1366.77	c cleaning 131002 clauses out of 262005 with flag 18321321/8768001
1394.26/1390.72	c cleaning 131996 clauses out of 264002 with flag 18597980/8901000
1416.17/1412.53	c cleaning 133000 clauses out of 266008 with flag 18877143/9035002
1437.67/1434.08	c cleaning 133998 clauses out of 268008 with flag 19157825/9170002
1462.66/1458.90	c cleaning 135002 clauses out of 270008 with flag 19440928/9306000
1488.86/1485.19	c cleaning 136000 clauses out of 272006 with flag 19725982/9443000
1519.32/1515.55	c cleaning 137001 clauses out of 274006 with flag 20013415/9581000
1559.72/1555.86	c cleaning 137998 clauses out of 276005 with flag 20302632/9720000
1585.74/1581.90	c cleaning 139001 clauses out of 278008 with flag 20594639/9860001
1623.59/1619.66	c cleaning 139996 clauses out of 280006 with flag 20888109/10001000
1649.68/1645.76	c cleaning 141002 clauses out of 282011 with flag 21184001/10143001
1682.30/1678.38	c cleaning 142001 clauses out of 284009 with flag 21482033/10286001
1707.47/1703.48	c cleaning 142999 clauses out of 286007 with flag 21782460/10430000
1736.68/1732.61	c cleaning 144000 clauses out of 288008 with flag 22084761/10575000
1765.13/1761.03	c cleaning 145002 clauses out of 290011 with flag 22389058/10721003
1795.92/1791.75	c cleaning 146001 clauses out of 292007 with flag 22695237/10868001
1800.02/1795.80	c starts		: 3569
1800.02/1795.80	c conflicts		: 10903470
1800.02/1795.80	c decisions		: 11575382
1800.02/1795.80	c propagations		: 54441870
1800.02/1795.80	c inspects		: 27276313295
1800.02/1795.80	c shortcuts		: 0
1800.02/1795.80	c timeout
1800.02/1795.80	c learnt literals	: 0
1800.02/1795.80	c learnt binary clauses	: 0
1800.02/1795.80	c learnt ternary clauses	: 0
1800.02/1795.80	c learnt constraints	: 10903470
1800.02/1795.80	c ignored constraints	: 0
1800.02/1795.80	c root simplifications	: 0
1800.02/1795.80	c removed literals (reason simplification)	: 0
1800.02/1795.80	c reason swapping (by a shorter reason)	: 0
1800.02/1795.80	c Calls to reduceDB	: 143
1800.02/1795.80	c Number of update (reduction) of LBD	: 326385
1800.02/1795.80	c Imported unit clauses	: 0
1800.02/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.80	c number of learned constraints concerned by reduction	: 0
1800.02/1795.80	c number of learning phase by resolution	: 0
1800.02/1795.80	c number of learning phase by cutting planes	: 0
1800.02/1795.80	c speed (assignments/second)	: 30318.601694419707
1800.02/1795.80	c non guided choices	53
1800.02/1795.83	c learnt constraints type 
1800.02/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181475
1800.02/1795.83	s UNKNOWN
1800.02/1795.83	c Total wall clock time (in seconds): 1795.723

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

pid=8962
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.23 2.17 2.14 3/194 8965
/proc/meminfo: memFree=30193828/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4206812 98570240 977 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 24065 977 743 9 0 16771 0
[pid=8965/tid=8966] ppid=8962 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4206813 98570240 977 33554432000 1073741824 1073778376 140736004226432 139818973675048 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.23 2.17 2.14 3/194 8965
/proc/meminfo: memFree=30193828/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 4439 0 1 0 9 1 0 0 20 0 18 0 4206812 9787879424 6060 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2389619 6060 2125 9 0 2380296 0
[pid=8965/tid=8966] ppid=8962 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2414 0 1 0 6 1 0 0 20 0 18 0 4206813 9787879424 6060 33554432000 1073741824 1073778376 140736004226432 139818973678664 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.23 2.17 2.14 3/194 8965
/proc/meminfo: memFree=30193828/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 6479 0 1 0 29 2 0 0 20 0 19 0 4206812 9856040960 7374 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 7374 2232 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 19 0 4206813 9856040960 7374 33554432000 1073741824 1073778376 140736004226432 139818973680256 139818976965527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300331 s]
/proc/loadavg: 2.23 2.17 2.14 3/194 8965
/proc/meminfo: memFree=30193828/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 6536 0 1 0 48 2 0 0 20 0 19 0 4206812 9856040960 7843 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 7843 2238 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2437 0 1 0 26 2 0 0 20 0 19 0 4206813 9856040960 7843 33554432000 1073741824 1073778376 140736004226432 139818973680256 139818845859736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700272 s]
/proc/loadavg: 2.23 2.17 2.14 3/194 8965
/proc/meminfo: memFree=30193828/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 7497 0 1 0 100 2 0 0 20 0 19 0 4206812 9856040960 8911 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 8911 2248 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2439 0 1 0 66 2 0 0 20 0 19 0 4206813 9856040960 8911 33554432000 1073741824 1073778376 140736004226432 139818973671120 139818845832285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.29 2.18 2.15 3/213 8984
/proc/meminfo: memFree=30164148/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 7502 0 1 0 183 2 0 0 20 0 19 0 4206812 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 10448 2249 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2443 0 1 0 146 2 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818973679896 139818845812067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 2574 0 0 0 19 0 0 0 20 0 19 0 4206817 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 1215 0 0 0 14 0 0 0 20 0 19 0 4206817 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 10448 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.29 2.18 2.15 3/213 8984
/proc/meminfo: memFree=30153296/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 7514 0 1 0 343 2 0 0 20 0 19 0 4206812 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 13526 2255 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2455 0 1 0 306 2 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818973679896 139818845827120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 2574 0 0 0 19 0 0 0 20 0 19 0 4206817 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 1215 0 0 0 15 0 0 0 20 0 19 0 4206817 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 13526 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 2.27 2.18 2.15 3/213 8984
/proc/meminfo: memFree=30132996/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 7527 0 1 0 665 2 0 0 20 0 19 0 4206812 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 18057 2257 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2465 0 1 0 625 2 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818973671120 139818845869458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4206813 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 2574 0 0 0 19 0 0 0 20 0 19 0 4206817 9856040960 18057 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.17 cores=0,2,4,6

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

[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 3005 0 0 0 24 0 0 0 20 0 19 0 4206817 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 2448 0 0 0 23 0 0 0 20 0 19 0 4206817 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 98 0 0 0 29 26 0 0 20 0 19 0 4206817 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 118076 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.3
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 9093
/proc/meminfo: memFree=29688684/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=1726.37 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 13077 0 1 0 172558 79 0 0 20 0 19 0 4206812 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 116265 2280 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=1720.4 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2542 0 1 0 172007 33 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818973671104 139818845869650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 474 0 0 0 47 6 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 516 0 0 0 62 7 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 480 0 0 0 52 7 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 508 0 0 0 55 6 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 392 0 0 0 53 6 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 368 0 0 0 57 7 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 454 0 0 0 50 6 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 357 0 0 0 49 7 0 0 20 0 19 0 4206813 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 174 0 0 0 35 2 0 0 20 0 19 0 4206815 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 3005 0 0 0 24 0 0 0 20 0 19 0 4206817 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 2448 0 0 0 23 0 0 0 20 0 19 0 4206817 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 100 0 0 0 29 28 0 0 20 0 19 0 4206817 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 116265 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.23 2.19 3/213 9094
/proc/meminfo: memFree=29702104/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=1786.52 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 13087 0 1 0 178572 80 0 0 20 0 19 0 4206812 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 114597 2280 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=1780.32 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2544 0 1 0 177998 34 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818973678800 139818845869458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 474 0 0 0 51 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 516 0 0 0 65 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 480 0 0 0 55 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 508 0 0 0 57 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 392 0 0 0 57 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 368 0 0 0 61 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 454 0 0 0 51 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 357 0 0 0 52 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 178 0 0 0 35 2 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 3005 0 0 0 24 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 2448 0 0 0 23 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 104 0 0 0 30 29 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.17 2.22 2.18 4/213 9094
/proc/meminfo: memFree=29702612/32872528 swapFree=1243664/1390832
[pid=8965] ppid=8962 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/8965/stat : 8965 (java) S 8962 8965 5929 0 -1 4202496 13087 0 1 0 179921 81 0 0 20 0 19 0 4206812 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 140736004217568 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8965/statm: 2406260 114597 2280 9 0 2396937 0
[pid=8965/tid=8966] ppid=8962 vsize=9625040 CPUtime=1793.82 cores=0,2,4,6
/proc/8965/task/8966/stat : 8966 (java) R 8962 8965 5929 0 -1 4202560 2544 0 1 0 179348 34 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818973671104 139818845827155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8968] ppid=8962 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8965/task/8968/stat : 8968 (java) S 8962 8965 5929 0 -1 4202560 474 0 0 0 51 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818817632680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8969] ppid=8962 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8965/task/8969/stat : 8969 (java) S 8962 8965 5929 0 -1 4202560 516 0 0 0 65 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818816580136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8970] ppid=8962 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8965/task/8970/stat : 8970 (java) S 8962 8965 5929 0 -1 4202560 480 0 0 0 55 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818815527080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8971] ppid=8962 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8965/task/8971/stat : 8971 (java) S 8962 8965 5929 0 -1 4202560 508 0 0 0 57 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818814474536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8965/tid=8972] ppid=8962 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8965/task/8972/stat : 8972 (java) S 8962 8965 5929 0 -1 4202560 392 0 0 0 57 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818813422504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8973] ppid=8962 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8965/task/8973/stat : 8973 (java) S 8962 8965 5929 0 -1 4202560 368 0 0 0 61 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818812369960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8974] ppid=8962 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8965/task/8974/stat : 8974 (java) S 8962 8965 5929 0 -1 4202560 454 0 0 0 51 6 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818811316904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8975] ppid=8962 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8965/task/8975/stat : 8975 (java) S 8962 8965 5929 0 -1 4202560 357 0 0 0 52 7 0 0 20 0 19 0 4206813 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818810264360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8965/tid=8976] ppid=8962 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/8965/task/8976/stat : 8976 (java) S 8962 8965 5929 0 -1 4202560 178 0 0 0 35 2 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818797853032 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8977] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8977/stat : 8977 (java) S 8962 8965 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818796799352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8978] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8978/stat : 8978 (java) S 8962 8965 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4206815 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818795746184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8979] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8979/stat : 8979 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818794694928 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8980] ppid=8962 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8965/task/8980/stat : 8980 (java) S 8962 8965 5929 0 -1 4202560 3005 0 0 0 24 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818793642808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8981] ppid=8962 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8965/task/8981/stat : 8981 (java) S 8962 8965 5929 0 -1 4202560 2448 0 0 0 23 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818792590264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8982] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8982/stat : 8982 (java) S 8962 8965 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818791537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8965/tid=8983] ppid=8962 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8965/task/8983/stat : 8983 (java) S 8962 8965 5929 0 -1 4202560 104 0 0 0 31 29 0 0 20 0 19 0 4206817 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818790485064 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8965/tid=8984] ppid=8962 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8965/task/8984/stat : 8984 (java) S 8962 8965 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4206827 9856040960 114597 33554432000 1073741824 1073778376 140736004226432 139818789430312 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 8965 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.84
CPU time (s): 1800.59
CPU user time (s): 1799.28
CPU system time (s): 1.3118
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.3118
maximum resident set size= 637312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13130
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38930
involuntary context switches= 20014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5234 second user time and 13.6519 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 22:13:02
IDJOB=4089264
IDBENCH=107381
IDSOLVER=2546
FILE ID=node119/4089264-1466021582
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-grid6x19-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089264-1466021582/watcher-4089264-1466021582 -o /tmp/evaluation-result-4089264-1466021582/solver-4089264-1466021582 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089264-1466021582.opb

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

MD5SUM BENCH= 5cdf9332d1f457bd7da81a11151fa573
RANDOM SEED=1743895649

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:        30194736 kB
Buffers:           15852 kB
Cached:            91940 kB
SwapCached:        14200 kB
Active:           489200 kB
Inactive:          97392 kB
Active(anon):     467312 kB
Inactive(anon):    14104 kB
Active(file):      21888 kB
Inactive(file):    83288 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       1862900 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             565420 kB
SReclaimable:       9168 kB
SUnreclaim:       556252 kB
KernelStack:        1752 kB
PageTables:         8036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1996232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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-15 22:42:58