Trace number 4089677

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 1792.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x23-hard.opb
MD5SUM1a7387ca9aeb62ab619fcd4d89e14fdf
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.05899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables184
Total number of constraints369
Number of constraints which are clauses368
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 constraint184
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 95
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 279
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089677-1466031346.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.045s.
0.11/0.14	c declared #vars     184
0.11/0.14	c #constraints  369
0.11/0.14	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 368
0.11/0.15	c 369 constraints processed.
0.62/0.42	c cleaning 2500 clauses out of 5001 with flag 10369/5001
0.94/0.62	c cleaning 4251 clauses out of 8502 with flag 22796/11002
1.14/0.84	c cleaning 5625 clauses out of 11249 with flag 37305/18000
1.46/1.12	c cleaning 6812 clauses out of 13627 with flag 53893/26003
1.77/1.45	c cleaning 7905 clauses out of 15813 with flag 72516/35001
2.17/1.83	c cleaning 8954 clauses out of 17908 with flag 93250/45001
2.58/2.26	c cleaning 9975 clauses out of 19953 with flag 116064/56000
3.07/2.79	c cleaning 10988 clauses out of 21979 with flag 140914/68001
3.68/3.34	c cleaning 11992 clauses out of 23990 with flag 167862/81000
4.27/3.91	c cleaning 12995 clauses out of 25998 with flag 196892/95000
4.88/4.56	c cleaning 14002 clauses out of 28003 with flag 227960/110000
5.58/5.25	c cleaning 14998 clauses out of 30001 with flag 261165/126000
6.38/6.07	c cleaning 15996 clauses out of 32004 with flag 296366/143001
7.28/6.99	c cleaning 17001 clauses out of 34007 with flag 333785/161000
8.28/7.98	c cleaning 18004 clauses out of 36008 with flag 373120/180002
9.38/9.06	c cleaning 18999 clauses out of 38004 with flag 414555/200002
10.68/10.33	c cleaning 19998 clauses out of 40003 with flag 458071/221000
11.78/11.44	c cleaning 20999 clauses out of 42005 with flag 503658/243000
12.98/12.63	c cleaning 22004 clauses out of 44007 with flag 551376/266001
14.28/13.97	c cleaning 23000 clauses out of 46003 with flag 601145/290001
16.03/15.61	c cleaning 23999 clauses out of 48002 with flag 652923/315000
17.33/16.98	c cleaning 24999 clauses out of 50003 with flag 706868/341000
18.93/18.59	c cleaning 26003 clauses out of 52006 with flag 762637/368002
20.63/20.26	c cleaning 26999 clauses out of 54001 with flag 820109/396000
22.44/22.08	c cleaning 28002 clauses out of 56003 with flag 880109/425001
24.64/24.30	c cleaning 28999 clauses out of 58000 with flag 942180/455000
27.13/26.71	c cleaning 29997 clauses out of 60001 with flag 1006431/486000
29.23/28.80	c cleaning 31001 clauses out of 62004 with flag 1072754/518000
31.43/31.07	c cleaning 32002 clauses out of 64004 with flag 1141233/551001
34.03/33.68	c cleaning 33001 clauses out of 66002 with flag 1211768/585001
36.67/36.25	c cleaning 33998 clauses out of 68001 with flag 1284255/620001
39.27/38.87	c cleaning 34997 clauses out of 70002 with flag 1358851/656000
41.97/41.59	c cleaning 35998 clauses out of 72005 with flag 1435573/693000
45.07/44.60	c cleaning 37004 clauses out of 74009 with flag 1514352/731002
47.97/47.55	c cleaning 37999 clauses out of 76004 with flag 1595209/770001
50.97/50.50	c cleaning 38999 clauses out of 78004 with flag 1678018/810000
53.97/53.50	c cleaning 40002 clauses out of 80005 with flag 1763019/851000
57.27/56.80	c cleaning 41000 clauses out of 82003 with flag 1849899/893000
61.22/60.77	c cleaning 41996 clauses out of 84004 with flag 1939051/936001
65.03/64.50	c cleaning 43003 clauses out of 86008 with flag 2030238/980001
69.32/68.83	c cleaning 44002 clauses out of 88004 with flag 2123628/1025000
73.92/73.42	c cleaning 45001 clauses out of 90004 with flag 2218892/1071002
78.82/78.31	c cleaning 45998 clauses out of 92001 with flag 2316205/1118000
84.02/83.56	c cleaning 46996 clauses out of 94003 with flag 2415563/1166000
88.23/87.64	c cleaning 47999 clauses out of 96007 with flag 2517209/1215000
92.73/92.14	c cleaning 49004 clauses out of 98008 with flag 2620869/1265000
97.03/96.42	c cleaning 50000 clauses out of 100004 with flag 2726635/1316000
101.43/100.81	c cleaning 51002 clauses out of 102005 with flag 2834350/1368001
106.43/105.81	c cleaning 51996 clauses out of 104004 with flag 2944203/1421002
111.23/110.63	c cleaning 53000 clauses out of 106008 with flag 3056211/1475002
116.61/115.82	c cleaning 54002 clauses out of 108006 with flag 3170070/1530000
122.22/121.47	c cleaning 55002 clauses out of 110004 with flag 3286050/1586000
128.62/127.84	c cleaning 55996 clauses out of 112002 with flag 3404197/1643000
133.52/132.74	c cleaning 57004 clauses out of 114008 with flag 3524283/1701002
138.82/138.09	c cleaning 58000 clauses out of 116002 with flag 3646490/1760000
144.52/143.78	c cleaning 58999 clauses out of 118002 with flag 3770924/1820000
150.76/149.88	c cleaning 59999 clauses out of 120005 with flag 3897192/1881002
156.96/156.03	c cleaning 60999 clauses out of 122004 with flag 4025656/1943000
163.17/162.29	c cleaning 62001 clauses out of 124006 with flag 4156090/2006001
170.17/169.27	c cleaning 63002 clauses out of 126006 with flag 4288867/2070002
177.48/176.34	c cleaning 64002 clauses out of 128003 with flag 4423594/2135001
184.78/183.61	c cleaning 64998 clauses out of 130001 with flag 4560437/2201001
191.98/190.81	c cleaning 65998 clauses out of 132002 with flag 4699234/2268000
200.17/199.04	c cleaning 66998 clauses out of 134004 with flag 4839996/2336000
208.66/207.21	c cleaning 67997 clauses out of 136006 with flag 4983066/2405000
217.76/216.40	c cleaning 69005 clauses out of 138009 with flag 5128339/2475000
224.76/223.31	c cleaning 69998 clauses out of 140004 with flag 5275447/2546000
233.03/231.49	c cleaning 70999 clauses out of 142008 with flag 5424493/2618002
241.23/239.64	c cleaning 72001 clauses out of 144007 with flag 5575680/2691000
249.33/247.75	c cleaning 73002 clauses out of 146008 with flag 5729034/2765002
258.39/256.69	c cleaning 74002 clauses out of 148007 with flag 5884598/2840003
267.69/265.93	c cleaning 74995 clauses out of 150002 with flag 6042058/2916000
276.48/274.77	c cleaning 76003 clauses out of 152007 with flag 6201572/2993000
286.57/284.74	c cleaning 77001 clauses out of 154004 with flag 6363351/3071000
295.87/294.07	c cleaning 77999 clauses out of 156004 with flag 6526875/3150001
305.17/303.24	c cleaning 79004 clauses out of 158007 with flag 6692659/3230003
315.76/313.89	c cleaning 80000 clauses out of 160001 with flag 6860572/3311001
325.27/323.30	c cleaning 81001 clauses out of 162001 with flag 7030506/3393001
336.61/334.68	c cleaning 81997 clauses out of 164001 with flag 7202316/3476002
346.31/344.35	c cleaning 82997 clauses out of 166003 with flag 7376216/3560001
357.07/355.04	c cleaning 83997 clauses out of 168005 with flag 7552412/3645000
368.16/366.19	c cleaning 84998 clauses out of 170009 with flag 7730716/3731001
378.64/376.55	c cleaning 86004 clauses out of 172011 with flag 7910713/3818001
389.75/387.66	c cleaning 86999 clauses out of 174006 with flag 8093024/3906000
400.83/398.60	c cleaning 88002 clauses out of 176010 with flag 8277271/3995003
412.64/410.41	c cleaning 89002 clauses out of 178006 with flag 8463808/4085001
425.07/422.85	c cleaning 89999 clauses out of 180004 with flag 8652456/4176001
436.77/434.53	c cleaning 91000 clauses out of 182004 with flag 8843047/4268000
450.80/448.58	c cleaning 91999 clauses out of 184004 with flag 9035896/4361000
465.10/462.84	c cleaning 93003 clauses out of 186007 with flag 9230476/4455002
478.17/475.89	c cleaning 93997 clauses out of 188002 with flag 9427376/4550000
490.18/487.86	c cleaning 94995 clauses out of 190005 with flag 9626221/4646000
504.54/502.17	c cleaning 96002 clauses out of 192012 with flag 9827217/4743002
517.49/515.07	c cleaning 97005 clauses out of 194011 with flag 10030519/4841003
531.89/529.44	c cleaning 97998 clauses out of 196003 with flag 10235612/4940000
546.23/543.80	c cleaning 99002 clauses out of 198005 with flag 10442851/5040000
561.35/558.75	c cleaning 100002 clauses out of 200004 with flag 10652094/5141001
576.15/573.54	c cleaning 100998 clauses out of 202001 with flag 10863243/5243000
594.54/591.84	c cleaning 101996 clauses out of 204003 with flag 11077051/5346000
609.21/606.47	c cleaning 102999 clauses out of 206007 with flag 11292695/5450000
622.81/620.03	c cleaning 103999 clauses out of 208008 with flag 11510273/5555000
638.69/635.87	c cleaning 105002 clauses out of 210009 with flag 11729871/5661000
653.69/650.71	c cleaning 106001 clauses out of 212009 with flag 11951709/5768002
668.29/665.35	c cleaning 107002 clauses out of 214007 with flag 12175678/5876001
684.61/681.67	c cleaning 107998 clauses out of 216004 with flag 12401554/5985000
705.39/702.31	c cleaning 109001 clauses out of 218007 with flag 12629322/6095001
722.18/719.09	c cleaning 109997 clauses out of 220006 with flag 12859209/6206001
738.58/735.47	c cleaning 111003 clauses out of 222008 with flag 13090952/6318000
757.23/754.01	c cleaning 112000 clauses out of 224006 with flag 13325108/6431001
776.85/773.63	c cleaning 113002 clauses out of 226007 with flag 13561308/6545002
795.22/791.94	c cleaning 113995 clauses out of 228003 with flag 13799761/6660000
815.08/811.70	c cleaning 115001 clauses out of 230008 with flag 14039752/6776000
831.67/828.22	c cleaning 116000 clauses out of 232008 with flag 14282153/6893001
848.16/844.66	c cleaning 117002 clauses out of 234008 with flag 14526409/7011001
867.32/863.70	c cleaning 118001 clauses out of 236006 with flag 14773373/7130001
887.80/884.17	c cleaning 118997 clauses out of 238004 with flag 15022140/7250000
909.30/905.53	c cleaning 119997 clauses out of 240007 with flag 15272806/7371000
930.90/927.02	c cleaning 121002 clauses out of 242012 with flag 15525797/7493002
955.60/951.62	c cleaning 122001 clauses out of 244008 with flag 15780491/7616000
979.01/974.97	c cleaning 123001 clauses out of 246009 with flag 16037350/7740002
998.88/994.75	c cleaning 124001 clauses out of 248006 with flag 16296464/7865000
1016.29/1012.07	c cleaning 125000 clauses out of 250006 with flag 16557793/7991001
1038.73/1034.42	c cleaning 125997 clauses out of 252005 with flag 16820950/8118000
1057.38/1053.03	c cleaning 126999 clauses out of 254008 with flag 17086676/8246000
1077.63/1073.21	c cleaning 128004 clauses out of 256009 with flag 17354010/8375000
1098.87/1094.39	c cleaning 129001 clauses out of 258006 with flag 17623214/8505001
1120.26/1115.64	c cleaning 129999 clauses out of 260005 with flag 17894764/8636001
1145.85/1141.13	c cleaning 130996 clauses out of 262006 with flag 18168427/8768001
1170.39/1165.69	c cleaning 132006 clauses out of 264012 with flag 18444072/8901003
1195.39/1190.54	c cleaning 132991 clauses out of 266003 with flag 18721553/9035000
1221.96/1217.09	c cleaning 134002 clauses out of 268012 with flag 19001311/9170000
1248.97/1243.99	c cleaning 135005 clauses out of 270011 with flag 19283355/9306001
1274.74/1269.68	c cleaning 135998 clauses out of 272007 with flag 19566969/9443002
1301.28/1296.05	c cleaning 137001 clauses out of 274007 with flag 19852949/9581000
1328.67/1323.38	c cleaning 138002 clauses out of 276007 with flag 20141022/9720001
1353.58/1348.19	c cleaning 138998 clauses out of 278005 with flag 20430957/9860001
1384.43/1378.94	c cleaning 140001 clauses out of 280006 with flag 20723038/10001000
1409.82/1404.21	c cleaning 140996 clauses out of 282006 with flag 21017406/10143001
1434.26/1428.54	c cleaning 142001 clauses out of 284009 with flag 21313574/10286000
1460.25/1454.33	c cleaning 143002 clauses out of 286008 with flag 21612280/10430000
1495.61/1489.64	c cleaning 143999 clauses out of 288006 with flag 21912568/10575000
1531.16/1525.02	c cleaning 145000 clauses out of 290008 with flag 22214132/10721001
1562.68/1556.44	c cleaning 146000 clauses out of 292009 with flag 22518899/10868002
1595.11/1588.73	c cleaning 146999 clauses out of 294007 with flag 22825249/11016000
1630.28/1623.72	c cleaning 148003 clauses out of 296009 with flag 23133997/11165001
1663.70/1657.02	c cleaning 148999 clauses out of 298005 with flag 23444741/11315000
1695.90/1689.15	c cleaning 150003 clauses out of 300006 with flag 23757851/11466000
1729.52/1722.54	c cleaning 151000 clauses out of 302004 with flag 24072591/11618001
1766.65/1759.51	c cleaning 151998 clauses out of 304003 with flag 24389647/11771000
1800.06/1792.80	c starts		: 1
1800.06/1792.80	c conflicts		: 11925001
1800.06/1792.80	c decisions		: 12352153
1800.06/1792.80	c propagations		: 59332550
1800.06/1792.80	c inspects		: 28169563697
1800.06/1792.80	c shortcuts		: 0
1800.06/1792.80	c learnt literals	: 0
1800.06/1792.80	c learnt binary clauses	: 0
1800.06/1792.80	c learnt ternary clauses	: 0
1800.06/1792.80	c learnt constraints	: 11925001
1800.06/1792.80	c ignored constraints	: 0
1800.06/1792.80	c root simplifications	: 0
1800.06/1792.80	c removed literals (reason simplification)	: 0
1800.06/1792.80	c reason swapping (by a shorter reason)	: 0
1800.06/1792.80	c Calls to reduceDB	: 150
1800.06/1792.80	c Number of update (reduction) of LBD	: 344857
1800.06/1792.80	c Imported unit clauses	: 0
1800.06/1792.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1792.80	c number of learned constraints concerned by reduction	: 0
1800.06/1792.80	c number of learning phase by resolution	: 0
1800.06/1792.80	c number of learning phase by cutting planes	: 0
1800.06/1792.80	c speed (assignments/second)	: 33097.584309306585
1800.06/1792.80	c non guided choices	87
1800.06/1792.83	c learnt constraints type 
1800.06/1792.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306006
1800.06/1792.83	s UNKNOWN
1800.06/1792.83	c Total wall clock time (in seconds): 1792.734

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9444
/proc/meminfo: memFree=31052036/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 5184524 98570240 978 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 24065 978 744 9 0 16771 0
[pid=9444/tid=9445] ppid=9441 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5184525 98570240 978 33554432000 1073741824 1073778376 140736683828416 139688601792040 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100205 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9444
/proc/meminfo: memFree=31052036/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 4515 0 1 0 10 1 0 0 20 0 18 0 5184524 9787879424 6141 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2389619 6141 2157 9 0 2380296 0
[pid=9444/tid=9445] ppid=9441 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2382 0 1 0 6 2 0 0 20 0 18 0 5184525 9787879424 6141 33554432000 1073741824 1073778376 140736683828416 139688601795488 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200391 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9444
/proc/meminfo: memFree=31052036/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 6459 0 1 0 29 1 0 0 20 0 19 0 5184524 9856040960 7433 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 7433 2238 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2409 0 1 0 16 2 0 0 20 0 19 0 5184525 9856040960 7433 33554432000 1073741824 1073778376 140736683828416 139688601797016 139688608194278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300381 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9444
/proc/meminfo: memFree=31052036/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 6532 0 1 0 49 1 0 0 20 0 19 0 5184524 9856040960 7964 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 7964 2244 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2410 0 1 0 26 2 0 0 20 0 19 0 5184525 9856040960 7964 33554432000 1073741824 1073778376 140736683828416 139688601797016 139688459484488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700284 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 9444
/proc/meminfo: memFree=31052036/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 7620 0 1 0 102 2 0 0 20 0 19 0 5184524 9856040960 9528 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 9528 2254 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2412 0 1 0 66 2 0 0 20 0 19 0 5184525 9856040960 9528 33554432000 1073741824 1073778376 140736683828416 139688601797000 139688459912652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 9463
/proc/meminfo: memFree=31016400/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 7635 0 1 0 185 2 0 0 20 0 19 0 5184524 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 12097 2256 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 5184525 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688601797000 139688459812720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 1799 0 0 0 17 0 0 0 20 0 19 0 5184529 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 12097 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9463
/proc/meminfo: memFree=31003492/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 7644 0 1 0 345 2 0 0 20 0 19 0 5184524 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 16705 2256 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2427 0 1 0 306 2 0 0 20 0 19 0 5184525 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688601788112 139688459815296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 1799 0 0 0 17 0 0 0 20 0 19 0 5184529 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 16705 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9463
/proc/meminfo: memFree=30968472/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 7662 0 1 0 666 3 0 0 20 0 19 0 5184524 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 24360 2257 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2443 0 1 0 626 2 0 0 20 0 19 0 5184525 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688601788112 139688459832346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5184526 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 1800 0 0 0 18 0 0 0 20 0 19 0 5184529 9856040960 24360 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 2263 0 0 0 20 0 0 0 20 0 19 0 5184529 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 96 0 0 0 23 31 0 0 20 0 19 0 5184529 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 98894 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/213 9595
/proc/meminfo: memFree=30957280/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1729.32 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 11746 0 1 0 172849 83 0 0 20 0 19 0 5184524 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 96070 2279 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=1718.75 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2562 0 1 0 171844 31 0 0 20 0 19 0 5184525 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688601795808 139688459987842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 516 0 0 0 97 7 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 324 0 0 0 112 9 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 103 8 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 371 0 0 0 113 6 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 347 0 0 0 96 6 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 447 0 0 0 118 9 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 445 0 0 0 112 9 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 102 5 0 0 20 0 19 0 5184526 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 257 0 0 0 83 3 0 0 20 0 19 0 5184527 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 2263 0 0 0 20 0 0 0 20 0 19 0 5184529 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 100 0 0 0 24 32 0 0 20 0 19 0 5184529 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 96070 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/213 9596
/proc/meminfo: memFree=30966660/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1789.57 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 11758 0 1 0 178873 84 0 0 20 0 19 0 5184524 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 93665 2279 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=1778.62 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2566 0 1 0 177830 32 0 0 20 0 19 0 5184525 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688601795808 139688459816236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 516 0 0 0 103 7 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 324 0 0 0 117 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 108 8 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 371 0 0 0 118 6 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 347 0 0 0 100 6 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 447 0 0 0 122 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 445 0 0 0 117 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 106 5 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 261 0 0 0 83 4 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 2263 0 0 0 20 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 104 0 0 0 25 34 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 9596
/proc/meminfo: memFree=30966780/32872528 swapFree=162364/176672
[pid=9444] ppid=9441 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/9444/stat : 9444 (java) S 9441 9444 4966 0 -1 4202496 11758 0 1 0 179922 84 0 0 20 0 19 0 5184524 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 140736683819552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9444/statm: 2406260 93665 2279 9 0 2396937 0
[pid=9444/tid=9445] ppid=9441 vsize=9625040 CPUtime=1789.12 cores=1,3,5,7
/proc/9444/task/9445/stat : 9445 (java) R 9441 9444 4966 0 -1 4202560 2566 0 1 0 178880 32 0 0 20 0 19 0 5184525 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688601795808 139688459987507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9447] ppid=9441 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/9444/task/9447/stat : 9447 (java) S 9441 9444 4966 0 -1 4202560 516 0 0 0 103 7 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688579897896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9448] ppid=9441 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/9444/task/9448/stat : 9448 (java) S 9441 9444 4966 0 -1 4202560 324 0 0 0 117 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688578845096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9449] ppid=9441 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9444/task/9449/stat : 9449 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 108 8 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688375478568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9450] ppid=9441 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/9444/task/9450/stat : 9450 (java) S 9441 9444 4966 0 -1 4202560 371 0 0 0 118 6 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688374425768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9451] ppid=9441 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/9444/task/9451/stat : 9451 (java) S 9441 9444 4966 0 -1 4202560 347 0 0 0 100 6 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688373373992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9452] ppid=9441 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9444/task/9452/stat : 9452 (java) S 9441 9444 4966 0 -1 4202560 447 0 0 0 122 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688372321192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9453] ppid=9441 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/9444/task/9453/stat : 9453 (java) S 9441 9444 4966 0 -1 4202560 445 0 0 0 117 9 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688371268392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9454] ppid=9441 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/9444/task/9454/stat : 9454 (java) S 9441 9444 4966 0 -1 4202560 355 0 0 0 106 5 0 0 20 0 19 0 5184526 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688370215592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9444/tid=9455] ppid=9441 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/9444/task/9455/stat : 9455 (java) S 9441 9444 4966 0 -1 4202560 261 0 0 0 83 4 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688358017512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9456] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9456/stat : 9456 (java) S 9441 9444 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688356963576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9457] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9457/stat : 9457 (java) S 9441 9444 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5184527 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688355910664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9458] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9458/stat : 9458 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688354859152 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9459] ppid=9441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9444/task/9459/stat : 9459 (java) S 9441 9444 4966 0 -1 4202560 2263 0 0 0 20 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688353807288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9444/tid=9460] ppid=9441 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9444/task/9460/stat : 9460 (java) S 9441 9444 4966 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688352754488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9461] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9461/stat : 9461 (java) S 9441 9444 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688351701880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9444/tid=9462] ppid=9441 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9444/task/9462/stat : 9462 (java) S 9441 9444 4966 0 -1 4202560 104 0 0 0 25 34 0 0 20 0 19 0 5184529 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688350649288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9444/tid=9463] ppid=9441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9444/task/9463/stat : 9463 (java) S 9441 9444 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5184540 9856040960 93665 33554432000 1073741824 1073778376 140736683828416 139688349594792 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 9444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.84
CPU time (s): 1800.83
CPU user time (s): 1799.4
CPU system time (s): 1.43378
CPU usage (%): 100.446
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 1.43378
maximum resident set size= 666120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11800
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40781
involuntary context switches= 22669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2814 second user time and 13.8249 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 00:55:46
IDJOB=4089677
IDBENCH=107440
IDSOLVER=2546
FILE ID=node105/4089677-1466031346
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 1a7387ca9aeb62ab619fcd4d89e14fdf
RANDOM SEED=1911669968

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31053092 kB
Buffers:           89940 kB
Cached:           344180 kB
SwapCached:            0 kB
Active:           590384 kB
Inactive:         348220 kB
Active(anon):     507044 kB
Inactive(anon):        0 kB
Active(file):      83340 kB
Inactive(file):   348220 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        792112 kB
Mapped:            22004 kB
Shmem:               204 kB
Slab:             573084 kB
SReclaimable:      16956 kB
SUnreclaim:       556128 kB
KernelStack:        1760 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     811272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-16 01:25:39