Trace number 4089159

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.72 1794.15

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x25.opb
MD5SUMba4dac5e63ce4b7dd0b2bb812f19aa1c
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.007997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints301
Number of constraints which are clauses300
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 constraint150
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4089159-1466019024.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.038s.
0.08/0.15	c declared #vars     150
0.08/0.15	c #constraints  301
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 300
0.08/0.15	c 301 constraints processed.
0.61/0.42	c cleaning 2500 clauses out of 5000 with flag 10378/5000
0.92/0.61	c cleaning 4251 clauses out of 8502 with flag 22862/11002
1.02/0.79	c cleaning 5625 clauses out of 11251 with flag 37353/18002
1.33/1.05	c cleaning 6813 clauses out of 13625 with flag 53979/26001
1.65/1.35	c cleaning 7904 clauses out of 15812 with flag 72686/35001
2.05/1.74	c cleaning 8954 clauses out of 17908 with flag 93541/45001
2.45/2.20	c cleaning 9973 clauses out of 19955 with flag 116364/56002
2.95/2.69	c cleaning 10987 clauses out of 21980 with flag 141252/68000
3.55/3.27	c cleaning 11993 clauses out of 23993 with flag 168323/81000
4.25/3.93	c cleaning 13000 clauses out of 26001 with flag 197392/95001
4.95/4.63	c cleaning 13996 clauses out of 28001 with flag 228587/110001
5.65/5.33	c cleaning 15002 clauses out of 30004 with flag 261742/126000
6.45/6.18	c cleaning 16001 clauses out of 32003 with flag 297014/143001
7.35/7.08	c cleaning 16999 clauses out of 34002 with flag 334288/161001
8.15/7.89	c cleaning 17999 clauses out of 36002 with flag 373617/180000
9.15/8.83	c cleaning 19000 clauses out of 38003 with flag 415189/200000
10.05/9.72	c cleaning 20001 clauses out of 40003 with flag 458910/221000
11.05/10.73	c cleaning 21000 clauses out of 42004 with flag 504698/243002
12.05/11.73	c cleaning 21998 clauses out of 44003 with flag 552403/266001
13.15/12.85	c cleaning 22999 clauses out of 46004 with flag 602210/290000
14.45/14.17	c cleaning 24000 clauses out of 48006 with flag 654165/315001
16.15/15.88	c cleaning 24998 clauses out of 50005 with flag 708151/341000
17.58/17.28	c cleaning 26003 clauses out of 52008 with flag 764139/368001
19.38/19.07	c cleaning 27001 clauses out of 54005 with flag 822192/396001
21.18/20.84	c cleaning 28002 clauses out of 56004 with flag 882388/425001
23.18/22.80	c cleaning 28999 clauses out of 58002 with flag 944610/455001
25.18/24.87	c cleaning 29998 clauses out of 60002 with flag 1008939/486000
27.38/27.09	c cleaning 31000 clauses out of 62004 with flag 1075403/518000
29.98/29.62	c cleaning 32000 clauses out of 64004 with flag 1143907/551000
32.08/31.76	c cleaning 33003 clauses out of 66006 with flag 1214542/585002
34.38/34.07	c cleaning 33998 clauses out of 68001 with flag 1287121/620000
36.88/36.53	c cleaning 35001 clauses out of 70003 with flag 1361743/656000
39.48/39.14	c cleaning 35997 clauses out of 72003 with flag 1438547/693001
42.18/41.87	c cleaning 37000 clauses out of 74007 with flag 1517426/731002
45.54/45.13	c cleaning 38000 clauses out of 76005 with flag 1598567/770000
48.85/48.41	c cleaning 39003 clauses out of 78005 with flag 1681764/810000
51.84/51.47	c cleaning 39999 clauses out of 80003 with flag 1766840/851001
55.24/54.82	c cleaning 41000 clauses out of 82003 with flag 1854144/893000
58.74/58.34	c cleaning 42002 clauses out of 84004 with flag 1943457/936001
62.53/62.18	c cleaning 42997 clauses out of 86001 with flag 2034849/980000
66.33/65.98	c cleaning 44000 clauses out of 88005 with flag 2128147/1025001
70.13/69.75	c cleaning 44997 clauses out of 90006 with flag 2223565/1071002
74.09/73.62	c cleaning 46000 clauses out of 92007 with flag 2321266/1118000
77.99/77.54	c cleaning 47004 clauses out of 94007 with flag 2420810/1166000
82.29/81.80	c cleaning 48002 clauses out of 96003 with flag 2522527/1215000
86.40/85.90	c cleaning 48997 clauses out of 98002 with flag 2626286/1265001
90.70/90.27	c cleaning 50000 clauses out of 100005 with flag 2731976/1316001
95.30/94.89	c cleaning 50997 clauses out of 102005 with flag 2840005/1368001
100.19/99.71	c cleaning 52006 clauses out of 104011 with flag 2950125/1421004
105.01/104.56	c cleaning 53000 clauses out of 106001 with flag 3062191/1475000
109.98/109.50	c cleaning 54000 clauses out of 108003 with flag 3176348/1530002
115.79/115.28	c cleaning 54996 clauses out of 110001 with flag 3292508/1586000
121.39/120.80	c cleaning 56003 clauses out of 112005 with flag 3410907/1643000
127.09/126.53	c cleaning 57000 clauses out of 114003 with flag 3531283/1701001
132.39/131.85	c cleaning 58001 clauses out of 116002 with flag 3653506/1760000
138.39/137.85	c cleaning 59001 clauses out of 118001 with flag 3778073/1820000
145.65/144.95	c cleaning 60000 clauses out of 120000 with flag 3904865/1881000
152.25/151.59	c cleaning 61001 clauses out of 122001 with flag 4033705/1943001
156.60/155.83	c cleaning 61993 clauses out of 123999 with flag 4171815/2006000
160.60/159.82	c cleaning 63002 clauses out of 126007 with flag 4311816/2070001
164.20/163.44	c cleaning 63999 clauses out of 128004 with flag 4455022/2135000
168.50/167.70	c cleaning 65000 clauses out of 130005 with flag 4598541/2201000
172.65/171.75	c cleaning 65997 clauses out of 132006 with flag 4746728/2268001
177.34/176.43	c cleaning 67000 clauses out of 134008 with flag 4894140/2336000
182.16/181.25	c cleaning 68000 clauses out of 136008 with flag 5042569/2405000
186.76/185.88	c cleaning 69003 clauses out of 138009 with flag 5193037/2475001
191.85/190.97	c cleaning 70000 clauses out of 140005 with flag 5344777/2546000
196.90/195.84	c cleaning 71001 clauses out of 142006 with flag 5497260/2618001
201.99/200.90	c cleaning 71999 clauses out of 144004 with flag 5651704/2691000
206.29/205.26	c cleaning 72996 clauses out of 146005 with flag 5807883/2765000
210.59/209.51	c cleaning 74001 clauses out of 148009 with flag 5965651/2840000
215.29/214.26	c cleaning 75002 clauses out of 150009 with flag 6125116/2916001
220.79/219.61	c cleaning 75998 clauses out of 152006 with flag 6285951/2993000
226.29/225.17	c cleaning 77002 clauses out of 154009 with flag 6447845/3071001
231.89/230.72	c cleaning 78001 clauses out of 156006 with flag 6611805/3150000
238.60/237.44	c cleaning 78999 clauses out of 158006 with flag 6778394/3230001
244.62/243.38	c cleaning 80001 clauses out of 160006 with flag 6946889/3311000
251.03/249.74	c cleaning 81003 clauses out of 162006 with flag 7117037/3393001
257.92/256.69	c cleaning 82000 clauses out of 164002 with flag 7289698/3476000
266.12/264.80	c cleaning 82999 clauses out of 166004 with flag 7464278/3560002
274.75/273.37	c cleaning 83997 clauses out of 168003 with flag 7641323/3645000
283.95/282.51	c cleaning 84999 clauses out of 170006 with flag 7819992/3731000
293.25/291.89	c cleaning 86000 clauses out of 172007 with flag 8000847/3818000
302.55/301.14	c cleaning 86998 clauses out of 174007 with flag 8183996/3906000
313.00/311.45	c cleaning 88004 clauses out of 176010 with flag 8368979/3995001
323.80/322.28	c cleaning 88999 clauses out of 178005 with flag 8555748/4085000
334.20/332.62	c cleaning 90000 clauses out of 180008 with flag 8744912/4176002
344.20/342.70	c cleaning 90998 clauses out of 182006 with flag 8936165/4268000
354.31/352.63	c cleaning 92001 clauses out of 184008 with flag 9129588/4361000
362.92/361.25	c cleaning 93002 clauses out of 186008 with flag 9325071/4455001
372.02/370.31	c cleaning 93998 clauses out of 188006 with flag 9522551/4550001
380.87/379.07	c cleaning 94997 clauses out of 190007 with flag 9722817/4646000
389.07/387.30	c cleaning 96000 clauses out of 192010 with flag 9924252/4743000
397.77/395.97	c cleaning 97001 clauses out of 194012 with flag 10128420/4841002
407.10/405.19	c cleaning 98001 clauses out of 196011 with flag 10334855/4940002
416.01/414.02	c cleaning 99002 clauses out of 198010 with flag 10543189/5040002
424.61/422.63	c cleaning 100000 clauses out of 200006 with flag 10753719/5141000
433.02/430.92	c cleaning 100999 clauses out of 202010 with flag 10966650/5243004
441.92/439.87	c cleaning 101998 clauses out of 204007 with flag 11181602/5346000
451.62/449.51	c cleaning 103004 clauses out of 206011 with flag 11398987/5450002
461.15/458.91	c cleaning 103999 clauses out of 208007 with flag 11618378/5555002
470.55/468.39	c cleaning 105002 clauses out of 210006 with flag 11839524/5661000
479.95/477.78	c cleaning 106001 clauses out of 212005 with flag 12063077/5768001
491.29/489.09	c cleaning 106995 clauses out of 214003 with flag 12288285/5876000
500.30/498.01	c cleaning 108000 clauses out of 216008 with flag 12515391/5985000
509.92/507.56	c cleaning 109002 clauses out of 218010 with flag 12744840/6095002
521.72/519.35	c cleaning 109999 clauses out of 220006 with flag 12976239/6206000
531.92/529.51	c cleaning 111000 clauses out of 222007 with flag 13209543/6318000
544.51/542.00	c cleaning 111996 clauses out of 224007 with flag 13445011/6431000
556.21/553.74	c cleaning 113002 clauses out of 226011 with flag 13682446/6545000
568.79/566.20	c cleaning 114002 clauses out of 228009 with flag 13922183/6660000
583.79/581.26	c cleaning 115000 clauses out of 230008 with flag 14163622/6776001
595.69/593.16	c cleaning 115999 clauses out of 232008 with flag 14407146/6893001
612.47/609.85	c cleaning 117004 clauses out of 234008 with flag 14651985/7011000
628.48/625.83	c cleaning 118001 clauses out of 236006 with flag 14899956/7130002
641.18/638.43	c cleaning 118998 clauses out of 238003 with flag 15150173/7250000
657.29/654.55	c cleaning 120000 clauses out of 240006 with flag 15402200/7371001
676.16/673.39	c cleaning 121001 clauses out of 242007 with flag 15655312/7493002
693.06/690.27	c cleaning 121996 clauses out of 244004 with flag 15911181/7616000
710.83/707.98	c cleaning 123000 clauses out of 246009 with flag 16169321/7740001
728.03/725.10	c cleaning 123999 clauses out of 248008 with flag 16429734/7865000
748.23/745.23	c cleaning 125002 clauses out of 250011 with flag 16692022/7991002
765.93/762.90	c cleaning 125999 clauses out of 252009 with flag 16956616/8118002
790.32/787.27	c cleaning 126998 clauses out of 254008 with flag 17223096/8246000
809.21/806.11	c cleaning 128000 clauses out of 256010 with flag 17491413/8375000
828.51/825.34	c cleaning 129003 clauses out of 258010 with flag 17761792/8505000
848.21/845.07	c cleaning 130002 clauses out of 260007 with flag 18034417/8636000
870.98/867.79	c cleaning 130997 clauses out of 262007 with flag 18309530/8768002
890.51/887.16	c cleaning 132002 clauses out of 264008 with flag 18586428/8901000
911.11/907.72	c cleaning 133001 clauses out of 266007 with flag 18865404/9035001
930.87/927.42	c cleaning 134001 clauses out of 268006 with flag 19146694/9170001
949.17/945.79	c cleaning 135002 clauses out of 270004 with flag 19429970/9306000
969.72/966.21	c cleaning 135997 clauses out of 272002 with flag 19715473/9443000
989.99/986.49	c cleaning 136996 clauses out of 274005 with flag 20002898/9581000
1010.79/1007.28	c cleaning 137999 clauses out of 276009 with flag 20292659/9720000
1030.96/1027.38	c cleaning 139001 clauses out of 278010 with flag 20584044/9860000
1052.85/1049.12	c cleaning 139999 clauses out of 280009 with flag 20877283/10001000
1073.06/1069.32	c cleaning 141000 clauses out of 282010 with flag 21172900/10143000
1094.28/1090.56	c cleaning 142003 clauses out of 284011 with flag 21470845/10286001
1114.27/1110.46	c cleaning 143001 clauses out of 286007 with flag 21770661/10430000
1137.00/1133.07	c cleaning 144000 clauses out of 288006 with flag 22072166/10575000
1160.90/1156.94	c cleaning 145000 clauses out of 290008 with flag 22376073/10721002
1182.42/1178.46	c cleaning 146001 clauses out of 292007 with flag 22682275/10868001
1207.10/1203.06	c cleaning 146998 clauses out of 294005 with flag 22990364/11016000
1229.87/1225.72	c cleaning 147999 clauses out of 296008 with flag 23300606/11165001
1254.96/1250.84	c cleaning 149004 clauses out of 298011 with flag 23612824/11315003
1278.37/1274.21	c cleaning 149999 clauses out of 300004 with flag 23927326/11466000
1303.79/1299.68	c cleaning 151001 clauses out of 302005 with flag 24243853/11618000
1325.95/1321.71	c cleaning 151997 clauses out of 304004 with flag 24562210/11771000
1347.10/1342.87	c cleaning 153001 clauses out of 306007 with flag 24882702/11925000
1369.67/1365.37	c cleaning 154001 clauses out of 308006 with flag 25205324/12080000
1396.77/1392.30	c cleaning 155001 clauses out of 310005 with flag 25529931/12236000
1421.15/1416.60	c cleaning 156003 clauses out of 312005 with flag 25856384/12393001
1448.44/1443.86	c cleaning 156994 clauses out of 314001 with flag 26184709/12551000
1472.50/1467.80	c cleaning 157997 clauses out of 316007 with flag 26516263/12710000
1495.36/1490.64	c cleaning 159000 clauses out of 318010 with flag 26849126/12870000
1524.23/1519.43	c cleaning 160002 clauses out of 320011 with flag 27183956/13031001
1553.18/1548.32	c cleaning 161002 clauses out of 322009 with flag 27520898/13193001
1579.32/1574.45	c cleaning 161997 clauses out of 324006 with flag 27860310/13356000
1606.88/1601.97	c cleaning 163000 clauses out of 326010 with flag 28201435/13520001
1632.41/1627.43	c cleaning 164003 clauses out of 328011 with flag 28544644/13685002
1657.55/1652.38	c cleaning 165001 clauses out of 330006 with flag 28889794/13851000
1683.19/1677.87	c cleaning 165999 clauses out of 332006 with flag 29237289/14018001
1712.73/1707.38	c cleaning 166998 clauses out of 334006 with flag 29586621/14186000
1738.10/1732.59	c cleaning 168004 clauses out of 336008 with flag 29938384/14355000
1770.55/1764.87	c cleaning 168997 clauses out of 338004 with flag 30292332/14525000
1793.52/1787.70	c cleaning 170005 clauses out of 340009 with flag 30648605/14696002
1800.04/1794.11	c starts		: 10779
1800.04/1794.11	c timeout
1800.04/1794.11	c conflicts		: 14775884
1800.04/1794.11	c decisions		: 15963120
1800.04/1794.11	c propagations		: 72839064
1800.04/1794.11	c inspects		: 27386577409
1800.04/1794.11	c shortcuts		: 0
1800.04/1794.11	c learnt literals	: 0
1800.04/1794.11	c learnt binary clauses	: 0
1800.04/1794.11	c learnt ternary clauses	: 0
1800.04/1794.11	c learnt constraints	: 14775884
1800.04/1794.11	c ignored constraints	: 0
1800.04/1794.11	c root simplifications	: 0
1800.04/1794.11	c removed literals (reason simplification)	: 0
1800.04/1794.11	c reason swapping (by a shorter reason)	: 0
1800.04/1794.11	c Calls to reduceDB	: 167
1800.04/1794.11	c Number of update (reduction) of LBD	: 487648
1800.04/1794.11	c Imported unit clauses	: 0
1800.04/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.11	c number of learned constraints concerned by reduction	: 0
1800.04/1794.11	c number of learning phase by resolution	: 0
1800.04/1794.11	c number of learning phase by cutting planes	: 0
1800.04/1794.11	c speed (assignments/second)	: 40602.48077433337
1800.04/1794.11	c non guided choices	69
1800.04/1794.14	c learnt constraints type 
1800.04/1794.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 249886
1800.04/1794.14	s UNKNOWN
1800.04/1794.14	c Total wall clock time (in seconds): 1794.027

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

pid=7491
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.96 2.03 2.04 3/195 7494
/proc/meminfo: memFree=30994820/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/7494/stat : 7494 (java) R 7491 7494 4966 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 3952310 9445376 93 33554432000 1073741824 1073778376 140736843321376 140736843318504 224913307063 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2306 96 75 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 1.96 2.03 2.04 3/195 7494
/proc/meminfo: memFree=30994820/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 4403 0 1 0 8 0 0 0 20 0 18 0 3952310 9787879424 6026 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 1.96 2.03 2.04 3/195 7494
/proc/meminfo: memFree=30994820/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 6346 0 1 0 26 1 0 0 20 0 19 0 3952310 9856040960 7394 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 7394 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300222 s]
/proc/loadavg: 1.96 2.03 2.04 3/195 7494
/proc/meminfo: memFree=30994820/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 6537 0 1 0 47 1 0 0 20 0 19 0 3952310 9856040960 7772 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 7772 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700164 s]
/proc/loadavg: 1.96 2.03 2.04 3/195 7494
/proc/meminfo: memFree=30994820/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 7644 0 1 0 101 1 0 0 20 0 19 0 3952310 9856040960 9335 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 9335 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.96 2.03 2.04 3/214 7513
/proc/meminfo: memFree=30961860/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 7653 0 1 0 184 1 0 0 20 0 19 0 3952310 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 11387 2256 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2413 0 1 0 146 0 0 0 20 0 19 0 3952311 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409559965392 140409410380709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3952313 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1730 0 0 0 17 0 0 0 20 0 19 0 3952316 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 2233 0 0 0 19 0 0 0 20 0 19 0 3952316 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 11387 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.96 2.03 2.04 3/214 7513
/proc/meminfo: memFree=30951248/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 7660 0 1 0 344 1 0 0 20 0 19 0 3952310 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 14971 2256 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2420 0 1 0 305 1 0 0 20 0 19 0 3952311 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409559965392 140409410424332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3952313 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1730 0 0 0 17 0 0 0 20 0 19 0 3952316 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 2233 0 0 0 19 0 0 0 20 0 19 0 3952316 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 14971 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.96 2.03 2.04 3/214 7513
/proc/meminfo: memFree=30924864/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 7674 0 1 0 663 2 0 0 20 0 19 0 3952310 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 21116 2257 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2433 0 1 0 624 2 0 0 20 0 19 0 3952311 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409559965392 140409410339584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3952312 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3952313 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1730 0 0 0 17 0 0 0 20 0 19 0 3952316 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 2233 0 0 0 19 0 0 0 20 0 19 0 3952316 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 21116 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1732 0 0 0 18 0 0 0 20 0 19 0 3952316 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 3041 0 0 0 26 0 0 0 20 0 19 0 3952316 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 100 0 0 0 25 24 0 0 20 0 19 0 3952316 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 109532 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 7882
/proc/meminfo: memFree=30671360/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=1788.21 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 14235 0 1 0 178744 77 0 0 20 0 19 0 3952310 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 107464 2281 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=1779.45 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2541 0 1 0 177913 32 0 0 20 0 19 0 3952311 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409559973072 140409410424277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 607 0 0 0 84 8 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 479 0 0 0 91 9 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 541 0 0 0 84 4 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 375 0 0 0 98 7 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 423 0 0 0 80 4 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1779 0 0 0 99 8 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 439 0 0 0 81 6 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 678 0 0 0 78 5 0 0 20 0 19 0 3952312 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 233 0 0 0 66 3 0 0 20 0 19 0 3952313 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1732 0 0 0 18 0 0 0 20 0 19 0 3952316 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 3041 0 0 0 26 0 0 0 20 0 19 0 3952316 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 104 0 0 0 26 25 0 0 20 0 19 0 3952316 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 107464 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 7883
/proc/meminfo: memFree=30671392/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 14237 0 1 0 179926 78 0 0 20 0 19 0 3952310 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 107465 2281 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=1791.25 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2542 0 1 0 179093 32 0 0 20 0 19 0 3952311 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409559973072 140409410322530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 607 0 0 0 85 8 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 479 0 0 0 92 9 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 541 0 0 0 84 4 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 375 0 0 0 98 7 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 423 0 0 0 80 4 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1779 0 0 0 99 8 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 439 0 0 0 82 6 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 678 0 0 0 79 5 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 234 0 0 0 66 3 0 0 20 0 19 0 3952313 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1732 0 0 0 18 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 3041 0 0 0 26 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 104 0 0 0 26 25 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 7494 sig 9
??? kill -7494 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 7883
/proc/meminfo: memFree=30671392/32872528 swapFree=162364/176672
[pid=7494] ppid=7491 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/7494/stat : 7494 (java) S 7491 7494 4966 0 -1 4202496 14237 0 1 0 179926 78 0 0 20 0 19 0 3952310 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140736843312512 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7494/statm: 2406260 107465 2281 9 0 2396937 0
[pid=7494/tid=7496] ppid=7491 vsize=9625040 CPUtime=1791.25 cores=0,2,4,6
/proc/7494/task/7496/stat : 7496 (java) R 7491 7494 4966 0 -1 4202560 2542 0 1 0 179093 32 0 0 20 0 19 0 3952311 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409559973072 140409410322530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7497] ppid=7491 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/7494/task/7497/stat : 7497 (java) S 7491 7494 4966 0 -1 4202560 607 0 0 0 85 8 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409532426536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7498] ppid=7491 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7494/task/7498/stat : 7498 (java) S 7491 7494 4966 0 -1 4202560 479 0 0 0 92 9 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409531373736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7499] ppid=7491 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7494/task/7499/stat : 7499 (java) S 7491 7494 4966 0 -1 4202560 541 0 0 0 84 4 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409530321448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7494/tid=7500] ppid=7491 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7494/task/7500/stat : 7500 (java) S 7491 7494 4966 0 -1 4202560 375 0 0 0 98 7 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409529268648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7501] ppid=7491 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7494/task/7501/stat : 7501 (java) S 7491 7494 4966 0 -1 4202560 423 0 0 0 80 4 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409398930216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7502] ppid=7491 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7494/task/7502/stat : 7502 (java) S 7491 7494 4966 0 -1 4202560 1779 0 0 0 99 8 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409397877416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7503] ppid=7491 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7494/task/7503/stat : 7503 (java) S 7491 7494 4966 0 -1 4202560 439 0 0 0 82 6 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409396825128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7504] ppid=7491 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7494/task/7504/stat : 7504 (java) S 7491 7494 4966 0 -1 4202560 678 0 0 0 79 5 0 0 20 0 19 0 3952312 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140409395772328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7494/tid=7505] ppid=7491 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7494/task/7505/stat : 7505 (java) S 7491 7494 4966 0 -1 4202560 234 0 0 0 66 3 0 0 20 0 19 0 3952313 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408913258728 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7506] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7506/stat : 7506 (java) S 7491 7494 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408912204792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7507] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7507/stat : 7507 (java) S 7491 7494 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3952314 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408911152392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7508] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7508/stat : 7508 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408910100880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7509] ppid=7491 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7494/task/7509/stat : 7509 (java) S 7491 7494 4966 0 -1 4202560 1732 0 0 0 18 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408909048504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7510] ppid=7491 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7494/task/7510/stat : 7510 (java) S 7491 7494 4966 0 -1 4202560 3041 0 0 0 26 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408907995704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7511] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7511/stat : 7511 (java) S 7491 7494 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408906943608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7494/tid=7512] ppid=7491 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7494/task/7512/stat : 7512 (java) S 7491 7494 4966 0 -1 4202560 104 0 0 0 26 25 0 0 20 0 19 0 3952316 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408905891016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7494/tid=7513] ppid=7491 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7494/task/7513/stat : 7513 (java) S 7491 7494 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3952326 9856040960 107465 33554432000 1073741824 1073778376 140736843321376 140408904836008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.15
CPU time (s): 1800.72
CPU user time (s): 1799.47
CPU system time (s): 1.25181
CPU usage (%): 100.366
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.25181
maximum resident set size= 644396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14301
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40124
involuntary context switches= 21392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4183 second user time and 12.3371 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 21:30:24
IDJOB=4089159
IDBENCH=107366
IDSOLVER=2546
FILE ID=node105/4089159-1466019024
RUNJOBID= node105-1466009078-4982
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-grid6x25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089159-1466019024/watcher-4089159-1466019024 -o /tmp/evaluation-result-4089159-1466019024/solver-4089159-1466019024 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089159-1466019024.opb

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

MD5SUM BENCH= ba4dac5e63ce4b7dd0b2bb812f19aa1c
RANDOM SEED=1972246805

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:        30995620 kB
Buffers:           75336 kB
Cached:           339244 kB
SwapCached:            0 kB
Active:           663736 kB
Inactive:         330700 kB
Active(anon):     582552 kB
Inactive(anon):        0 kB
Active(file):      81184 kB
Inactive(file):   330700 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             4 kB
AnonPages:        758692 kB
Mapped:            21928 kB
Shmem:               204 kB
Slab:             572388 kB
SReclaimable:      16080 kB
SUnreclaim:       556308 kB
KernelStack:        1584 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     956696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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:00:18