Trace number 4089285

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.66 1795.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x25.opb
MD5SUMb1d0cf2218da358eb09ee5b18b142133
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.004998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints201
Number of constraints which are clauses200
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 constraint100
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 50
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 150
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.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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4089285-1466022343.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.13	c ... done. Wall clock time 0.028s.
0.12/0.13	c declared #vars     100
0.12/0.13	c #constraints  201
0.12/0.13	c constraints type 
0.12/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.12/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.12/0.13	c 201 constraints processed.
0.52/0.38	c cleaning 2500 clauses out of 5000 with flag 10375/5000
0.82/0.53	c cleaning 4247 clauses out of 8500 with flag 22845/11000
1.03/0.71	c cleaning 5628 clauses out of 11256 with flag 37431/18003
1.24/0.94	c cleaning 6813 clauses out of 13625 with flag 54236/26000
1.57/1.21	c cleaning 7905 clauses out of 15812 with flag 72958/35000
1.87/1.51	c cleaning 8954 clauses out of 17908 with flag 93815/45001
2.16/1.85	c cleaning 9976 clauses out of 19953 with flag 116750/56000
2.57/2.24	c cleaning 10990 clauses out of 21980 with flag 141687/68003
3.06/2.71	c cleaning 11990 clauses out of 23987 with flag 168776/81000
3.56/3.25	c cleaning 12999 clauses out of 25998 with flag 197995/95001
4.16/3.84	c cleaning 13999 clauses out of 27998 with flag 229361/110000
4.85/4.46	c cleaning 14994 clauses out of 29999 with flag 264153/126000
5.54/5.11	c cleaning 16001 clauses out of 32005 with flag 300558/143000
6.14/5.70	c cleaning 17001 clauses out of 34005 with flag 338347/161001
6.75/6.36	c cleaning 17996 clauses out of 36003 with flag 378665/180000
7.45/7.03	c cleaning 19002 clauses out of 38008 with flag 422817/200001
8.26/7.84	c cleaning 20000 clauses out of 40007 with flag 466780/221002
9.15/8.71	c cleaning 21002 clauses out of 42005 with flag 512923/243000
9.95/9.59	c cleaning 22001 clauses out of 44003 with flag 561106/266000
11.15/10.77	c cleaning 22999 clauses out of 46002 with flag 611395/290000
12.35/11.98	c cleaning 24002 clauses out of 48004 with flag 663627/315001
13.65/13.27	c cleaning 24997 clauses out of 50003 with flag 717928/341002
15.45/15.06	c cleaning 25997 clauses out of 52004 with flag 774224/368000
17.25/16.88	c cleaning 27003 clauses out of 54008 with flag 832690/396001
19.34/18.92	c cleaning 28001 clauses out of 56004 with flag 893244/425000
21.36/20.92	c cleaning 29000 clauses out of 58004 with flag 956521/455001
22.56/22.12	c cleaning 29999 clauses out of 60004 with flag 1021990/486001
24.09/23.65	c cleaning 30997 clauses out of 62004 with flag 1089037/518000
25.59/25.16	c cleaning 32004 clauses out of 64009 with flag 1158156/551002
27.39/26.91	c cleaning 33001 clauses out of 66003 with flag 1229260/585000
29.20/28.72	c cleaning 33999 clauses out of 68002 with flag 1302349/620000
31.30/30.89	c cleaning 34999 clauses out of 70003 with flag 1377473/656000
33.50/33.02	c cleaning 36002 clauses out of 72007 with flag 1454962/693003
35.49/35.07	c cleaning 36999 clauses out of 74002 with flag 1534554/731000
38.00/37.57	c cleaning 38001 clauses out of 76006 with flag 1616077/770003
40.39/39.97	c cleaning 38997 clauses out of 78003 with flag 1699768/810001
42.59/42.19	c cleaning 40001 clauses out of 80006 with flag 1785823/851001
45.00/44.55	c cleaning 40999 clauses out of 82004 with flag 1873536/893000
47.81/47.34	c cleaning 42002 clauses out of 84005 with flag 1963431/936000
50.40/49.99	c cleaning 42998 clauses out of 86006 with flag 2055668/980003
52.60/52.14	c cleaning 44002 clauses out of 88005 with flag 2149977/1025000
55.43/54.92	c cleaning 45000 clauses out of 90004 with flag 2246060/1071001
58.03/57.59	c cleaning 45997 clauses out of 92004 with flag 2344281/1118001
60.93/60.49	c cleaning 47002 clauses out of 94007 with flag 2444760/1166001
64.23/63.75	c cleaning 48001 clauses out of 96005 with flag 2547193/1215001
67.64/67.19	c cleaning 49000 clauses out of 98004 with flag 2651581/1265001
70.94/70.41	c cleaning 49999 clauses out of 100004 with flag 2758284/1316001
73.63/73.15	c cleaning 51001 clauses out of 102004 with flag 2867115/1368000
76.63/76.10	c cleaning 51996 clauses out of 104004 with flag 2978014/1421001
79.53/79.05	c cleaning 52998 clauses out of 106007 with flag 3090921/1475000
82.63/82.17	c cleaning 54005 clauses out of 108009 with flag 3206067/1530000
86.08/85.54	c cleaning 55000 clauses out of 110005 with flag 3323560/1586001
90.18/89.65	c cleaning 56001 clauses out of 112004 with flag 3442751/1643000
93.78/93.22	c cleaning 56999 clauses out of 114003 with flag 3563466/1701000
97.49/97.00	c cleaning 58000 clauses out of 116004 with flag 3686243/1760000
102.08/101.52	c cleaning 59000 clauses out of 118005 with flag 3811558/1820001
107.29/106.77	c cleaning 60002 clauses out of 120006 with flag 3938769/1881002
113.28/112.74	c cleaning 61002 clauses out of 122004 with flag 4068609/1943002
118.88/118.38	c cleaning 61996 clauses out of 124000 with flag 4200143/2006000
124.68/124.11	c cleaning 62996 clauses out of 126004 with flag 4334044/2070000
130.69/130.08	c cleaning 64001 clauses out of 128009 with flag 4469926/2135001
136.68/136.04	c cleaning 65004 clauses out of 130007 with flag 4607589/2201000
143.48/142.89	c cleaning 66001 clauses out of 132003 with flag 4747683/2268000
150.49/149.86	c cleaning 67002 clauses out of 134003 with flag 4890018/2336001
158.41/157.74	c cleaning 67997 clauses out of 136000 with flag 5034396/2405000
165.61/164.94	c cleaning 68999 clauses out of 138004 with flag 5181060/2475001
174.00/173.36	c cleaning 70000 clauses out of 140004 with flag 5329472/2546000
182.31/181.68	c cleaning 71000 clauses out of 142004 with flag 5479888/2618000
190.71/189.95	c cleaning 71998 clauses out of 144004 with flag 5632469/2691000
196.92/196.17	c cleaning 72999 clauses out of 146006 with flag 5786933/2765000
204.22/203.42	c cleaning 74001 clauses out of 148008 with flag 5943989/2840001
211.92/211.18	c cleaning 75003 clauses out of 150006 with flag 6103536/2916000
220.02/219.22	c cleaning 75998 clauses out of 152003 with flag 6264397/2993000
230.73/229.98	c cleaning 77000 clauses out of 154006 with flag 6427182/3071001
238.83/237.88	c cleaning 77999 clauses out of 156005 with flag 6592679/3150000
245.84/244.83	c cleaning 79001 clauses out of 158008 with flag 6760849/3230002
253.05/252.05	c cleaning 79996 clauses out of 160005 with flag 6931654/3311000
259.04/258.03	c cleaning 81002 clauses out of 162009 with flag 7104503/3393000
266.94/265.94	c cleaning 82001 clauses out of 164008 with flag 7278111/3476001
274.94/273.91	c cleaning 82998 clauses out of 166006 with flag 7453534/3560000
283.65/282.52	c cleaning 83998 clauses out of 168010 with flag 7631088/3645002
290.95/289.88	c cleaning 85003 clauses out of 170012 with flag 7811874/3731002
299.15/298.07	c cleaning 86000 clauses out of 172007 with flag 7995184/3818000
307.24/306.13	c cleaning 87001 clauses out of 174008 with flag 8179958/3906001
314.51/313.26	c cleaning 87997 clauses out of 176006 with flag 8366621/3995000
323.11/321.89	c cleaning 89001 clauses out of 178011 with flag 8556087/4085002
333.01/331.75	c cleaning 90001 clauses out of 180008 with flag 8748429/4176000
348.91/347.70	c cleaning 90998 clauses out of 182008 with flag 8955111/4268001
363.24/361.81	c cleaning 92002 clauses out of 184012 with flag 9161225/4361003
378.24/376.82	c cleaning 93003 clauses out of 186008 with flag 9370543/4455001
389.43/388.04	c cleaning 94003 clauses out of 188005 with flag 9569032/4550001
399.48/397.98	c cleaning 94996 clauses out of 190002 with flag 9769777/4646001
413.68/412.14	c cleaning 95995 clauses out of 192005 with flag 9972771/4743000
423.98/422.41	c cleaning 97002 clauses out of 194013 with flag 10178377/4841003
435.18/433.67	c cleaning 97997 clauses out of 196009 with flag 10384990/4940001
447.87/446.27	c cleaning 99004 clauses out of 198012 with flag 10594231/5040001
457.97/456.31	c cleaning 99994 clauses out of 200007 with flag 10806285/5141000
471.97/470.32	c cleaning 101002 clauses out of 202013 with flag 11019886/5243000
489.59/487.88	c cleaning 102001 clauses out of 204011 with flag 11260717/5346000
504.99/503.21	c cleaning 103002 clauses out of 206011 with flag 11494513/5450001
517.09/515.36	c cleaning 103999 clauses out of 208008 with flag 11714449/5555000
528.90/527.04	c cleaning 105004 clauses out of 210010 with flag 11950222/5661001
540.90/539.05	c cleaning 106000 clauses out of 212006 with flag 12207152/5768001
556.40/554.55	c cleaning 107004 clauses out of 214007 with flag 12433091/5876002
574.50/572.58	c cleaning 108000 clauses out of 216002 with flag 12661204/5985001
590.69/588.70	c cleaning 108998 clauses out of 218001 with flag 12894892/6095000
607.48/605.30	c cleaning 109998 clauses out of 220003 with flag 13128588/6206000
626.08/623.99	c cleaning 111001 clauses out of 222005 with flag 13368755/6318000
641.78/639.60	c cleaning 111999 clauses out of 224005 with flag 13605245/6431001
657.57/655.34	c cleaning 112997 clauses out of 226007 with flag 13844761/6545002
673.67/671.40	c cleaning 113998 clauses out of 228008 with flag 14087365/6660000
688.36/686.10	c cleaning 115003 clauses out of 230011 with flag 14330795/6776001
701.80/699.59	c cleaning 116000 clauses out of 232008 with flag 14575703/6893001
715.40/713.12	c cleaning 117001 clauses out of 234007 with flag 14822520/7011000
731.98/729.65	c cleaning 117999 clauses out of 236008 with flag 15072238/7130002
749.88/747.51	c cleaning 118999 clauses out of 238007 with flag 15323222/7250000
765.46/763.09	c cleaning 119999 clauses out of 240008 with flag 15576236/7371000
785.85/783.43	c cleaning 120998 clauses out of 242010 with flag 15831394/7493001
809.15/806.75	c cleaning 122005 clauses out of 244013 with flag 16089462/7616002
833.01/830.55	c cleaning 123002 clauses out of 246007 with flag 16349242/7740001
853.60/851.12	c cleaning 123997 clauses out of 248005 with flag 16611655/7865001
876.79/874.21	c cleaning 125002 clauses out of 250008 with flag 16879884/7991001
902.40/899.89	c cleaning 125997 clauses out of 252005 with flag 17146987/8118000
929.87/927.23	c cleaning 127000 clauses out of 254009 with flag 17418722/8246001
954.27/951.69	c cleaning 128002 clauses out of 256009 with flag 17690117/8375001
976.86/974.19	c cleaning 129000 clauses out of 258008 with flag 17968877/8505002
995.66/992.92	c cleaning 129998 clauses out of 260006 with flag 18247727/8636000
1022.84/1020.02	c cleaning 131000 clauses out of 262008 with flag 18531455/8768000
1043.43/1040.63	c cleaning 132003 clauses out of 264010 with flag 18811258/8901002
1072.82/1069.92	c cleaning 133000 clauses out of 266005 with flag 19090727/9035000
1096.71/1093.83	c cleaning 134001 clauses out of 268005 with flag 19373057/9170000
1126.37/1123.44	c cleaning 134995 clauses out of 270004 with flag 19661455/9306000
1152.28/1149.24	c cleaning 136001 clauses out of 272009 with flag 19948122/9443000
1175.89/1172.87	c cleaning 137002 clauses out of 274009 with flag 20235689/9581001
1210.96/1207.90	c cleaning 138000 clauses out of 276008 with flag 20527287/9720002
1244.25/1241.13	c cleaning 139002 clauses out of 278006 with flag 20820528/9860000
1273.75/1270.52	c cleaning 139998 clauses out of 280004 with flag 21115947/10001000
1294.56/1291.35	c cleaning 141002 clauses out of 282007 with flag 21412421/10143001
1324.51/1321.21	c cleaning 141999 clauses out of 284005 with flag 21714775/10286001
1352.49/1349.10	c cleaning 143000 clauses out of 286006 with flag 22017321/10430001
1377.70/1374.30	c cleaning 144000 clauses out of 288005 with flag 22329383/10575000
1409.25/1405.83	c cleaning 145000 clauses out of 290007 with flag 22635723/10721002
1442.34/1438.81	c cleaning 146001 clauses out of 292006 with flag 22945351/10868001
1468.65/1465.15	c cleaning 146999 clauses out of 294005 with flag 23256160/11016001
1502.24/1498.64	c cleaning 148000 clauses out of 296005 with flag 23568554/11165000
1533.35/1529.68	c cleaning 148997 clauses out of 298005 with flag 23886022/11315000
1558.25/1554.59	c cleaning 150000 clauses out of 300009 with flag 24202412/11466001
1587.88/1584.13	c cleaning 151001 clauses out of 302008 with flag 24525593/11618000
1615.97/1612.11	c cleaning 152002 clauses out of 304007 with flag 24846304/11771000
1642.99/1639.05	c cleaning 153000 clauses out of 306006 with flag 25171246/11925001
1680.08/1676.12	c cleaning 154000 clauses out of 308005 with flag 25510673/12080000
1715.68/1711.61	c cleaning 155000 clauses out of 310006 with flag 25841110/12236001
1745.75/1741.62	c cleaning 156002 clauses out of 312005 with flag 26180540/12393000
1773.02/1768.86	c cleaning 156997 clauses out of 314003 with flag 26510636/12551000
1799.11/1794.95	c cleaning 157995 clauses out of 316006 with flag 26842980/12710000
1800.02/1795.70	c starts		: 4959
1800.02/1795.70	c conflicts		: 12721942
1800.02/1795.70	c timeout
1800.02/1795.70	c decisions		: 13470843
1800.02/1795.70	c propagations		: 63785337
1800.02/1795.70	c inspects		: 28754834359
1800.02/1795.70	c shortcuts		: 0
1800.02/1795.70	c learnt literals	: 0
1800.02/1795.70	c learnt binary clauses	: 0
1800.02/1795.70	c learnt ternary clauses	: 0
1800.02/1795.70	c learnt constraints	: 12721942
1800.02/1795.70	c ignored constraints	: 0
1800.02/1795.70	c root simplifications	: 0
1800.02/1795.70	c removed literals (reason simplification)	: 0
1800.02/1795.70	c reason swapping (by a shorter reason)	: 0
1800.02/1795.70	c Calls to reduceDB	: 155
1800.02/1795.70	c Number of update (reduction) of LBD	: 452676
1800.02/1795.70	c Imported unit clauses	: 0
1800.02/1795.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.70	c number of learned constraints concerned by reduction	: 0
1800.02/1795.70	c number of learning phase by resolution	: 0
1800.02/1795.70	c number of learning phase by cutting planes	: 0
1800.02/1795.70	c speed (assignments/second)	: 35523.66681833598
1800.02/1795.70	c non guided choices	46
1800.02/1795.73	c learnt constraints type 
1800.02/1795.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169953
1800.02/1795.73	s UNKNOWN
1800.02/1795.73	c Total wall clock time (in seconds): 1795.631

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

pid=8117
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.08 2.05 2.00 4/194 8120
/proc/meminfo: memFree=30982820/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 1362 0 0 0 0 0 0 0 20 0 2 0 4284192 98582528 985 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 24067 989 755 9 0 16773 0
[pid=8120/tid=8121] ppid=8117 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 4284193 99672064 989 33554432000 1073741824 1073778376 140734721520112 140510012850872 224913354538 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.08 2.05 2.00 4/194 8120
/proc/meminfo: memFree=30982820/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 4517 0 1 0 11 1 0 0 20 0 18 0 4284192 9787879424 6145 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2389619 6145 2157 9 0 2380296 0
[pid=8120/tid=8121] ppid=8117 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 4284193 9787879424 6145 33554432000 1073741824 1073778376 140734721520112 140510012853152 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 2.08 2.05 2.00 4/194 8120
/proc/meminfo: memFree=30982820/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 6746 0 1 0 32 2 0 0 20 0 19 0 4284192 9856040960 7518 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 7518 2232 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2403 0 1 0 17 1 0 0 20 0 19 0 4284193 9856040960 7518 33554432000 1073741824 1073778376 140734721520112 140510012854912 140510016140154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9625040

[startup+0.300341 s]
/proc/loadavg: 2.08 2.05 2.00 4/194 8120
/proc/meminfo: memFree=30982820/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 6779 0 1 0 50 2 0 0 20 0 19 0 4284192 9856040960 7918 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 7918 2238 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2404 0 1 0 27 1 0 0 20 0 19 0 4284193 9856040960 7918 33554432000 1073741824 1073778376 140734721520112 140510012854912 140509871989773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700338 s]
/proc/loadavg: 2.08 2.05 2.00 4/194 8120
/proc/meminfo: memFree=30982820/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 7786 0 1 0 101 2 0 0 20 0 19 0 4284192 9856040960 8961 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 8961 2248 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2406 0 1 0 66 2 0 0 20 0 19 0 4284193 9856040960 8961 33554432000 1073741824 1073778376 140734721520112 140510012854912 140509872365842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.08 2.05 2.00 3/213 8139
/proc/meminfo: memFree=30952992/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 7791 0 1 0 185 2 0 0 20 0 19 0 4284192 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 10498 2249 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2410 0 1 0 146 2 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140510012852792 140509872473843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284194 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2135 0 0 0 19 0 0 0 20 0 19 0 4284197 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 1975 0 0 0 15 0 0 0 20 0 19 0 4284197 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 10498 33554432000 1073741824 1073778376 140734721520112 140509760939688 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.10081 s]
/proc/loadavg: 2.07 2.05 2.00 3/213 8139
/proc/meminfo: memFree=30942264/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 7797 0 1 0 344 2 0 0 20 0 19 0 4284192 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 13570 2249 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2416 0 1 0 306 2 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140510012845776 140509872365842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284194 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2135 0 0 0 19 0 0 0 20 0 19 0 4284197 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 1975 0 0 0 15 0 0 0 20 0 19 0 4284197 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 13570 33554432000 1073741824 1073778376 140734721520112 140509760939688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.07 2.05 2.00 3/213 8139
/proc/meminfo: memFree=30919584/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 8662 0 1 0 672 3 0 0 20 0 19 0 4284192 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 19089 2251 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140510012845760 140509872425169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284193 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4284194 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2136 0 0 0 22 0 0 0 20 0 19 0 4284197 9856040960 19089 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2617 0 0 0 24 0 0 0 20 0 19 0 4284197 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 2826 0 0 0 21 0 0 0 20 0 19 0 4284197 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 99 0 0 0 23 33 0 0 20 0 19 0 4284197 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 106408 33554432000 1073741824 1073778376 140734721520112 140509760939688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 8378
/proc/meminfo: memFree=30691092/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=1786.51 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 13095 0 1 0 178577 74 0 0 20 0 19 0 4284192 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 105735 2277 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=1780.36 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2511 0 1 0 178003 33 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140510012845760 140509872343866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 370 0 0 0 67 6 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 461 0 0 0 62 5 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 622 0 0 0 65 6 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 424 0 0 0 54 6 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 338 0 0 0 56 6 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 325 0 0 0 60 6 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 298 0 0 0 49 4 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 735 0 0 0 58 5 0 0 20 0 19 0 4284193 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 206 0 0 0 25 3 0 0 20 0 19 0 4284194 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2617 0 0 0 24 0 0 0 20 0 19 0 4284197 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 2826 0 0 0 21 0 0 0 20 0 19 0 4284197 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 103 0 0 0 24 34 0 0 20 0 19 0 4284197 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 105735 33554432000 1073741824 1073778376 140734721520112 140509760939688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 8379
/proc/meminfo: memFree=30690804/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 13098 0 1 0 179927 75 0 0 20 0 19 0 4284192 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 104709 2277 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=1793.73 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2512 0 1 0 179340 33 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140510012853576 140509872316367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 370 0 0 0 69 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 461 0 0 0 64 5 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 622 0 0 0 66 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 424 0 0 0 56 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 338 0 0 0 60 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 325 0 0 0 61 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 298 0 0 0 50 4 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 735 0 0 0 60 5 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 208 0 0 0 25 3 0 0 20 0 19 0 4284194 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2617 0 0 0 24 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 2826 0 0 0 21 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 103 0 0 0 24 35 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509760939688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.7 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 8379
/proc/meminfo: memFree=30690804/32872528 swapFree=162364/176672
[pid=8120] ppid=8117 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/8120/stat : 8120 (java) S 8117 8120 4966 0 -1 4202496 13098 0 1 0 179927 75 0 0 20 0 19 0 4284192 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140734721511248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8120/statm: 2406260 104709 2277 9 0 2396937 0
[pid=8120/tid=8121] ppid=8117 vsize=9625040 CPUtime=1793.73 cores=1,3,5,7
/proc/8120/task/8121/stat : 8121 (java) R 8117 8120 4966 0 -1 4202560 2512 0 1 0 179340 33 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140510012853576 140509872316367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8123] ppid=8117 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/8120/task/8123/stat : 8123 (java) S 8117 8120 4966 0 -1 4202560 370 0 0 0 69 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509990956072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8124] ppid=8117 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8120/task/8124/stat : 8124 (java) S 8117 8120 4966 0 -1 4202560 461 0 0 0 64 5 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509787974568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8120/tid=8125] ppid=8117 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8120/task/8125/stat : 8125 (java) S 8117 8120 4966 0 -1 4202560 622 0 0 0 66 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509786921768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8126] ppid=8117 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8120/task/8126/stat : 8126 (java) S 8117 8120 4966 0 -1 4202560 424 0 0 0 56 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509785868968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8127] ppid=8117 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8120/task/8127/stat : 8127 (java) S 8117 8120 4966 0 -1 4202560 338 0 0 0 60 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509784816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8128] ppid=8117 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8120/task/8128/stat : 8128 (java) S 8117 8120 4966 0 -1 4202560 325 0 0 0 61 6 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509783763368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8129] ppid=8117 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8120/task/8129/stat : 8129 (java) S 8117 8120 4966 0 -1 4202560 298 0 0 0 50 4 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509782710568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8130] ppid=8117 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8120/task/8130/stat : 8130 (java) S 8117 8120 4966 0 -1 4202560 735 0 0 0 60 5 0 0 20 0 19 0 4284193 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509781657768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8131] ppid=8117 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8120/task/8131/stat : 8131 (java) S 8117 8120 4966 0 -1 4202560 208 0 0 0 25 3 0 0 20 0 19 0 4284194 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509769460712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8132] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8132/stat : 8132 (java) S 8117 8120 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509768406776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8133] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8133/stat : 8133 (java) S 8117 8120 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4284195 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509767353864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8134] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8134/stat : 8134 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509766302352 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8135] ppid=8117 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8120/task/8135/stat : 8135 (java) S 8117 8120 4966 0 -1 4202560 2617 0 0 0 24 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509765249464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8120/tid=8136] ppid=8117 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8120/task/8136/stat : 8136 (java) S 8117 8120 4966 0 -1 4202560 2826 0 0 0 21 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509764196664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8137] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8137/stat : 8137 (java) S 8117 8120 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509763144056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8120/tid=8138] ppid=8117 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8120/task/8138/stat : 8138 (java) S 8117 8120 4966 0 -1 4202560 103 0 0 0 24 35 0 0 20 0 19 0 4284197 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509762091464 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8120/tid=8139] ppid=8117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8120/task/8139/stat : 8139 (java) S 8117 8120 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4284206 9856040960 104709 33554432000 1073741824 1073778376 140734721520112 140509760939688 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.74
CPU time (s): 1800.66
CPU user time (s): 1799.37
CPU system time (s): 1.2908
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.2908
maximum resident set size= 576524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13141
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39144
involuntary context switches= 23369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4434 second user time and 13.5119 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 22:25:43
IDJOB=4089285
IDBENCH=107384
IDSOLVER=2546
FILE ID=node105/4089285-1466022343
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-grid4x25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089285-1466022343/watcher-4089285-1466022343 -o /tmp/evaluation-result-4089285-1466022343/solver-4089285-1466022343 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089285-1466022343.opb

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

MD5SUM BENCH= b1d0cf2218da358eb09ee5b18b142133
RANDOM SEED=580977413

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:        30983620 kB
Buffers:           79316 kB
Cached:           340700 kB
SwapCached:            0 kB
Active:           670700 kB
Inactive:         336328 kB
Active(anon):     588744 kB
Inactive(anon):      828 kB
Active(file):      81956 kB
Inactive(file):   335500 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        886300 kB
Mapped:            22024 kB
Shmem:               204 kB
Slab:             572432 kB
SReclaimable:      16328 kB
SUnreclaim:       556104 kB
KernelStack:        1760 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     897912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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-15 22:55:38