Trace number 4089642

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.99 1793.49

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x21.opb
MD5SUM8342f9c81628dad15cbbf5cf5512f9ff
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints253
Number of constraints which are clauses252
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 constraint126
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 63
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089642-1466030360.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.033s.
0.09/0.15	c declared #vars     126
0.09/0.15	c #constraints  253
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
0.09/0.15	c 253 constraints processed.
0.63/0.41	c cleaning 2500 clauses out of 5000 with flag 10378/5000
0.80/0.58	c cleaning 4251 clauses out of 8502 with flag 22862/11002
1.03/0.75	c cleaning 5625 clauses out of 11251 with flag 37353/18002
1.24/0.98	c cleaning 6812 clauses out of 13624 with flag 53984/26000
1.57/1.25	c cleaning 7905 clauses out of 15813 with flag 72651/35001
1.87/1.57	c cleaning 8954 clauses out of 17908 with flag 93376/45001
2.27/1.94	c cleaning 9977 clauses out of 19954 with flag 116189/56001
2.67/2.36	c cleaning 10989 clauses out of 21977 with flag 141027/68001
3.16/2.85	c cleaning 11994 clauses out of 23987 with flag 168091/81000
3.67/3.40	c cleaning 12995 clauses out of 25993 with flag 197169/95000
4.36/4.03	c cleaning 13997 clauses out of 27999 with flag 228398/110001
5.06/4.70	c cleaning 15002 clauses out of 30003 with flag 261671/126002
5.76/5.43	c cleaning 15999 clauses out of 32002 with flag 296947/143003
6.56/6.27	c cleaning 17000 clauses out of 34000 with flag 334306/161000
7.36/7.05	c cleaning 18000 clauses out of 36002 with flag 373710/180002
8.26/7.91	c cleaning 18999 clauses out of 38001 with flag 415197/200001
9.06/8.79	c cleaning 20000 clauses out of 40002 with flag 458764/221001
10.07/9.77	c cleaning 21001 clauses out of 42002 with flag 504604/243001
10.97/10.67	c cleaning 21999 clauses out of 44002 with flag 552370/266002
12.06/11.75	c cleaning 22999 clauses out of 46001 with flag 602138/290000
13.26/12.92	c cleaning 23998 clauses out of 48002 with flag 654142/315000
14.56/14.26	c cleaning 25000 clauses out of 50007 with flag 708113/341003
15.88/15.59	c cleaning 25999 clauses out of 52004 with flag 764104/368000
17.57/17.20	c cleaning 26998 clauses out of 54005 with flag 822351/396000
19.13/18.77	c cleaning 28002 clauses out of 56007 with flag 882541/425000
20.92/20.52	c cleaning 29004 clauses out of 58007 with flag 944846/455002
22.72/22.33	c cleaning 29996 clauses out of 60003 with flag 1009278/486002
24.82/24.44	c cleaning 31002 clauses out of 62007 with flag 1075766/518002
26.98/26.59	c cleaning 31995 clauses out of 64004 with flag 1145337/551001
28.57/28.10	c cleaning 33005 clauses out of 66010 with flag 1219670/585002
29.97/29.53	c cleaning 34000 clauses out of 68004 with flag 1296510/620001
31.47/31.04	c cleaning 34997 clauses out of 70003 with flag 1375088/656000
33.17/32.71	c cleaning 36002 clauses out of 72006 with flag 1455626/693000
35.17/34.70	c cleaning 37001 clauses out of 74006 with flag 1538014/731002
37.27/36.84	c cleaning 38001 clauses out of 76005 with flag 1622090/770002
39.37/38.96	c cleaning 38995 clauses out of 78002 with flag 1707185/810000
41.96/41.41	c cleaning 40000 clauses out of 80007 with flag 1794278/851000
44.46/43.94	c cleaning 41004 clauses out of 82007 with flag 1881949/893000
46.66/46.18	c cleaning 42002 clauses out of 84004 with flag 1971837/936001
49.56/49.01	c cleaning 43001 clauses out of 86001 with flag 2064091/980000
52.16/51.66	c cleaning 44000 clauses out of 88001 with flag 2157942/1025001
54.36/53.87	c cleaning 44997 clauses out of 90001 with flag 2254865/1071001
56.86/56.39	c cleaning 45999 clauses out of 92005 with flag 2352697/1118002
59.56/59.05	c cleaning 46998 clauses out of 94004 with flag 2453094/1166000
62.07/61.54	c cleaning 47996 clauses out of 96007 with flag 2555598/1215001
64.87/64.34	c cleaning 49004 clauses out of 98012 with flag 2660105/1265002
67.82/67.21	c cleaning 50000 clauses out of 100008 with flag 2766497/1316002
70.62/70.09	c cleaning 51003 clauses out of 102007 with flag 2874938/1368001
73.62/73.08	c cleaning 51998 clauses out of 104003 with flag 2985053/1421000
77.22/76.64	c cleaning 53000 clauses out of 106006 with flag 3097525/1475001
80.72/80.17	c cleaning 53996 clauses out of 108006 with flag 3212223/1530001
84.33/83.76	c cleaning 55002 clauses out of 110009 with flag 3328790/1586000
87.82/87.24	c cleaning 56001 clauses out of 112008 with flag 3447548/1643001
91.72/91.12	c cleaning 57000 clauses out of 114007 with flag 3568310/1701001
96.21/95.50	c cleaning 58002 clauses out of 116006 with flag 3691434/1760000
100.31/99.65	c cleaning 58998 clauses out of 118005 with flag 3816293/1820001
104.01/103.35	c cleaning 60002 clauses out of 120008 with flag 3943390/1881002
107.71/107.05	c cleaning 60999 clauses out of 122004 with flag 4072629/1943000
112.31/111.61	c cleaning 62003 clauses out of 124005 with flag 4203540/2006000
116.11/115.47	c cleaning 62997 clauses out of 126003 with flag 4336987/2070001
122.41/121.79	c cleaning 64001 clauses out of 128006 with flag 4472742/2135001
128.97/128.19	c cleaning 64999 clauses out of 130004 with flag 4610357/2201000
133.77/132.94	c cleaning 66000 clauses out of 132005 with flag 4749837/2268000
139.67/138.80	c cleaning 66999 clauses out of 134005 with flag 4890933/2336000
145.09/144.29	c cleaning 68004 clauses out of 136007 with flag 5034155/2405001
150.69/149.88	c cleaning 68997 clauses out of 138002 with flag 5179306/2475000
156.99/156.17	c cleaning 70004 clauses out of 140007 with flag 5327116/2546002
164.34/163.33	c cleaning 70995 clauses out of 142001 with flag 5477077/2618000
171.65/170.67	c cleaning 72004 clauses out of 144008 with flag 5628853/2691002
177.94/176.97	c cleaning 72998 clauses out of 146002 with flag 5782183/2765000
184.94/183.91	c cleaning 73999 clauses out of 148005 with flag 5937877/2840001
190.74/189.75	c cleaning 75001 clauses out of 150007 with flag 6096144/2916002
197.64/196.65	c cleaning 75999 clauses out of 152005 with flag 6256460/2993001
205.53/204.35	c cleaning 76999 clauses out of 154005 with flag 6418501/3071000
212.13/210.94	c cleaning 78003 clauses out of 156008 with flag 6582614/3150002
219.33/218.19	c cleaning 78996 clauses out of 158004 with flag 6748638/3230001
226.63/225.47	c cleaning 79997 clauses out of 160007 with flag 6916855/3311000
234.33/233.18	c cleaning 81006 clauses out of 162011 with flag 7086693/3393001
242.30/240.99	c cleaning 81998 clauses out of 164006 with flag 7258796/3476002
249.69/248.39	c cleaning 83002 clauses out of 166006 with flag 7432716/3560000
256.60/255.24	c cleaning 84000 clauses out of 168005 with flag 7609308/3645001
264.21/262.60	c cleaning 84997 clauses out of 170004 with flag 7788467/3731000
272.51/270.97	c cleaning 86002 clauses out of 172007 with flag 7969341/3818000
280.71/279.16	c cleaning 87004 clauses out of 174007 with flag 8152458/3906002
289.61/288.08	c cleaning 87998 clauses out of 176001 with flag 8337683/3995000
298.61/296.84	c cleaning 88997 clauses out of 178003 with flag 8525013/4085000
306.62/304.89	c cleaning 90002 clauses out of 180008 with flag 8714239/4176002
315.01/313.28	c cleaning 90999 clauses out of 182004 with flag 8905775/4268000
324.76/322.87	c cleaning 91999 clauses out of 184005 with flag 9098800/4361000
334.66/332.79	c cleaning 93000 clauses out of 186007 with flag 9294634/4455001
345.27/343.31	c cleaning 93999 clauses out of 188006 with flag 9492934/4550000
356.46/354.60	c cleaning 95002 clauses out of 190008 with flag 9692900/4646001
367.60/365.55	c cleaning 95998 clauses out of 192005 with flag 9894236/4743000
377.50/375.47	c cleaning 97002 clauses out of 194008 with flag 10098825/4841001
390.30/388.28	c cleaning 97996 clauses out of 196005 with flag 10305111/4940000
401.23/399.06	c cleaning 98999 clauses out of 198009 with flag 10513539/5040000
412.03/409.89	c cleaning 100004 clauses out of 200010 with flag 10730258/5141000
421.94/419.50	c cleaning 101000 clauses out of 202006 with flag 10945719/5243000
432.54/430.13	c cleaning 101995 clauses out of 204006 with flag 11161134/5346000
441.84/439.40	c cleaning 103004 clauses out of 206011 with flag 11376378/5450000
451.97/449.57	c cleaning 104000 clauses out of 208007 with flag 11593612/5555000
464.49/462.08	c cleaning 105004 clauses out of 210008 with flag 11811660/5661001
475.28/472.82	c cleaning 105999 clauses out of 212004 with flag 12032122/5768001
486.06/483.51	c cleaning 106999 clauses out of 214005 with flag 12255469/5876001
497.76/495.24	c cleaning 108000 clauses out of 216005 with flag 12480791/5985000
509.60/506.91	c cleaning 109000 clauses out of 218005 with flag 12708183/6095000
523.11/520.43	c cleaning 109999 clauses out of 220005 with flag 12937345/6206000
534.20/531.50	c cleaning 111001 clauses out of 222008 with flag 13168433/6318002
547.21/544.45	c cleaning 112003 clauses out of 224006 with flag 13401534/6431001
560.21/557.45	c cleaning 112999 clauses out of 226003 with flag 13638481/6545001
573.92/571.08	c cleaning 113997 clauses out of 228004 with flag 13877428/6660001
587.02/584.17	c cleaning 115000 clauses out of 230006 with flag 14118150/6776000
602.14/599.16	c cleaning 116001 clauses out of 232007 with flag 14360759/6893001
616.73/613.74	c cleaning 117001 clauses out of 234005 with flag 14605730/7011000
632.95/629.86	c cleaning 118001 clauses out of 236005 with flag 14853150/7130001
652.26/649.15	c cleaning 118999 clauses out of 238004 with flag 15102668/7250001
669.76/666.56	c cleaning 120001 clauses out of 240004 with flag 15354206/7371000
686.75/683.59	c cleaning 121000 clauses out of 242005 with flag 15607873/7493002
705.26/701.96	c cleaning 121999 clauses out of 244005 with flag 15863598/7616002
720.87/717.59	c cleaning 122994 clauses out of 246005 with flag 16121156/7740001
734.59/731.19	c cleaning 124004 clauses out of 248010 with flag 16381994/7865000
746.89/743.41	c cleaning 125001 clauses out of 250008 with flag 16643188/7991002
762.21/758.67	c cleaning 125999 clauses out of 252006 with flag 16907566/8118001
779.41/775.82	c cleaning 127000 clauses out of 254007 with flag 17173881/8246001
795.20/791.58	c cleaning 128000 clauses out of 256006 with flag 17442968/8375000
807.70/804.02	c cleaning 129001 clauses out of 258007 with flag 17713147/8505001
820.97/817.21	c cleaning 130000 clauses out of 260007 with flag 17985731/8636002
832.97/829.20	c cleaning 130998 clauses out of 262006 with flag 18260959/8768001
850.21/846.43	c cleaning 131998 clauses out of 264007 with flag 18537558/8901000
868.22/864.33	c cleaning 133002 clauses out of 266009 with flag 18816496/9035000
886.62/882.73	c cleaning 134001 clauses out of 268008 with flag 19097964/9170001
901.36/897.49	c cleaning 135002 clauses out of 270008 with flag 19380619/9306002
922.24/918.23	c cleaning 135997 clauses out of 272004 with flag 19665927/9443000
943.25/939.28	c cleaning 137002 clauses out of 274008 with flag 19952791/9581001
959.53/955.42	c cleaning 138000 clauses out of 276005 with flag 20242048/9720000
977.83/973.68	c cleaning 139000 clauses out of 278005 with flag 20533464/9860000
997.93/993.73	c cleaning 140000 clauses out of 280006 with flag 20826250/10001001
1020.77/1016.59	c cleaning 141001 clauses out of 282006 with flag 21121257/10143001
1040.29/1035.91	c cleaning 141998 clauses out of 284004 with flag 21417840/10286000
1063.38/1058.92	c cleaning 143000 clauses out of 286008 with flag 21716371/10430002
1087.68/1083.24	c cleaning 144000 clauses out of 288008 with flag 22017124/10575002
1109.46/1104.93	c cleaning 144996 clauses out of 290008 with flag 22320227/10721002
1133.56/1128.94	c cleaning 146001 clauses out of 292010 with flag 22624450/10868000
1158.79/1154.03	c cleaning 146999 clauses out of 294009 with flag 22931508/11016000
1179.38/1174.67	c cleaning 148001 clauses out of 296011 with flag 23241244/11165001
1206.34/1201.51	c cleaning 149003 clauses out of 298011 with flag 23553196/11315002
1230.21/1225.38	c cleaning 149999 clauses out of 300007 with flag 23866916/11466001
1255.30/1250.39	c cleaning 151000 clauses out of 302007 with flag 24181981/11618000
1283.21/1278.18	c cleaning 151998 clauses out of 304007 with flag 24499465/11771000
1307.49/1302.30	c cleaning 152999 clauses out of 306010 with flag 24819958/11925001
1334.11/1328.84	c cleaning 154002 clauses out of 308010 with flag 25142034/12080000
1364.12/1358.71	c cleaning 155003 clauses out of 310010 with flag 25466229/12236002
1389.62/1384.14	c cleaning 155997 clauses out of 312005 with flag 25792776/12393000
1411.22/1405.62	c cleaning 157002 clauses out of 314009 with flag 26121517/12551001
1445.82/1440.14	c cleaning 158002 clauses out of 316007 with flag 26452370/12710001
1476.33/1470.60	c cleaning 159000 clauses out of 318005 with flag 26785023/12870001
1506.43/1500.51	c cleaning 159999 clauses out of 320005 with flag 27119665/13031001
1535.34/1529.38	c cleaning 160998 clauses out of 322005 with flag 27456509/13193000
1566.92/1560.81	c cleaning 162003 clauses out of 324007 with flag 27795135/13356000
1598.20/1592.05	c cleaning 162998 clauses out of 326004 with flag 28136009/13520000
1634.38/1628.14	c cleaning 163995 clauses out of 328006 with flag 28479231/13685000
1668.72/1662.40	c cleaning 164998 clauses out of 330012 with flag 28823705/13851001
1701.70/1695.25	c cleaning 166001 clauses out of 332014 with flag 29169643/14018001
1734.96/1728.48	c cleaning 167002 clauses out of 334014 with flag 29518496/14186002
1770.84/1764.21	c cleaning 168001 clauses out of 336012 with flag 29868678/14355002
1800.07/1793.45	c starts		: 4060
1800.07/1793.45	c conflicts		: 14512183
1800.07/1793.45	c timeout
1800.07/1793.45	c decisions		: 15291447
1800.07/1793.45	c propagations		: 72112508
1800.07/1793.45	c inspects		: 30538258732
1800.07/1793.45	c shortcuts		: 0
1800.07/1793.45	c learnt literals	: 0
1800.07/1793.45	c learnt binary clauses	: 0
1800.07/1793.45	c learnt ternary clauses	: 0
1800.07/1793.45	c learnt constraints	: 14512183
1800.07/1793.45	c ignored constraints	: 0
1800.07/1793.45	c root simplifications	: 0
1800.07/1793.45	c removed literals (reason simplification)	: 0
1800.07/1793.45	c reason swapping (by a shorter reason)	: 0
1800.07/1793.45	c Calls to reduceDB	: 165
1800.07/1793.45	c Number of update (reduction) of LBD	: 440840
1800.07/1793.45	c Imported unit clauses	: 0
1800.07/1793.45	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.45	c number of learned constraints concerned by reduction	: 0
1800.07/1793.45	c number of learning phase by resolution	: 0
1800.07/1793.45	c number of learning phase by cutting planes	: 0
1800.07/1793.45	c speed (assignments/second)	: 40212.250396894655
1800.07/1793.45	c non guided choices	57
1800.07/1793.48	c learnt constraints type 
1800.07/1793.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 325192
1800.07/1793.48	s UNKNOWN
1800.07/1793.48	c Total wall clock time (in seconds): 1793.366

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 9224
/proc/meminfo: memFree=31109692/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9224/stat : 9224 (java) D 9221 9224 4966 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 5085889 2560000 46 33554432000 1073741824 1073778376 140735788940592 140735788937720 224913354023 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 625 46 37 9 0 29 0

[startup+0.100139 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 9224
/proc/meminfo: memFree=31109692/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 5085889 9787879424 6020 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2389619 6020 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 9224
/proc/meminfo: memFree=31109692/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 6378 0 1 0 27 1 0 0 20 0 19 0 5085889 9856040960 7361 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 7361 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300323 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 9224
/proc/meminfo: memFree=31109692/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 6748 0 1 0 48 1 0 0 20 0 19 0 5085889 9856040960 8072 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 8072 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700261 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 9224
/proc/meminfo: memFree=31109692/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 7675 0 1 0 101 2 0 0 20 0 19 0 5085889 9856040960 9164 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 9164 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 9243
/proc/meminfo: memFree=31077088/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 7687 0 1 0 185 2 0 0 20 0 19 0 5085889 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 11219 2256 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2419 0 1 0 145 1 0 0 20 0 19 0 5085890 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953554518552 139953405571784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 1663 0 0 0 15 0 0 0 20 0 19 0 5085895 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 11219 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 9243
/proc/meminfo: memFree=31066164/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 7694 0 1 0 344 2 0 0 20 0 19 0 5085889 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 14803 2256 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2426 0 1 0 305 1 0 0 20 0 19 0 5085890 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953554509504 139953405695300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 1663 0 0 0 15 0 0 0 20 0 19 0 5085895 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 14803 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 9243
/proc/meminfo: memFree=31043572/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 7706 0 1 0 664 2 0 0 20 0 19 0 5085889 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 19757 2257 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2437 0 1 0 625 2 0 0 20 0 19 0 5085890 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953554509504 139953405642272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5085891 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 1663 0 0 0 15 0 0 0 20 0 19 0 5085895 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 19757 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 3339 0 0 0 23 0 0 0 20 0 19 0 5085895 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 98 0 0 0 28 30 0 0 20 0 19 0 5085895 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 111477 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1668.62
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 9504
/proc/meminfo: memFree=30589360/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=1728.85 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 13112 0 1 0 172805 80 0 0 20 0 19 0 5085889 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 110995 2280 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=1719.45 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2538 0 1 0 171914 31 0 0 20 0 19 0 5085890 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953554517184 139953405695351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 541 0 0 0 101 8 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 431 0 0 0 92 7 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 371 0 0 0 88 5 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 516 0 0 0 110 7 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 345 0 0 0 85 6 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 367 0 0 0 105 6 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 237 0 0 0 82 6 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 527 0 0 0 97 7 0 0 20 0 19 0 5085891 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 207 0 0 0 61 3 0 0 20 0 19 0 5085893 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 3339 0 0 0 23 0 0 0 20 0 19 0 5085895 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 102 0 0 0 29 30 0 0 20 0 19 0 5085895 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 110995 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 9505
/proc/meminfo: memFree=30623448/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=1788.97 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 13120 0 1 0 178816 81 0 0 20 0 19 0 5085889 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 106115 2280 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=1779.28 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2540 0 1 0 177896 32 0 0 20 0 19 0 5085890 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953554517200 139953405695356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 541 0 0 0 103 8 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 431 0 0 0 94 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 371 0 0 0 89 5 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 516 0 0 0 113 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 345 0 0 0 88 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 367 0 0 0 106 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 237 0 0 0 85 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 527 0 0 0 100 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 209 0 0 0 73 3 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 3339 0 0 0 23 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 106 0 0 0 30 31 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9505
/proc/meminfo: memFree=30631052/32872528 swapFree=162364/176672
[pid=9224] ppid=9221 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/9224/stat : 9224 (java) S 9221 9224 4966 0 -1 4202496 13120 0 1 0 179926 81 0 0 20 0 19 0 5085889 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 140735788931728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9224/statm: 2406260 106115 2280 9 0 2396937 0
[pid=9224/tid=9226] ppid=9221 vsize=9625040 CPUtime=1790.38 cores=0,2,4,6
/proc/9224/task/9226/stat : 9226 (java) R 9221 9224 4966 0 -1 4202560 2540 0 1 0 179006 32 0 0 20 0 19 0 5085890 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953554517200 139953405643436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9227] ppid=9221 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/9224/task/9227/stat : 9227 (java) S 9221 9224 4966 0 -1 4202560 541 0 0 0 103 8 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953526971432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9228] ppid=9221 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/9224/task/9228/stat : 9228 (java) S 9221 9224 4966 0 -1 4202560 431 0 0 0 94 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953525918632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9229] ppid=9221 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9224/task/9229/stat : 9229 (java) S 9221 9224 4966 0 -1 4202560 371 0 0 0 89 5 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953524865832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9230] ppid=9221 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/9224/task/9230/stat : 9230 (java) S 9221 9224 4966 0 -1 4202560 516 0 0 0 113 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953523813032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9231] ppid=9221 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9224/task/9231/stat : 9231 (java) S 9221 9224 4966 0 -1 4202560 345 0 0 0 88 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953394199080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9224/tid=9232] ppid=9221 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/9224/task/9232/stat : 9232 (java) S 9221 9224 4966 0 -1 4202560 367 0 0 0 106 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953393146280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9233] ppid=9221 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9224/task/9233/stat : 9233 (java) S 9221 9224 4966 0 -1 4202560 237 0 0 0 85 6 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953392093480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9234] ppid=9221 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/9224/task/9234/stat : 9234 (java) S 9221 9224 4966 0 -1 4202560 527 0 0 0 100 7 0 0 20 0 19 0 5085891 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139953391040680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9235] ppid=9221 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/9224/task/9235/stat : 9235 (java) S 9221 9224 4966 0 -1 4202560 209 0 0 0 73 3 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952908528616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9236] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9236/stat : 9236 (java) S 9221 9224 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952907474680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9237] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9237/stat : 9237 (java) S 9221 9224 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5085893 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952906421768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9238] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9238/stat : 9238 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952905370256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9239] ppid=9221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9224/task/9239/stat : 9239 (java) S 9221 9224 4966 0 -1 4202560 3339 0 0 0 23 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952904317368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9224/tid=9240] ppid=9221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9224/task/9240/stat : 9240 (java) S 9221 9224 4966 0 -1 4202560 2332 0 0 0 21 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952903264568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9241] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9241/stat : 9241 (java) S 9221 9224 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952902211960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9224/tid=9242] ppid=9221 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9224/task/9242/stat : 9242 (java) S 9221 9224 4966 0 -1 4202560 106 0 0 0 31 31 0 0 20 0 19 0 5085895 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952901159368 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9224/tid=9243] ppid=9221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9224/task/9243/stat : 9243 (java) S 9221 9224 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5085905 9856040960 106115 33554432000 1073741824 1073778376 140735788940592 139952900105896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 9224 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.49
CPU time (s): 1800.99
CPU user time (s): 1799.67
CPU system time (s): 1.3228
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 1.3228
maximum resident set size= 633776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13164
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39659
involuntary context switches= 16015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4903 second user time and 12.3051 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 00:39:20
IDJOB=4089642
IDBENCH=107435
IDSOLVER=2546
FILE ID=node105/4089642-1466030360
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-grid6x21.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089642-1466030360/watcher-4089642-1466030360 -o /tmp/evaluation-result-4089642-1466030360/solver-4089642-1466030360 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089642-1466030360.opb

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

MD5SUM BENCH= 8342f9c81628dad15cbbf5cf5512f9ff
RANDOM SEED=1985740294

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:        31110228 kB
Buffers:           88688 kB
Cached:           343680 kB
SwapCached:            0 kB
Active:           532896 kB
Inactive:         346776 kB
Active(anon):     449992 kB
Inactive(anon):        0 kB
Active(file):      82904 kB
Inactive(file):   346776 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:        624196 kB
Mapped:            21920 kB
Shmem:               204 kB
Slab:             573016 kB
SReclaimable:      16860 kB
SUnreclaim:       556156 kB
KernelStack:        1592 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     757364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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