Trace number 4089278

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.63 1795.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x13.opb
MD5SUMca30570e9c7e27b8edf6fec6726acac5
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 variables130
Total number of constraints261
Number of constraints which are clauses260
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 constraint130
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 195
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089278-1466022342.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.035s.
0.09/0.15	c declared #vars     130
0.09/0.15	c #constraints  261
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 => 260
0.09/0.15	c 261 constraints processed.
0.62/0.41	c cleaning 2500 clauses out of 5000 with flag 10350/5000
0.79/0.58	c cleaning 4251 clauses out of 8501 with flag 22744/11001
1.02/0.76	c cleaning 5625 clauses out of 11249 with flag 37216/18000
1.23/0.99	c cleaning 6812 clauses out of 13625 with flag 53823/26001
1.56/1.28	c cleaning 7904 clauses out of 15812 with flag 72522/35000
1.85/1.60	c cleaning 8953 clauses out of 17909 with flag 93220/45001
2.26/1.99	c cleaning 9980 clauses out of 19959 with flag 116042/56004
2.77/2.41	c cleaning 10986 clauses out of 21975 with flag 140847/68000
3.18/2.86	c cleaning 11995 clauses out of 23989 with flag 167805/81000
3.69/3.40	c cleaning 12997 clauses out of 25995 with flag 196783/95001
4.28/3.99	c cleaning 13995 clauses out of 27998 with flag 227815/110001
4.98/4.67	c cleaning 15003 clauses out of 30005 with flag 260936/126003
5.78/5.42	c cleaning 16000 clauses out of 32000 with flag 296180/143001
6.58/6.23	c cleaning 16999 clauses out of 33999 with flag 333435/161000
7.48/7.14	c cleaning 18001 clauses out of 36001 with flag 372766/180001
8.48/8.12	c cleaning 18996 clauses out of 37999 with flag 414114/200000
9.48/9.13	c cleaning 20002 clauses out of 40003 with flag 457638/221000
10.58/10.20	c cleaning 20999 clauses out of 42002 with flag 503146/243001
11.68/11.33	c cleaning 22000 clauses out of 44003 with flag 550738/266001
12.98/12.66	c cleaning 23000 clauses out of 46003 with flag 600387/290001
14.28/13.95	c cleaning 24001 clauses out of 48002 with flag 652194/315000
15.87/15.46	c cleaning 24998 clauses out of 50001 with flag 707541/341000
17.76/17.30	c cleaning 26001 clauses out of 52005 with flag 772490/368002
19.76/19.38	c cleaning 26998 clauses out of 54002 with flag 838630/396000
22.19/21.73	c cleaning 27997 clauses out of 56004 with flag 907629/425000
24.49/24.01	c cleaning 28997 clauses out of 58008 with flag 977671/455001
27.59/27.13	c cleaning 30003 clauses out of 60010 with flag 1051033/486000
30.59/30.10	c cleaning 30998 clauses out of 62007 with flag 1125066/518000
33.19/32.79	c cleaning 32003 clauses out of 64011 with flag 1200065/551002
36.19/35.71	c cleaning 33002 clauses out of 66007 with flag 1277678/585001
39.39/38.90	c cleaning 33997 clauses out of 68006 with flag 1356020/620002
43.19/42.75	c cleaning 35002 clauses out of 70007 with flag 1439049/656000
46.99/46.56	c cleaning 36003 clauses out of 72005 with flag 1521024/693000
49.49/49.07	c cleaning 36998 clauses out of 74003 with flag 1602110/731001
51.79/51.39	c cleaning 37998 clauses out of 76004 with flag 1684816/770000
54.09/53.67	c cleaning 38999 clauses out of 78006 with flag 1770574/810000
56.06/55.58	c cleaning 40003 clauses out of 80008 with flag 1855842/851001
58.26/57.79	c cleaning 41000 clauses out of 82004 with flag 1943252/893000
60.76/60.22	c cleaning 41998 clauses out of 84006 with flag 2032896/936002
63.16/62.60	c cleaning 43003 clauses out of 86008 with flag 2124117/980002
65.76/65.24	c cleaning 43998 clauses out of 88003 with flag 2217774/1025000
68.76/68.23	c cleaning 45003 clauses out of 90005 with flag 2313220/1071000
71.56/71.02	c cleaning 45997 clauses out of 92002 with flag 2411199/1118000
75.15/74.60	c cleaning 47001 clauses out of 94005 with flag 2511398/1166000
78.26/77.79	c cleaning 47996 clauses out of 96004 with flag 2613179/1215000
82.06/81.46	c cleaning 49001 clauses out of 98009 with flag 2716971/1265001
85.25/84.67	c cleaning 50002 clauses out of 100007 with flag 2823448/1316000
88.95/88.39	c cleaning 50999 clauses out of 102005 with flag 2931263/1368000
92.45/91.88	c cleaning 52002 clauses out of 104007 with flag 3041508/1421001
96.36/95.80	c cleaning 53001 clauses out of 106005 with flag 3153539/1475001
100.75/100.10	c cleaning 53996 clauses out of 108003 with flag 3267815/1530000
105.85/105.25	c cleaning 55001 clauses out of 110007 with flag 3384043/1586000
111.15/110.59	c cleaning 56001 clauses out of 112008 with flag 3502146/1643002
116.79/116.00	c cleaning 56998 clauses out of 114005 with flag 3622292/1701000
122.60/121.81	c cleaning 58004 clauses out of 116008 with flag 3744615/1760001
128.69/127.98	c cleaning 59000 clauses out of 118004 with flag 3869258/1820001
134.19/133.48	c cleaning 60000 clauses out of 120007 with flag 3996005/1881004
140.39/139.70	c cleaning 60999 clauses out of 122004 with flag 4124428/1943001
146.69/145.98	c cleaning 61998 clauses out of 124004 with flag 4255217/2006000
154.09/153.39	c cleaning 63003 clauses out of 126006 with flag 4387803/2070000
161.81/160.95	c cleaning 64002 clauses out of 128004 with flag 4522643/2135001
169.31/168.46	c cleaning 65000 clauses out of 130003 with flag 4659577/2201002
176.71/175.82	c cleaning 66001 clauses out of 132002 with flag 4798418/2268001
183.81/182.91	c cleaning 66997 clauses out of 134001 with flag 4939406/2336001
191.83/190.90	c cleaning 67997 clauses out of 136003 with flag 5082382/2405000
199.34/198.45	c cleaning 68999 clauses out of 138006 with flag 5227279/2475000
207.28/206.22	c cleaning 70000 clauses out of 140008 with flag 5374832/2546001
214.18/213.19	c cleaning 71001 clauses out of 142007 with flag 5524181/2618000
221.38/220.31	c cleaning 72001 clauses out of 144007 with flag 5675853/2691001
228.68/227.69	c cleaning 73000 clauses out of 146005 with flag 5829421/2765000
236.49/235.41	c cleaning 74000 clauses out of 148005 with flag 5984947/2840000
244.58/243.53	c cleaning 75002 clauses out of 150005 with flag 6142590/2916000
253.41/252.20	c cleaning 75998 clauses out of 152003 with flag 6302303/2993000
261.22/260.05	c cleaning 77001 clauses out of 154008 with flag 6464003/3071003
269.92/268.75	c cleaning 77999 clauses out of 156005 with flag 6627874/3150001
279.11/277.91	c cleaning 78997 clauses out of 158005 with flag 6793925/3230000
288.91/287.77	c cleaning 80005 clauses out of 160009 with flag 6962040/3311001
297.83/296.57	c cleaning 81000 clauses out of 162004 with flag 7132165/3393001
306.93/305.62	c cleaning 81997 clauses out of 164003 with flag 7304569/3476000
316.34/315.09	c cleaning 83000 clauses out of 166006 with flag 7478942/3560000
326.73/325.48	c cleaning 84004 clauses out of 168007 with flag 7655412/3645001
335.91/334.45	c cleaning 84999 clauses out of 170004 with flag 7833802/3731002
344.20/342.73	c cleaning 85997 clauses out of 172003 with flag 8014432/3818000
353.40/351.94	c cleaning 86999 clauses out of 174008 with flag 8197080/3906002
364.79/363.35	c cleaning 88003 clauses out of 176007 with flag 8381650/3995000
375.30/373.78	c cleaning 88997 clauses out of 178004 with flag 8568370/4085000
385.50/383.93	c cleaning 89999 clauses out of 180007 with flag 8757172/4176000
395.40/393.85	c cleaning 91003 clauses out of 182010 with flag 8947953/4268002
406.79/405.28	c cleaning 92001 clauses out of 184006 with flag 9141015/4361001
417.24/415.60	c cleaning 93000 clauses out of 186004 with flag 9336026/4455000
427.35/425.75	c cleaning 94002 clauses out of 188006 with flag 9533281/4550002
440.44/438.87	c cleaning 94994 clauses out of 190004 with flag 9732612/4646002
453.64/452.10	c cleaning 95998 clauses out of 192008 with flag 9934089/4743000
467.15/465.41	c cleaning 97003 clauses out of 194010 with flag 10137549/4841000
479.55/477.81	c cleaning 98000 clauses out of 196008 with flag 10343384/4940001
493.45/491.77	c cleaning 99003 clauses out of 198009 with flag 10551179/5040002
507.16/505.33	c cleaning 99995 clauses out of 200004 with flag 10761083/5141000
523.16/521.35	c cleaning 101003 clauses out of 202009 with flag 10972549/5243000
538.07/536.21	c cleaning 102000 clauses out of 204006 with flag 11186603/5346000
552.22/550.26	c cleaning 103001 clauses out of 206006 with flag 11402343/5450000
569.92/567.93	c cleaning 103996 clauses out of 208005 with flag 11620347/5555000
584.04/582.08	c cleaning 105001 clauses out of 210009 with flag 11839825/5661000
597.75/595.63	c cleaning 105999 clauses out of 212008 with flag 12061621/5768000
612.35/610.24	c cleaning 107004 clauses out of 214012 with flag 12285454/5876003
627.96/625.88	c cleaning 107999 clauses out of 216005 with flag 12511810/5985000
645.53/643.30	c cleaning 109000 clauses out of 218006 with flag 12740034/6095000
660.63/658.33	c cleaning 110001 clauses out of 220006 with flag 12970152/6206000
677.74/675.42	c cleaning 110999 clauses out of 222006 with flag 13202372/6318001
698.61/696.26	c cleaning 111998 clauses out of 224006 with flag 13436696/6431000
717.31/715.00	c cleaning 113002 clauses out of 226008 with flag 13673275/6545000
734.08/731.53	c cleaning 113998 clauses out of 228006 with flag 13912516/6660000
759.16/756.63	c cleaning 115001 clauses out of 230009 with flag 14153114/6776001
774.87/772.39	c cleaning 115998 clauses out of 232008 with flag 14396698/6893001
788.77/786.14	c cleaning 116999 clauses out of 234010 with flag 14644282/7011001
805.16/802.59	c cleaning 118000 clauses out of 236011 with flag 14893815/7130001
822.18/819.44	c cleaning 119002 clauses out of 238011 with flag 15144815/7250001
839.68/836.90	c cleaning 120004 clauses out of 240010 with flag 15397235/7371002
856.79/853.95	c cleaning 121000 clauses out of 242004 with flag 15650829/7493000
873.80/871.00	c cleaning 121998 clauses out of 244006 with flag 15906922/7616002
892.69/889.86	c cleaning 123001 clauses out of 246006 with flag 16164781/7740000
914.35/911.42	c cleaning 123999 clauses out of 248007 with flag 16423440/7865002
933.05/930.15	c cleaning 125002 clauses out of 250009 with flag 16684899/7991003
951.32/948.32	c cleaning 125999 clauses out of 252005 with flag 16948333/8118001
970.63/967.60	c cleaning 127001 clauses out of 254005 with flag 17214158/8246000
987.59/984.55	c cleaning 127999 clauses out of 256005 with flag 17481995/8375001
1004.39/1001.31	c cleaning 128998 clauses out of 258007 with flag 17752089/8505002
1024.38/1021.20	c cleaning 129998 clauses out of 260007 with flag 18028234/8636000
1043.18/1040.04	c cleaning 130998 clauses out of 262010 with flag 18302695/8768001
1063.46/1060.28	c cleaning 132001 clauses out of 264012 with flag 18578768/8901001
1083.36/1080.20	c cleaning 132999 clauses out of 266012 with flag 18857333/9035002
1102.35/1099.04	c cleaning 134005 clauses out of 268011 with flag 19138143/9170000
1122.24/1118.99	c cleaning 135001 clauses out of 270008 with flag 19420015/9306002
1144.81/1141.41	c cleaning 135999 clauses out of 272006 with flag 19704624/9443001
1168.55/1165.01	c cleaning 137002 clauses out of 274006 with flag 19990718/9581000
1195.95/1192.42	c cleaning 137995 clauses out of 276004 with flag 20278693/9720000
1224.54/1221.00	c cleaning 139003 clauses out of 278009 with flag 20568015/9860000
1250.85/1247.21	c cleaning 139997 clauses out of 280006 with flag 20859913/10001000
1280.84/1277.19	c cleaning 141001 clauses out of 282009 with flag 21153552/10143000
1306.75/1302.91	c cleaning 142001 clauses out of 284008 with flag 21449490/10286000
1337.26/1333.48	c cleaning 143000 clauses out of 286008 with flag 21747645/10430001
1364.95/1361.09	c cleaning 144002 clauses out of 288007 with flag 22048188/10575000
1391.55/1387.59	c cleaning 145003 clauses out of 290005 with flag 22350813/10721000
1414.95/1410.94	c cleaning 145998 clauses out of 292002 with flag 22656655/10868000
1441.03/1436.92	c cleaning 146996 clauses out of 294004 with flag 22963415/11016000
1464.11/1459.97	c cleaning 148002 clauses out of 296008 with flag 23272899/11165000
1489.81/1485.62	c cleaning 148999 clauses out of 298007 with flag 23584266/11315001
1515.36/1511.17	c cleaning 150000 clauses out of 300007 with flag 23897736/11466000
1540.85/1536.54	c cleaning 151003 clauses out of 302007 with flag 24213242/11618000
1572.56/1568.11	c cleaning 151996 clauses out of 304004 with flag 24529957/11771000
1599.57/1595.17	c cleaning 152998 clauses out of 306008 with flag 24849674/11925000
1629.42/1624.99	c cleaning 154001 clauses out of 308010 with flag 25171490/12080000
1659.59/1655.08	c cleaning 155001 clauses out of 310009 with flag 25495532/12236000
1690.77/1686.19	c cleaning 156004 clauses out of 312010 with flag 25821933/12393002
1718.55/1713.86	c cleaning 156993 clauses out of 314005 with flag 26149799/12551001
1748.66/1743.86	c cleaning 158004 clauses out of 316013 with flag 26479278/12710002
1782.35/1777.58	c cleaning 158999 clauses out of 318008 with flag 26811041/12870001
1800.05/1795.10	c starts		: 5073
1800.05/1795.10	c conflicts		: 12978310
1800.05/1795.10	c decisions		: 13736362
1800.05/1795.10	c propagations		: 63837432
1800.05/1795.10	c inspects		: 26656051794
1800.05/1795.10	c shortcuts		: 0
1800.05/1795.10	c learnt literals	: 0
1800.05/1795.10	c learnt binary clauses	: 0
1800.05/1795.10	c timeout
1800.05/1795.10	c learnt ternary clauses	: 0
1800.05/1795.10	c learnt constraints	: 12978311
1800.05/1795.10	c ignored constraints	: 0
1800.05/1795.10	c root simplifications	: 0
1800.05/1795.10	c removed literals (reason simplification)	: 0
1800.05/1795.10	c reason swapping (by a shorter reason)	: 0
1800.05/1795.10	c Calls to reduceDB	: 156
1800.05/1795.10	c Number of update (reduction) of LBD	: 402996
1800.05/1795.10	c Imported unit clauses	: 0
1800.05/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.10	c number of learned constraints concerned by reduction	: 0
1800.05/1795.10	c number of learning phase by resolution	: 0
1800.05/1795.10	c number of learning phase by cutting planes	: 0
1800.05/1795.10	c speed (assignments/second)	: 35565.03945237441
1800.05/1795.10	c non guided choices	55
1800.05/1795.13	c learnt constraints type 
1800.05/1795.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 267319
1800.05/1795.13	s UNKNOWN
1800.05/1795.13	c Total wall clock time (in seconds): 1795.017

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

pid=9046
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.26 2.20 2.16 4/194 9049
/proc/meminfo: memFree=30083056/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9049/stat : 9049 (java) R 9046 9049 5929 0 -1 4202496 167 0 0 0 0 0 0 0 20 0 1 0 4282846 2560000 44 33554432000 1073741824 1073778376 140736209126512 140736209123688 272877317930 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9049/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.26 2.20 2.16 4/194 9049
/proc/meminfo: memFree=30083056/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 4282846 9787879424 6011 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2389619 6011 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.26 2.20 2.16 4/194 9049
/proc/meminfo: memFree=30083056/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 6258 0 1 0 26 2 0 0 20 0 19 0 4282846 9856040960 7317 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 7317 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300379 s]
/proc/loadavg: 2.26 2.20 2.16 4/194 9049
/proc/meminfo: memFree=30083056/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 6464 0 1 0 47 2 0 0 20 0 19 0 4282846 9856040960 7789 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 7789 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700333 s]
/proc/loadavg: 2.26 2.20 2.16 4/194 9049
/proc/meminfo: memFree=30083056/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 7549 0 1 0 99 3 0 0 20 0 19 0 4282846 9856040960 9309 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 9309 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.32 2.21 2.16 4/213 9068
/proc/meminfo: memFree=30049964/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 7557 0 1 0 182 3 0 0 20 0 19 0 4282846 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 11360 2256 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2417 0 1 0 144 2 0 0 20 0 19 0 4282847 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089573155248 140089435283082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4282849 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1644 0 0 0 14 0 0 0 20 0 19 0 4282852 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 2223 0 0 0 20 2 0 0 20 0 19 0 4282852 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 11360 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.32 2.21 2.16 3/213 9068
/proc/meminfo: memFree=30039104/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 7567 0 1 0 344 4 0 0 20 0 19 0 4282846 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 14947 2256 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2424 0 1 0 304 2 0 0 20 0 19 0 4282847 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089573146320 140089435362002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4282849 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1644 0 0 0 14 0 0 0 20 0 19 0 4282852 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 2226 0 0 0 23 2 0 0 20 0 19 0 4282852 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 14947 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.29 2.20 2.16 3/213 9068
/proc/meminfo: memFree=30020816/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 7580 0 1 0 664 4 0 0 20 0 19 0 4282846 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 19979 2257 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2436 0 1 0 624 2 0 0 20 0 19 0 4282847 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089573146320 140089434898325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4282848 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4282849 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1644 0 0 0 14 0 0 0 20 0 19 0 4282852 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 2226 0 0 0 23 2 0 0 20 0 19 0 4282852 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 19979 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1659 0 0 0 15 0 0 0 20 0 19 0 4282852 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 3530 0 0 0 31 2 0 0 20 0 19 0 4282852 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 100 0 0 0 25 34 0 0 20 0 19 0 4282852 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 114298 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.15 2.17 3/213 9178
/proc/meminfo: memFree=29746856/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=1787.25 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 12244 0 1 0 178636 89 0 0 20 0 19 0 4282846 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 114299 2280 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=1779.92 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2521 0 1 0 177958 34 0 0 20 0 19 0 4282847 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089573153984 140089435362002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 510 0 0 0 68 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 414 0 0 0 64 5 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 320 0 0 0 68 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 458 0 0 0 75 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 294 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 201 0 0 0 73 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 483 0 0 0 72 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 304 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 188 0 0 0 50 2 0 0 20 0 19 0 4282849 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1659 0 0 0 15 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 3530 0 0 0 31 2 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 104 0 0 0 26 35 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.11 2.15 2.16 3/213 9178
/proc/meminfo: memFree=29752316/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 12244 0 1 0 179916 89 0 0 20 0 19 0 4282846 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 114299 2280 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=1792.72 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2521 0 1 0 179238 34 0 0 20 0 19 0 4282847 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089573153984 140089435276533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 510 0 0 0 68 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 414 0 0 0 64 5 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 320 0 0 0 68 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 458 0 0 0 75 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 294 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 201 0 0 0 73 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 483 0 0 0 72 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 304 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 188 0 0 0 50 2 0 0 20 0 19 0 4282849 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1659 0 0 0 15 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 3530 0 0 0 31 2 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 104 0 0 0 27 35 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 9049 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.1 s]
/proc/loadavg: 2.11 2.15 2.16 3/213 9178
/proc/meminfo: memFree=29752316/32872528 swapFree=1243664/1390832
[pid=9049] ppid=9046 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/9049/stat : 9049 (java) S 9046 9049 5929 0 -1 4202496 12244 0 1 0 179916 89 0 0 20 0 19 0 4282846 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140735698830624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9049/statm: 2406260 114299 2280 9 0 2396937 0
[pid=9049/tid=9051] ppid=9046 vsize=9625040 CPUtime=1792.72 cores=1,3,5,7
/proc/9049/task/9051/stat : 9051 (java) R 9046 9049 5929 0 -1 4202560 2521 0 1 0 179238 34 0 0 20 0 19 0 4282847 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089573153984 140089435276533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9052] ppid=9046 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/9049/task/9052/stat : 9052 (java) S 9046 9049 5929 0 -1 4202560 510 0 0 0 68 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089562217384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9053] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9053/stat : 9053 (java) S 9046 9049 5929 0 -1 4202560 414 0 0 0 64 5 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089561164840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9054] ppid=9046 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/9049/task/9054/stat : 9054 (java) S 9046 9049 5929 0 -1 4202560 320 0 0 0 68 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089560111784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9055] ppid=9046 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/9049/task/9055/stat : 9055 (java) S 9046 9049 5929 0 -1 4202560 458 0 0 0 75 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089559059240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9049/tid=9056] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9056/stat : 9056 (java) S 9046 9049 5929 0 -1 4202560 294 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089558006184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9057] ppid=9046 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/9049/task/9057/stat : 9057 (java) S 9046 9049 5929 0 -1 4202560 201 0 0 0 73 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089556953640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9058] ppid=9046 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/9049/task/9058/stat : 9058 (java) S 9046 9049 5929 0 -1 4202560 483 0 0 0 72 6 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089555900584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9059] ppid=9046 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9049/task/9059/stat : 9059 (java) S 9046 9049 5929 0 -1 4202560 304 0 0 0 62 7 0 0 20 0 19 0 4282848 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089554848040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9060] ppid=9046 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9049/task/9060/stat : 9060 (java) S 9046 9049 5929 0 -1 4202560 188 0 0 0 50 2 0 0 20 0 19 0 4282849 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089397164904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9061] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9061/stat : 9061 (java) S 9046 9049 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089396111224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9062] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9062/stat : 9062 (java) S 9046 9049 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4282850 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089395058056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9063] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9063/stat : 9063 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089394006800 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9064] ppid=9046 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9049/task/9064/stat : 9064 (java) S 9046 9049 5929 0 -1 4202560 1659 0 0 0 15 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089392953656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9049/tid=9065] ppid=9046 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9049/task/9065/stat : 9065 (java) S 9046 9049 5929 0 -1 4202560 3530 0 0 0 31 2 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089391901112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9066] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9066/stat : 9066 (java) S 9046 9049 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089390848248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9049/tid=9067] ppid=9046 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/9049/task/9067/stat : 9067 (java) S 9046 9049 5929 0 -1 4202560 104 0 0 0 27 35 0 0 20 0 19 0 4282852 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089389795912 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9049/tid=9068] ppid=9046 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9049/task/9068/stat : 9068 (java) S 9046 9049 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4282862 9856040960 114299 33554432000 1073741824 1073778376 140735698839488 140089388742184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.14
CPU time (s): 1800.63
CPU user time (s): 1799.25
CPU system time (s): 1.38079
CPU usage (%): 100.306
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.38079
maximum resident set size= 618764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39214
involuntary context switches= 21091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.827 second user time and 16.4395 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 22:25:42
IDJOB=4089278
IDBENCH=107383
IDSOLVER=2546
FILE ID=node119/4089278-1466022342
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-grid10x13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089278-1466022342/watcher-4089278-1466022342 -o /tmp/evaluation-result-4089278-1466022342/solver-4089278-1466022342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089278-1466022342.opb

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

MD5SUM BENCH= ca30570e9c7e27b8edf6fec6726acac5
RANDOM SEED=167965907

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:        30083328 kB
Buffers:           16752 kB
Cached:            91976 kB
SwapCached:        14200 kB
Active:           591008 kB
Inactive:          98212 kB
Active(anon):     568640 kB
Inactive(anon):    14104 kB
Active(file):      22368 kB
Inactive(file):    84108 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1949384 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             565040 kB
SReclaimable:       9144 kB
SUnreclaim:       555896 kB
KernelStack:        1760 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2102676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 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 22:55:37