Trace number 4089152

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.64 1794.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x27-hard.opb
MD5SUM084a2cfc103db362b3fc7553d38ba23d
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.006998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints217
Number of constraints which are clauses216
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 constraint108
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 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 163
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4089152-1466018754.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.029s.
0.09/0.14	c declared #vars     108
0.09/0.14	c #constraints  217
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 216
0.09/0.14	c 217 constraints processed.
0.64/0.40	c cleaning 2501 clauses out of 5001 with flag 10353/5001
0.80/0.57	c cleaning 4250 clauses out of 8499 with flag 22892/11000
1.03/0.75	c cleaning 5623 clauses out of 11250 with flag 37464/18001
1.24/0.99	c cleaning 6814 clauses out of 13627 with flag 54074/26001
1.57/1.28	c cleaning 7902 clauses out of 15812 with flag 72850/35000
1.86/1.59	c cleaning 8955 clauses out of 17910 with flag 93607/45000
2.26/1.97	c cleaning 9977 clauses out of 19955 with flag 116460/56000
2.77/2.42	c cleaning 10986 clauses out of 21979 with flag 141487/68001
3.27/2.92	c cleaning 11996 clauses out of 23993 with flag 168460/81001
3.78/3.49	c cleaning 12995 clauses out of 25997 with flag 197567/95001
4.47/4.13	c cleaning 14000 clauses out of 28002 with flag 228841/110001
5.07/4.78	c cleaning 15002 clauses out of 30005 with flag 262127/126004
5.88/5.52	c cleaning 15999 clauses out of 31999 with flag 297464/143000
6.77/6.41	c cleaning 17000 clauses out of 34000 with flag 335066/161000
7.63/7.28	c cleaning 17996 clauses out of 36000 with flag 375362/180000
8.63/8.27	c cleaning 19002 clauses out of 38007 with flag 418459/200003
9.43/9.08	c cleaning 19997 clauses out of 40003 with flag 463296/221001
10.53/10.11	c cleaning 21003 clauses out of 42006 with flag 509756/243001
11.43/11.07	c cleaning 21997 clauses out of 44002 with flag 557817/266000
12.43/12.03	c cleaning 23003 clauses out of 46005 with flag 607985/290000
13.52/13.10	c cleaning 24000 clauses out of 48004 with flag 660508/315002
14.73/14.32	c cleaning 25001 clauses out of 50003 with flag 714796/341001
16.22/15.86	c cleaning 26002 clauses out of 52003 with flag 771385/368002
17.52/17.19	c cleaning 26994 clauses out of 54001 with flag 829960/396002
19.03/18.61	c cleaning 28001 clauses out of 56005 with flag 890840/425000
20.43/20.01	c cleaning 28999 clauses out of 58004 with flag 953488/455000
21.86/21.49	c cleaning 29998 clauses out of 60006 with flag 1018590/486001
23.46/23.05	c cleaning 31004 clauses out of 62009 with flag 1085682/518002
25.06/24.60	c cleaning 31999 clauses out of 64005 with flag 1154720/551002
26.76/26.38	c cleaning 32997 clauses out of 66004 with flag 1225887/585000
28.76/28.32	c cleaning 34003 clauses out of 68007 with flag 1303895/620000
30.66/30.25	c cleaning 34999 clauses out of 70004 with flag 1379502/656000
32.56/32.17	c cleaning 35999 clauses out of 72005 with flag 1456819/693000
34.36/33.98	c cleaning 37000 clauses out of 74006 with flag 1536160/731000
36.16/35.73	c cleaning 38004 clauses out of 76007 with flag 1617547/770001
37.96/37.59	c cleaning 38998 clauses out of 78002 with flag 1701045/810000
40.37/39.91	c cleaning 39998 clauses out of 80005 with flag 1787017/851001
42.57/42.17	c cleaning 41000 clauses out of 82006 with flag 1874712/893000
44.87/44.40	c cleaning 41993 clauses out of 84006 with flag 1964403/936000
47.41/46.96	c cleaning 43005 clauses out of 86015 with flag 2056472/980002
50.02/49.54	c cleaning 44001 clauses out of 88008 with flag 2150603/1025000
52.91/52.40	c cleaning 45004 clauses out of 90007 with flag 2246650/1071000
55.52/55.01	c cleaning 45997 clauses out of 92003 with flag 2344930/1118000
58.51/58.09	c cleaning 46996 clauses out of 94006 with flag 2445304/1166000
61.81/61.37	c cleaning 48005 clauses out of 96011 with flag 2547806/1215001
65.42/64.94	c cleaning 48996 clauses out of 98006 with flag 2652109/1265001
69.22/68.77	c cleaning 50004 clauses out of 100010 with flag 2758949/1316001
73.02/72.58	c cleaning 50998 clauses out of 102005 with flag 2867931/1368000
77.12/76.62	c cleaning 52001 clauses out of 104007 with flag 2978932/1421000
81.50/80.99	c cleaning 53003 clauses out of 106006 with flag 3091675/1475000
85.00/84.47	c cleaning 53999 clauses out of 108003 with flag 3206546/1530000
89.20/88.62	c cleaning 55000 clauses out of 110004 with flag 3323526/1586000
93.30/92.78	c cleaning 56001 clauses out of 112006 with flag 3442436/1643002
97.80/97.23	c cleaning 56998 clauses out of 114003 with flag 3563646/1701000
102.09/101.51	c cleaning 58003 clauses out of 116005 with flag 3686935/1760000
106.49/105.90	c cleaning 58998 clauses out of 118003 with flag 3812539/1820001
111.19/110.63	c cleaning 60000 clauses out of 120004 with flag 3939671/1881000
116.49/115.82	c cleaning 61000 clauses out of 122006 with flag 4069133/1943002
121.49/120.87	c cleaning 62002 clauses out of 124006 with flag 4200900/2006002
126.49/125.86	c cleaning 62999 clauses out of 126002 with flag 4334783/2070000
130.98/130.39	c cleaning 63999 clauses out of 128003 with flag 4470773/2135000
136.28/135.66	c cleaning 64999 clauses out of 130004 with flag 4608764/2201000
141.18/140.54	c cleaning 65999 clauses out of 132005 with flag 4748707/2268000
146.48/145.86	c cleaning 66998 clauses out of 134006 with flag 4891164/2336000
153.11/152.49	c cleaning 68001 clauses out of 136008 with flag 5035788/2405000
160.33/159.53	c cleaning 69000 clauses out of 138007 with flag 5182118/2475000
167.12/166.32	c cleaning 69998 clauses out of 140007 with flag 5330502/2546000
174.22/173.48	c cleaning 71002 clauses out of 142010 with flag 5481430/2618001
181.02/180.21	c cleaning 72000 clauses out of 144010 with flag 5634270/2691003
188.62/187.81	c cleaning 73000 clauses out of 146007 with flag 5789357/2765000
195.54/194.71	c cleaning 73998 clauses out of 148007 with flag 5946672/2840000
203.12/202.13	c cleaning 75001 clauses out of 150011 with flag 6106119/2916002
211.82/210.87	c cleaning 76002 clauses out of 152008 with flag 6267961/2993000
220.32/219.38	c cleaning 77001 clauses out of 154008 with flag 6431209/3071002
229.42/228.48	c cleaning 78004 clauses out of 156007 with flag 6596909/3150002
240.62/239.63	c cleaning 79003 clauses out of 158005 with flag 6764550/3230004
251.33/250.35	c cleaning 79997 clauses out of 159998 with flag 6933980/3311000
259.57/258.40	c cleaning 80995 clauses out of 162001 with flag 7106498/3393000
268.97/267.88	c cleaning 81997 clauses out of 164006 with flag 7284041/3476000
277.47/276.35	c cleaning 82998 clauses out of 166009 with flag 7462253/3560000
284.88/283.75	c cleaning 84003 clauses out of 168012 with flag 7649932/3645001
292.69/291.51	c cleaning 85002 clauses out of 170010 with flag 7831027/3731002
300.49/299.13	c cleaning 85996 clauses out of 172006 with flag 8012815/3818000
307.39/306.02	c cleaning 87002 clauses out of 174010 with flag 8197870/3906000
314.89/313.53	c cleaning 88004 clauses out of 176010 with flag 8384055/3995002
322.38/321.08	c cleaning 89002 clauses out of 178006 with flag 8572403/4085002
331.04/329.51	c cleaning 90001 clauses out of 180002 with flag 8762001/4176000
340.35/338.90	c cleaning 91000 clauses out of 182002 with flag 8953860/4268001
349.15/347.70	c cleaning 91998 clauses out of 184001 with flag 9148577/4361000
357.62/355.98	c cleaning 92995 clauses out of 186003 with flag 9344927/4455000
365.62/363.96	c cleaning 94005 clauses out of 188010 with flag 9543305/4550002
375.73/374.08	c cleaning 94996 clauses out of 190004 with flag 9744363/4646001
384.82/383.12	c cleaning 96001 clauses out of 192008 with flag 9947785/4743001
393.37/391.55	c cleaning 97000 clauses out of 194007 with flag 10153273/4841001
403.87/402.05	c cleaning 98000 clauses out of 196007 with flag 10359859/4940001
415.87/414.02	c cleaning 99005 clauses out of 198009 with flag 10569190/5040003
426.22/424.28	c cleaning 99998 clauses out of 200002 with flag 10780047/5141001
437.63/435.68	c cleaning 100999 clauses out of 202006 with flag 10993329/5243003
447.63/445.62	c cleaning 101999 clauses out of 204005 with flag 11209174/5346001
460.56/458.46	c cleaning 103000 clauses out of 206007 with flag 11426917/5450002
474.27/472.12	c cleaning 103996 clauses out of 208005 with flag 11645756/5555000
490.47/488.34	c cleaning 105001 clauses out of 210009 with flag 11866713/5661000
506.39/504.19	c cleaning 105998 clauses out of 212008 with flag 12089792/5768000
520.50/518.23	c cleaning 107003 clauses out of 214011 with flag 12314956/5876001
533.70/531.48	c cleaning 107999 clauses out of 216007 with flag 12543714/5985000
545.14/542.83	c cleaning 108998 clauses out of 218008 with flag 12774284/6095000
556.65/554.39	c cleaning 110000 clauses out of 220010 with flag 13007081/6206000
570.55/568.28	c cleaning 111002 clauses out of 222010 with flag 13242137/6318000
581.39/579.03	c cleaning 112003 clauses out of 224009 with flag 13477878/6431001
597.19/594.82	c cleaning 113002 clauses out of 226006 with flag 13716449/6545001
611.08/608.68	c cleaning 113995 clauses out of 228004 with flag 13956733/6660001
627.18/624.72	c cleaning 115004 clauses out of 230009 with flag 14199345/6776001
646.78/644.32	c cleaning 115997 clauses out of 232004 with flag 14443737/6893000
662.88/660.40	c cleaning 116999 clauses out of 234007 with flag 14690517/7011000
681.98/679.45	c cleaning 117997 clauses out of 236008 with flag 14939444/7130000
697.88/695.25	c cleaning 119006 clauses out of 238011 with flag 15189778/7250000
717.28/714.67	c cleaning 119998 clauses out of 240006 with flag 15443009/7371001
732.09/729.36	c cleaning 121001 clauses out of 242008 with flag 15697587/7493001
748.60/745.86	c cleaning 122000 clauses out of 244008 with flag 15954139/7616002
764.69/761.93	c cleaning 123002 clauses out of 246008 with flag 16212844/7740002
783.10/780.22	c cleaning 123998 clauses out of 248004 with flag 16473598/7865000
801.30/798.45	c cleaning 125002 clauses out of 250007 with flag 16736677/7991001
822.31/819.37	c cleaning 125997 clauses out of 252004 with flag 17002057/8118000
843.32/840.32	c cleaning 127000 clauses out of 254008 with flag 17269891/8246001
868.69/865.62	c cleaning 128000 clauses out of 256009 with flag 17540606/8375002
887.29/884.21	c cleaning 128997 clauses out of 258007 with flag 17813739/8505000
907.41/904.22	c cleaning 130006 clauses out of 260012 with flag 18087694/8636002
924.60/921.42	c cleaning 131000 clauses out of 262004 with flag 18363068/8768000
944.82/941.58	c cleaning 131995 clauses out of 264004 with flag 18641288/8901000
970.13/966.86	c cleaning 133001 clauses out of 266009 with flag 18921929/9035000
992.42/989.07	c cleaning 133996 clauses out of 268008 with flag 19207290/9170000
1016.32/1012.85	c cleaning 135004 clauses out of 270012 with flag 19505364/9306000
1034.43/1030.93	c cleaning 135999 clauses out of 272008 with flag 19791469/9443000
1056.32/1052.77	c cleaning 137000 clauses out of 274009 with flag 20079660/9581000
1078.52/1074.97	c cleaning 138000 clauses out of 276009 with flag 20370853/9720000
1101.41/1097.80	c cleaning 139002 clauses out of 278010 with flag 20663163/9860001
1129.55/1125.73	c cleaning 139998 clauses out of 280007 with flag 20957619/10001000
1156.05/1152.29	c cleaning 140999 clauses out of 282009 with flag 21254035/10143000
1183.04/1179.17	c cleaning 142003 clauses out of 284011 with flag 21552363/10286001
1212.19/1208.16	c cleaning 143001 clauses out of 286007 with flag 21853143/10430000
1235.79/1231.72	c cleaning 143994 clauses out of 288006 with flag 22155654/10575000
1263.43/1259.26	c cleaning 145002 clauses out of 290012 with flag 22460296/10721000
1292.45/1288.18	c cleaning 146001 clauses out of 292010 with flag 22767201/10868000
1322.85/1318.53	c cleaning 147002 clauses out of 294009 with flag 23076819/11016000
1354.33/1349.98	c cleaning 147999 clauses out of 296008 with flag 23388032/11165001
1387.61/1383.16	c cleaning 149002 clauses out of 298010 with flag 23701103/11315002
1424.03/1419.48	c cleaning 149999 clauses out of 300008 with flag 24015923/11466002
1455.03/1450.47	c cleaning 151001 clauses out of 302008 with flag 24333460/11618001
1489.76/1485.05	c cleaning 152002 clauses out of 304007 with flag 24654769/11771001
1529.85/1525.03	c cleaning 152999 clauses out of 306005 with flag 24976708/11925001
1572.25/1567.31	c cleaning 154003 clauses out of 308006 with flag 25300771/12080001
1610.95/1606.07	c cleaning 155001 clauses out of 310002 with flag 25626841/12236000
1647.29/1642.34	c cleaning 155998 clauses out of 312002 with flag 25955054/12393001
1685.61/1680.64	c cleaning 157002 clauses out of 314005 with flag 26285043/12551002
1721.27/1716.23	c cleaning 157998 clauses out of 316002 with flag 26617551/12710001
1756.65/1751.50	c cleaning 158999 clauses out of 318004 with flag 26952276/12870001
1797.66/1792.41	c cleaning 159996 clauses out of 320004 with flag 27288875/13031000
1800.06/1794.80	c starts		: 2916
1800.06/1794.80	c timeout
1800.06/1794.80	c conflicts		: 13056709
1800.06/1794.80	c decisions		: 13787653
1800.06/1794.80	c propagations		: 69557296
1800.06/1794.80	c inspects		: 29119810465
1800.06/1794.80	c shortcuts		: 0
1800.06/1794.80	c learnt literals	: 0
1800.06/1794.80	c learnt binary clauses	: 0
1800.06/1794.80	c learnt ternary clauses	: 0
1800.06/1794.80	c learnt constraints	: 13056709
1800.06/1794.80	c ignored constraints	: 0
1800.06/1794.80	c root simplifications	: 0
1800.06/1794.80	c removed literals (reason simplification)	: 0
1800.06/1794.80	c reason swapping (by a shorter reason)	: 0
1800.06/1794.80	c Calls to reduceDB	: 157
1800.06/1794.80	c Number of update (reduction) of LBD	: 463494
1800.06/1794.80	c Imported unit clauses	: 0
1800.06/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.80	c number of learned constraints concerned by reduction	: 0
1800.06/1794.80	c number of learning phase by resolution	: 0
1800.06/1794.80	c number of learning phase by cutting planes	: 0
1800.06/1794.80	c speed (assignments/second)	: 38757.96725615689
1800.06/1794.80	c non guided choices	51
1800.06/1794.83	c learnt constraints type 
1800.06/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 185717
1800.06/1794.83	s UNKNOWN
1800.06/1794.83	c Total wall clock time (in seconds): 1794.72

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-4089152-1466018754/watcher-4089152-1466018754 -o /tmp/evaluation-result-4089152-1466018754/solver-4089152-1466018754 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089152-1466018754.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.18 2.17 3/194 8543
/proc/meminfo: memFree=30161520/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8543/stat : 8543 (java) R 8540 8543 5929 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 3924003 9515008 186 33554432000 1073741824 1073778376 140735073628832 140735073611560 272877317415 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2323 186 143 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.19 2.18 2.17 3/194 8543
/proc/meminfo: memFree=30161520/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 4396 0 1 0 7 2 0 0 20 0 18 0 3924003 9787879424 6028 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.19 2.18 2.17 3/194 8543
/proc/meminfo: memFree=30161520/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 6592 0 1 0 27 2 0 0 20 0 19 0 3924003 9856040960 7448 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 7397 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300278 s]
/proc/loadavg: 2.19 2.18 2.17 3/194 8543
/proc/meminfo: memFree=30161520/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 6780 0 1 0 48 2 0 0 20 0 19 0 3924003 9856040960 7919 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 7919 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700207 s]
/proc/loadavg: 2.19 2.18 2.17 3/194 8543
/proc/meminfo: memFree=30161520/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 7856 0 1 0 101 2 0 0 20 0 19 0 3924003 9856040960 8960 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 8960 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.19 2.18 2.17 3/213 8562
/proc/meminfo: memFree=30129132/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 7861 0 1 0 184 2 0 0 20 0 19 0 3924003 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 10497 2249 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2410 0 1 0 144 2 0 0 20 0 19 0 3924004 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565138375176 140564968720480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 20 0 0 0 20 0 19 0 3924009 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 2000 0 0 0 16 0 0 0 20 0 19 0 3924009 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 10497 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.19 2.18 2.17 3/213 8562
/proc/meminfo: memFree=30120452/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 7867 0 1 0 344 3 0 0 20 0 19 0 3924003 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 13569 2249 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2416 0 1 0 304 2 0 0 20 0 19 0 3924004 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565138366160 140564968721754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 20 0 0 0 20 0 19 0 3924009 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 2000 0 0 0 16 0 0 0 20 0 19 0 3924009 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 13569 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.17 2.18 2.17 3/213 8562
/proc/meminfo: memFree=30101652/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 7879 0 1 0 664 3 0 0 20 0 19 0 3924003 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 18575 2250 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 3924004 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565138366160 140564968798517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924005 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 20 0 0 0 20 0 19 0 3924009 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 2000 0 0 0 16 0 0 0 20 0 19 0 3924009 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 18575 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 21 0 0 0 20 0 19 0 3924009 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 3470 0 0 0 23 0 0 0 20 0 19 0 3924009 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 96 0 0 0 23 33 0 0 20 0 19 0 3924009 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 109623 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.31
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.16 2.16 3/213 8736
/proc/meminfo: memFree=29795700/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=1727.37 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 13187 0 1 0 172649 88 0 0 20 0 19 0 3924003 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 108644 2277 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=1720.09 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2513 0 1 0 171978 31 0 0 20 0 19 0 3924004 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565138366144 140564968740882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 374 0 0 0 71 7 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 461 0 0 0 68 7 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 516 0 0 0 61 7 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 535 0 0 0 65 9 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 487 0 0 0 68 6 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 497 0 0 0 75 6 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 218 0 0 0 71 8 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 349 0 0 0 63 6 0 0 20 0 19 0 3924005 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 228 0 0 0 51 2 0 0 20 0 19 0 3924007 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 21 0 0 0 20 0 19 0 3924009 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 3470 0 0 0 23 0 0 0 20 0 19 0 3924009 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 100 0 0 0 24 34 0 0 20 0 19 0 3924009 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 108644 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.17 2.16 3/213 8737
/proc/meminfo: memFree=29769384/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=1787.56 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 13197 0 1 0 178667 89 0 0 20 0 19 0 3924003 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 105758 2277 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=1780.03 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2515 0 1 0 177971 32 0 0 20 0 19 0 3924004 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565138373840 140564968677573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 374 0 0 0 73 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 461 0 0 0 71 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 516 0 0 0 65 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 535 0 0 0 69 9 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 487 0 0 0 70 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 497 0 0 0 78 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 218 0 0 0 74 8 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 349 0 0 0 67 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 232 0 0 0 51 2 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 21 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 3470 0 0 0 23 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 104 0 0 0 25 35 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.14 2.16 2.16 3/213 8737
/proc/meminfo: memFree=29769384/32872528 swapFree=1243664/1390832
[pid=8543] ppid=8540 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/8543/stat : 8543 (java) S 8540 8543 5929 0 -1 4202496 13197 0 1 0 179917 89 0 0 20 0 19 0 3924003 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140735073619968 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8543/statm: 2406260 105758 2277 9 0 2396937 0
[pid=8543/tid=8545] ppid=8540 vsize=9625040 CPUtime=1792.53 cores=1,3,5,7
/proc/8543/task/8545/stat : 8545 (java) R 8540 8543 5929 0 -1 4202560 2515 0 1 0 179221 32 0 0 20 0 19 0 3924004 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565138366144 140564968740887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8546] ppid=8540 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8543/task/8546/stat : 8546 (java) S 8540 8543 5929 0 -1 4202560 374 0 0 0 73 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565099866280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8547] ppid=8540 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8543/task/8547/stat : 8547 (java) S 8540 8543 5929 0 -1 4202560 461 0 0 0 71 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565098813736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8548] ppid=8540 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8543/task/8548/stat : 8548 (java) S 8540 8543 5929 0 -1 4202560 516 0 0 0 65 7 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565097761192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8549] ppid=8540 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8543/task/8549/stat : 8549 (java) S 8540 8543 5929 0 -1 4202560 535 0 0 0 69 9 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565096708648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8550] ppid=8540 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8543/task/8550/stat : 8550 (java) S 8540 8543 5929 0 -1 4202560 487 0 0 0 70 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565095656104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8551] ppid=8540 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/8543/task/8551/stat : 8551 (java) S 8540 8543 5929 0 -1 4202560 497 0 0 0 78 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565094603560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8552] ppid=8540 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8543/task/8552/stat : 8552 (java) S 8540 8543 5929 0 -1 4202560 218 0 0 0 74 8 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565093551016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8553] ppid=8540 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8543/task/8553/stat : 8553 (java) S 8540 8543 5929 0 -1 4202560 349 0 0 0 67 6 0 0 20 0 19 0 3924005 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140565092498472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8554] ppid=8540 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8543/task/8554/stat : 8554 (java) S 8540 8543 5929 0 -1 4202560 232 0 0 0 51 2 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564961921128 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8543/tid=8555] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8555/stat : 8555 (java) S 8540 8543 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564960867448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8556] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8556/stat : 8556 (java) S 8540 8543 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3924007 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564959814792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8557] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8557/stat : 8557 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564958763536 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8558] ppid=8540 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8543/task/8558/stat : 8558 (java) S 8540 8543 5929 0 -1 4202560 2181 0 0 0 21 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564957710904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8559] ppid=8540 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8543/task/8559/stat : 8559 (java) S 8540 8543 5929 0 -1 4202560 3470 0 0 0 23 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564956658360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8543/tid=8560] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8560/stat : 8560 (java) S 8540 8543 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564955606008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8543/tid=8561] ppid=8540 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8543/task/8561/stat : 8561 (java) S 8540 8543 5929 0 -1 4202560 104 0 0 0 25 35 0 0 20 0 19 0 3924009 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564954553672 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8543/tid=8562] ppid=8540 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8543/task/8562/stat : 8562 (java) S 8540 8543 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3924018 9856040960 105758 33554432000 1073741824 1073778376 140735073628832 140564953498408 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1794.84
CPU time (s): 1800.64
CPU user time (s): 1799.25
CPU system time (s): 1.39179
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.39179
maximum resident set size= 628060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39230
involuntary context switches= 14174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1015 second user time and 13.6239 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 21:25:54
IDJOB=4089152
IDBENCH=107365
IDSOLVER=2546
FILE ID=node119/4089152-1466018754
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 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-grid4x27-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089152-1466018754/watcher-4089152-1466018754 -o /tmp/evaluation-result-4089152-1466018754/solver-4089152-1466018754 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089152-1466018754.opb

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

MD5SUM BENCH= 084a2cfc103db362b3fc7553d38ba23d
RANDOM SEED=2008493730

node119.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.456
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.56
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.456
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30161784 kB
Buffers:           12516 kB
Cached:            91076 kB
SwapCached:        14200 kB
Active:           525924 kB
Inactive:          94068 kB
Active(anon):     504840 kB
Inactive(anon):    14104 kB
Active(file):      21084 kB
Inactive(file):    79964 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       1906712 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             564888 kB
SReclaimable:       9004 kB
SUnreclaim:       555884 kB
KernelStack:        1640 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2040092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 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= 71736 MiB
End job on node119 at 2016-06-15 21:55:49