Trace number 4089558

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.83 1795.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x19.opb
MD5SUMb7d9d57f789098004c9caf82fc3e2703
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.005999
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 57
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 171
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.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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089558-1466027871.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.033s.
0.09/0.15	c declared #vars     114
0.09/0.15	c #constraints  229
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 228
0.09/0.15	c 229 constraints processed.
0.62/0.42	c cleaning 2501 clauses out of 5001 with flag 10361/5001
0.93/0.61	c cleaning 4250 clauses out of 8500 with flag 22840/11001
1.04/0.79	c cleaning 5619 clauses out of 11249 with flag 37417/18000
1.34/1.04	c cleaning 6816 clauses out of 13631 with flag 54033/26001
1.67/1.33	c cleaning 7901 clauses out of 15814 with flag 72689/35000
1.97/1.67	c cleaning 8957 clauses out of 17913 with flag 93462/45000
2.37/2.07	c cleaning 9978 clauses out of 19956 with flag 116260/56000
2.87/2.53	c cleaning 10990 clauses out of 21979 with flag 141182/68001
3.36/3.05	c cleaning 11995 clauses out of 23989 with flag 168169/81001
3.96/3.65	c cleaning 12995 clauses out of 25993 with flag 197386/95000
4.56/4.29	c cleaning 13997 clauses out of 27998 with flag 228504/110000
5.36/5.01	c cleaning 15001 clauses out of 30001 with flag 261763/126000
6.16/5.80	c cleaning 15998 clauses out of 32000 with flag 297062/143000
7.07/6.71	c cleaning 17001 clauses out of 34002 with flag 334441/161000
7.87/7.59	c cleaning 17999 clauses out of 36002 with flag 373885/180001
8.97/8.61	c cleaning 19002 clauses out of 38003 with flag 415421/200001
9.86/9.58	c cleaning 20000 clauses out of 40001 with flag 459038/221001
11.06/10.71	c cleaning 21001 clauses out of 42001 with flag 504773/243001
12.34/11.96	c cleaning 21999 clauses out of 44000 with flag 555112/266001
13.65/13.22	c cleaning 22996 clauses out of 46000 with flag 607716/290000
14.64/14.23	c cleaning 23999 clauses out of 48004 with flag 663375/315000
15.86/15.48	c cleaning 25002 clauses out of 50005 with flag 721776/341000
17.55/17.10	c cleaning 26002 clauses out of 52004 with flag 782754/368001
18.95/18.53	c cleaning 26998 clauses out of 54002 with flag 841259/396001
20.44/20.02	c cleaning 27999 clauses out of 56006 with flag 903145/425003
21.99/21.52	c cleaning 29000 clauses out of 58005 with flag 966146/455001
23.59/23.12	c cleaning 30000 clauses out of 60006 with flag 1031885/486002
25.69/25.20	c cleaning 30997 clauses out of 62005 with flag 1098895/518001
27.69/27.25	c cleaning 32003 clauses out of 64008 with flag 1167738/551001
29.98/29.55	c cleaning 32999 clauses out of 66005 with flag 1238753/585001
32.18/31.73	c cleaning 34002 clauses out of 68006 with flag 1311652/620001
34.69/34.27	c cleaning 35002 clauses out of 70003 with flag 1386531/656000
37.68/37.24	c cleaning 36001 clauses out of 72002 with flag 1463740/693001
40.98/40.53	c cleaning 36998 clauses out of 74000 with flag 1544430/731000
44.98/44.53	c cleaning 37999 clauses out of 76004 with flag 1629471/770002
48.08/47.68	c cleaning 38999 clauses out of 78003 with flag 1712803/810000
51.38/50.98	c cleaning 40000 clauses out of 80005 with flag 1798223/851001
54.98/54.56	c cleaning 40998 clauses out of 82006 with flag 1885791/893002
58.54/58.00	c cleaning 42001 clauses out of 84007 with flag 1975349/936001
62.54/62.02	c cleaning 43000 clauses out of 86005 with flag 2066968/980000
66.55/66.09	c cleaning 43999 clauses out of 88005 with flag 2160830/1025000
70.54/70.02	c cleaning 44999 clauses out of 90006 with flag 2256748/1071000
73.74/73.20	c cleaning 46003 clauses out of 92007 with flag 2355040/1118000
77.84/77.34	c cleaning 46995 clauses out of 94005 with flag 2456165/1166001
81.84/81.30	c cleaning 48002 clauses out of 96009 with flag 2559153/1215000
86.15/85.63	c cleaning 49003 clauses out of 98007 with flag 2664180/1265000
90.86/90.34	c cleaning 50000 clauses out of 100006 with flag 2770423/1316002
96.55/96.06	c cleaning 51001 clauses out of 102005 with flag 2878701/1368001
101.23/100.63	c cleaning 51997 clauses out of 104004 with flag 2989911/1421001
106.23/105.68	c cleaning 53002 clauses out of 106006 with flag 3103105/1475000
111.73/111.12	c cleaning 53999 clauses out of 108005 with flag 3219431/1530001
117.73/117.19	c cleaning 55002 clauses out of 110005 with flag 3335903/1586000
124.32/123.78	c cleaning 55998 clauses out of 112003 with flag 3454587/1643000
130.33/129.72	c cleaning 56998 clauses out of 114005 with flag 3577479/1701000
136.23/135.64	c cleaning 58004 clauses out of 116009 with flag 3701009/1760002
142.23/141.68	c cleaning 59001 clauses out of 118005 with flag 3826401/1820002
148.63/148.05	c cleaning 59997 clauses out of 120002 with flag 3955453/1881000
155.21/154.51	c cleaning 61000 clauses out of 122005 with flag 4089426/1943000
161.50/160.82	c cleaning 62000 clauses out of 124005 with flag 4220921/2006000
167.70/167.09	c cleaning 63003 clauses out of 126006 with flag 4355249/2070001
174.90/174.21	c cleaning 63995 clauses out of 128002 with flag 4491596/2135000
181.51/180.89	c cleaning 65002 clauses out of 130009 with flag 4628888/2201002
188.20/187.57	c cleaning 65999 clauses out of 132006 with flag 4768391/2268001
195.71/195.05	c cleaning 67000 clauses out of 134006 with flag 4910171/2336000
204.14/203.39	c cleaning 68003 clauses out of 136006 with flag 5053904/2405000
212.73/211.97	c cleaning 69000 clauses out of 138004 with flag 5199467/2475001
221.33/220.57	c cleaning 69996 clauses out of 140004 with flag 5347308/2546001
229.13/228.32	c cleaning 71001 clauses out of 142008 with flag 5497284/2618001
238.44/237.62	c cleaning 72001 clauses out of 144007 with flag 5649231/2691001
247.42/246.64	c cleaning 73001 clauses out of 146005 with flag 5803407/2765000
255.72/254.92	c cleaning 74002 clauses out of 148004 with flag 5959626/2840000
264.61/263.72	c cleaning 74997 clauses out of 150002 with flag 6117875/2916000
274.11/273.22	c cleaning 75997 clauses out of 152007 with flag 6278175/2993002
284.30/283.48	c cleaning 76999 clauses out of 154009 with flag 6442384/3071001
292.51/291.65	c cleaning 78000 clauses out of 156010 with flag 6608171/3150001
301.41/300.51	c cleaning 78999 clauses out of 158012 with flag 6775247/3230003
309.04/308.05	c cleaning 80003 clauses out of 160013 with flag 6945390/3311003
316.83/315.83	c cleaning 81001 clauses out of 162009 with flag 7118234/3393002
323.92/322.94	c cleaning 81999 clauses out of 164006 with flag 7291903/3476000
329.72/328.76	c cleaning 82999 clauses out of 166007 with flag 7468372/3560000
337.82/336.85	c cleaning 84001 clauses out of 168009 with flag 7645784/3645001
349.32/348.37	c cleaning 85002 clauses out of 170007 with flag 7831434/3731000
357.77/356.65	c cleaning 86001 clauses out of 172007 with flag 8013065/3818002
365.77/364.67	c cleaning 86996 clauses out of 174004 with flag 8199167/3906000
373.27/372.16	c cleaning 88002 clauses out of 176011 with flag 8385996/3995003
382.77/381.64	c cleaning 89002 clauses out of 178006 with flag 8575257/4085000
391.64/390.35	c cleaning 90001 clauses out of 180005 with flag 8766386/4176001
402.04/400.77	c cleaning 91000 clauses out of 182003 with flag 8957914/4268000
413.33/412.07	c cleaning 91995 clauses out of 184004 with flag 9151458/4361001
424.13/422.84	c cleaning 93004 clauses out of 186008 with flag 9347118/4455000
436.34/435.09	c cleaning 93998 clauses out of 188004 with flag 9544488/4550000
447.50/446.04	c cleaning 94994 clauses out of 190008 with flag 9744076/4646002
459.50/458.06	c cleaning 96000 clauses out of 192012 with flag 9945728/4743000
474.60/473.16	c cleaning 97003 clauses out of 194013 with flag 10149777/4841001
487.40/485.93	c cleaning 98002 clauses out of 196009 with flag 10356763/4940000
503.81/502.26	c cleaning 99002 clauses out of 198007 with flag 10565355/5040000
520.92/519.31	c cleaning 100002 clauses out of 200005 with flag 10776543/5141000
534.42/532.80	c cleaning 100998 clauses out of 202004 with flag 10989789/5243001
549.52/547.99	c cleaning 102002 clauses out of 204008 with flag 11204437/5346003
561.67/559.97	c cleaning 102998 clauses out of 206003 with flag 11421228/5450000
576.27/574.52	c cleaning 104000 clauses out of 208005 with flag 11640024/5555000
592.27/590.57	c cleaning 105003 clauses out of 210006 with flag 11860528/5661001
608.60/606.79	c cleaning 105996 clauses out of 212002 with flag 12083008/5768000
624.20/622.30	c cleaning 107000 clauses out of 214006 with flag 12308825/5876000
640.71/638.80	c cleaning 107997 clauses out of 216006 with flag 12534501/5985000
660.31/658.45	c cleaning 108999 clauses out of 218009 with flag 12762575/6095000
677.24/675.22	c cleaning 110002 clauses out of 220011 with flag 12991951/6206001
694.65/692.67	c cleaning 111001 clauses out of 222009 with flag 13224854/6318001
712.05/710.01	c cleaning 112000 clauses out of 224007 with flag 13459557/6431000
732.44/730.32	c cleaning 112997 clauses out of 226007 with flag 13695943/6545000
748.84/746.80	c cleaning 114003 clauses out of 228012 with flag 13934212/6660002
765.04/762.99	c cleaning 115005 clauses out of 230010 with flag 14175098/6776003
784.18/781.93	c cleaning 115997 clauses out of 232003 with flag 14418561/6893001
804.87/802.64	c cleaning 117001 clauses out of 234005 with flag 14663234/7011000
829.27/827.01	c cleaning 117995 clauses out of 236004 with flag 14909657/7130000
849.16/846.88	c cleaning 119004 clauses out of 238010 with flag 15158341/7250001
873.27/870.96	c cleaning 119997 clauses out of 240005 with flag 15408786/7371000
898.77/896.44	c cleaning 121004 clauses out of 242008 with flag 15661272/7493000
919.58/917.12	c cleaning 122002 clauses out of 244006 with flag 15916466/7616002
945.48/943.09	c cleaning 122995 clauses out of 246002 with flag 16173414/7740000
972.60/970.04	c cleaning 124001 clauses out of 248008 with flag 16432114/7865001
999.41/996.84	c cleaning 125000 clauses out of 250008 with flag 16693335/7991002
1022.31/1019.74	c cleaning 125999 clauses out of 252006 with flag 16956212/8118000
1048.44/1045.79	c cleaning 127001 clauses out of 254007 with flag 17221062/8246000
1076.24/1073.54	c cleaning 128003 clauses out of 256006 with flag 17488586/8375000
1101.94/1099.29	c cleaning 129001 clauses out of 258004 with flag 17758199/8505001
1123.82/1121.08	c cleaning 129999 clauses out of 260003 with flag 18030312/8636001
1151.71/1148.96	c cleaning 130996 clauses out of 262003 with flag 18305300/8768000
1174.21/1171.34	c cleaning 132002 clauses out of 264007 with flag 18582442/8901000
1199.72/1196.88	c cleaning 133000 clauses out of 266006 with flag 18861070/9035001
1232.24/1229.28	c cleaning 134000 clauses out of 268006 with flag 19140750/9170001
1261.94/1258.93	c cleaning 134996 clauses out of 270005 with flag 19422749/9306000
1288.37/1285.20	c cleaning 136005 clauses out of 272009 with flag 19707793/9443000
1317.08/1314.00	c cleaning 137000 clauses out of 274004 with flag 19994848/9581000
1347.88/1344.75	c cleaning 138000 clauses out of 276004 with flag 20282649/9720000
1377.48/1374.26	c cleaning 139002 clauses out of 278004 with flag 20572545/9860000
1407.17/1403.90	c cleaning 139996 clauses out of 280002 with flag 20864836/10001000
1438.60/1435.29	c cleaning 140999 clauses out of 282008 with flag 21158688/10143002
1470.00/1466.63	c cleaning 142003 clauses out of 284009 with flag 21454828/10286002
1501.91/1498.45	c cleaning 142999 clauses out of 286005 with flag 21753567/10430001
1526.02/1522.57	c cleaning 144002 clauses out of 288005 with flag 22054098/10575000
1550.01/1546.41	c cleaning 145001 clauses out of 290005 with flag 22358818/10721002
1579.12/1575.59	c cleaning 146000 clauses out of 292003 with flag 22663553/10868001
1608.38/1604.71	c cleaning 146998 clauses out of 294002 with flag 22969861/11016000
1637.11/1633.38	c cleaning 148002 clauses out of 296006 with flag 23279102/11165002
1666.11/1662.35	c cleaning 149000 clauses out of 298003 with flag 23588397/11315001
1698.73/1694.81	c cleaning 149997 clauses out of 300003 with flag 23899682/11466001
1726.73/1722.80	c cleaning 151001 clauses out of 302006 with flag 24214686/11618001
1758.65/1754.68	c cleaning 152002 clauses out of 304004 with flag 24531567/11771000
1791.85/1787.80	c cleaning 153001 clauses out of 306003 with flag 24850267/11925001
1800.06/1795.90	c starts		: 3205
1800.06/1795.90	c conflicts		: 11983170
1800.06/1795.90	c decisions		: 12518481
1800.06/1795.90	c propagations		: 59781052
1800.06/1795.90	c inspects		: 29109780403
1800.06/1795.90	c shortcuts		: 0
1800.06/1795.90	c learnt literals	: 0
1800.06/1795.90	c learnt binary clauses	: 0
1800.06/1795.90	c learnt ternary clauses	: 0
1800.06/1795.90	c learnt constraints	: 11983170
1800.06/1795.90	c ignored constraints	: 0
1800.06/1795.90	c root simplifications	: 0
1800.06/1795.90	c timeout
1800.06/1795.90	c removed literals (reason simplification)	: 0
1800.06/1795.90	c reason swapping (by a shorter reason)	: 0
1800.06/1795.90	c Calls to reduceDB	: 150
1800.06/1795.90	c Number of update (reduction) of LBD	: 375736
1800.06/1795.90	c Imported unit clauses	: 0
1800.06/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.90	c number of learned constraints concerned by reduction	: 0
1800.06/1795.90	c number of learning phase by resolution	: 0
1800.06/1795.90	c number of learning phase by cutting planes	: 0
1800.06/1795.90	c speed (assignments/second)	: 33290.35326245846
1800.06/1795.90	c non guided choices	51
1800.06/1795.93	c learnt constraints type 
1800.06/1795.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 211171
1800.06/1795.93	s UNKNOWN
1800.06/1795.93	c Total wall clock time (in seconds): 1795.812

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

pid=8295
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.10 2.06 2.00 3/194 8298
/proc/meminfo: memFree=31051084/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8298/stat : 8298 (java) D 8295 8298 6151 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 4832767 9515008 182 33554432000 1073741824 1073778376 140737153104528 140737153095560 206629060277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.10 2.06 2.00 3/194 8298
/proc/meminfo: memFree=31051084/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 4832767 9787879424 6038 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 2.10 2.06 2.00 3/194 8298
/proc/meminfo: memFree=31051084/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 6233 0 1 0 26 1 0 0 20 0 19 0 4832767 9856040960 7335 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 7335 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300279 s]
/proc/loadavg: 2.10 2.06 2.00 3/194 8298
/proc/meminfo: memFree=31051084/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 6752 0 1 0 49 1 0 0 20 0 19 0 4832767 9856040960 8011 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 8011 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700234 s]
/proc/loadavg: 2.10 2.06 2.00 3/194 8298
/proc/meminfo: memFree=31051084/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 7671 0 1 0 102 2 0 0 20 0 19 0 4832767 9856040960 9137 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 9137 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 8317
/proc/meminfo: memFree=31020784/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 7680 0 1 0 185 2 0 0 20 0 19 0 4832767 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 10678 2256 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2415 0 1 0 145 2 0 0 20 0 19 0 4832768 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885520048728 139885357252780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832769 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 1694 0 0 0 16 0 0 0 20 0 19 0 4832774 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2298 0 0 0 20 0 0 0 20 0 19 0 4832774 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 10678 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.09 2.06 2.00 3/213 8317
/proc/meminfo: memFree=31010172/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 7686 0 1 0 344 2 0 0 20 0 19 0 4832767 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 13750 2256 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2421 0 1 0 304 2 0 0 20 0 19 0 4832768 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885520039632 139885357213040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832769 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 1694 0 0 0 16 0 0 0 20 0 19 0 4832774 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2298 0 0 0 20 0 0 0 20 0 19 0 4832774 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 13750 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.09 2.06 2.00 3/213 8317
/proc/meminfo: memFree=30989900/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 7698 0 1 0 664 3 0 0 20 0 19 0 4832767 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 18742 2257 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2432 0 1 0 624 2 0 0 20 0 19 0 4832768 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885520039632 139885357305938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832769 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4832770 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 1694 0 0 0 16 0 0 0 20 0 19 0 4832774 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2298 0 0 0 20 0 0 0 20 0 19 0 4832774 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 18742 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 3511 0 0 0 24 0 0 0 20 0 19 0 4832774 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2311 0 0 0 22 0 0 0 20 0 19 0 4832774 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 100 0 0 0 32 29 0 0 20 0 19 0 4832774 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 120282 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 8515
/proc/meminfo: memFree=30647824/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=1786.34 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 13098 0 1 0 178563 71 0 0 20 0 19 0 4832767 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 119032 2280 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=1780.55 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2507 0 1 0 178022 33 0 0 20 0 19 0 4832768 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885520039616 139885357306128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 494 0 0 0 55 7 0 0 20 0 19 0 4832769 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 331 0 0 0 56 6 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 62 8 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 54 7 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 317 0 0 0 44 4 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 463 0 0 0 53 5 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 293 0 0 0 51 4 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 350 0 0 0 57 5 0 0 20 0 19 0 4832770 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 177 0 0 0 36 2 0 0 20 0 19 0 4832771 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 3511 0 0 0 24 0 0 0 20 0 19 0 4832774 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2311 0 0 0 22 0 0 0 20 0 19 0 4832774 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 104 0 0 0 33 30 0 0 20 0 19 0 4832774 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 119032 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 8515
/proc/meminfo: memFree=30650060/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 13104 0 1 0 179934 72 0 0 20 0 19 0 4832767 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 119033 2280 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=1794.12 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2508 0 1 0 179379 33 0 0 20 0 19 0 4832768 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885520047312 139885357305848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 494 0 0 0 56 7 0 0 20 0 19 0 4832769 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 331 0 0 0 58 6 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 64 8 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 56 7 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 317 0 0 0 46 4 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 463 0 0 0 56 5 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 293 0 0 0 53 4 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 350 0 0 0 58 5 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 180 0 0 0 36 2 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 3511 0 0 0 24 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2311 0 0 0 22 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 106 0 0 0 33 30 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 8298 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 8515
/proc/meminfo: memFree=30650060/32872528 swapFree=532444/565148
[pid=8298] ppid=8295 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/8298/stat : 8298 (java) S 8295 8298 6151 0 -1 4202496 13104 0 1 0 179934 72 0 0 20 0 19 0 4832767 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 140736617243552 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8298/statm: 2406260 119033 2280 9 0 2396937 0
[pid=8298/tid=8300] ppid=8295 vsize=9625040 CPUtime=1794.12 cores=0,2,4,6
/proc/8298/task/8300/stat : 8300 (java) R 8295 8298 6151 0 -1 4202560 2508 0 1 0 179379 33 0 0 20 0 19 0 4832768 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885520047312 139885357305848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8301] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8301/stat : 8301 (java) S 8295 8298 6151 0 -1 4202560 494 0 0 0 56 7 0 0 20 0 19 0 4832769 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885481540392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8302] ppid=8295 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8298/task/8302/stat : 8302 (java) S 8295 8298 6151 0 -1 4202560 331 0 0 0 58 6 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885480487592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8303] ppid=8295 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8298/task/8303/stat : 8303 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 64 8 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885479435304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8304] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8304/stat : 8304 (java) S 8295 8298 6151 0 -1 4202560 491 0 0 0 56 7 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885478382504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8305] ppid=8295 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8298/task/8305/stat : 8305 (java) S 8295 8298 6151 0 -1 4202560 317 0 0 0 46 4 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885477329192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8306] ppid=8295 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8298/task/8306/stat : 8306 (java) S 8295 8298 6151 0 -1 4202560 463 0 0 0 56 5 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885476276392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8307] ppid=8295 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8298/task/8307/stat : 8307 (java) S 8295 8298 6151 0 -1 4202560 293 0 0 0 53 4 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885356771880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8308] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8308/stat : 8308 (java) S 8295 8298 6151 0 -1 4202560 350 0 0 0 58 5 0 0 20 0 19 0 4832770 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885355719080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8298/tid=8309] ppid=8295 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/8298/task/8309/stat : 8309 (java) S 8295 8298 6151 0 -1 4202560 180 0 0 0 36 2 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885343521512 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8310] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8310/stat : 8310 (java) S 8295 8298 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885342467576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8311] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8311/stat : 8311 (java) S 8295 8298 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4832771 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139885341415176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8312] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8312/stat : 8312 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884601797520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8313] ppid=8295 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8298/task/8313/stat : 8313 (java) S 8295 8298 6151 0 -1 4202560 3511 0 0 0 24 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884600744120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8298/tid=8314] ppid=8295 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8298/task/8314/stat : 8314 (java) S 8295 8298 6151 0 -1 4202560 2311 0 0 0 22 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884599691320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8315] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8315/stat : 8315 (java) S 8295 8298 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884598639224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8298/tid=8316] ppid=8295 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8298/task/8316/stat : 8316 (java) S 8295 8298 6151 0 -1 4202560 106 0 0 0 33 30 0 0 20 0 19 0 4832774 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884597586632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8298/tid=8317] ppid=8295 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8298/task/8317/stat : 8317 (java) S 8295 8298 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4832783 9856040960 119033 33554432000 1073741824 1073778376 140736617252416 139884596532648 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.94
CPU time (s): 1800.83
CPU user time (s): 1799.58
CPU system time (s): 1.25581
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 1.25581
maximum resident set size= 587740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13148
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38818
involuntary context switches= 11180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7034 second user time and 13.323 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 23:57:51
IDJOB=4089558
IDBENCH=107423
IDSOLVER=2546
FILE ID=node138/4089558-1466027871
RUNJOBID= node138-1466015679-6167
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-grid6x19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089558-1466027871/watcher-4089558-1466027871 -o /tmp/evaluation-result-4089558-1466027871/solver-4089558-1466027871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089558-1466027871.opb

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

MD5SUM BENCH= b7d9d57f789098004c9caf82fc3e2703
RANDOM SEED=1025301624

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:        31051960 kB
Buffers:           15940 kB
Cached:            40268 kB
SwapCached:         1268 kB
Active:           523384 kB
Inactive:          33520 kB
Active(anon):     501224 kB
Inactive(anon):     1708 kB
Active(file):      22160 kB
Inactive(file):    31812 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1093324 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             565440 kB
SReclaimable:       9204 kB
SUnreclaim:       556236 kB
KernelStack:        1768 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1375092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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-16 00:27:47