Trace number 4089355

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.81 1792.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x23-hard.opb
MD5SUM4e10f014963d024136bc37a0b77629f1
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.18797
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables230
Total number of constraints461
Number of constraints which are clauses460
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 constraint230
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 119
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4089355-1466024139.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.17	c ... done. Wall clock time 0.054s.
0.08/0.17	c declared #vars     230
0.08/0.17	c #constraints  461
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 460
0.08/0.17	c 461 constraints processed.
0.60/0.45	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.89/0.67	c cleaning 4250 clauses out of 8500 with flag 22797/11001
1.21/0.91	c cleaning 5625 clauses out of 11249 with flag 37326/18000
1.53/1.22	c cleaning 6813 clauses out of 13625 with flag 53847/26001
1.84/1.59	c cleaning 7905 clauses out of 15811 with flag 72427/35000
2.24/1.99	c cleaning 8953 clauses out of 17906 with flag 92950/45000
2.74/2.46	c cleaning 9977 clauses out of 19953 with flag 115478/56000
3.34/3.03	c cleaning 10986 clauses out of 21976 with flag 140060/68000
3.96/3.67	c cleaning 11993 clauses out of 23990 with flag 166853/81000
4.67/4.38	c cleaning 12997 clauses out of 25997 with flag 195870/95000
5.47/5.11	c cleaning 13998 clauses out of 28002 with flag 226681/110002
6.27/5.97	c cleaning 15000 clauses out of 30002 with flag 259473/126000
7.27/6.94	c cleaning 16001 clauses out of 32002 with flag 294327/143000
8.27/7.98	c cleaning 17000 clauses out of 34003 with flag 331475/161002
9.47/9.15	c cleaning 17994 clauses out of 36001 with flag 370780/180000
10.77/10.48	c cleaning 19000 clauses out of 38010 with flag 412280/200003
12.07/11.77	c cleaning 20004 clauses out of 40007 with flag 455735/221000
13.52/13.13	c cleaning 21002 clauses out of 42003 with flag 501327/243000
14.82/14.43	c cleaning 22002 clauses out of 44004 with flag 548947/266003
16.22/15.85	c cleaning 22997 clauses out of 46000 with flag 598520/290001
17.82/17.48	c cleaning 24002 clauses out of 48003 with flag 650250/315001
19.72/19.36	c cleaning 24997 clauses out of 50001 with flag 703960/341001
21.42/21.04	c cleaning 26000 clauses out of 52005 with flag 759745/368002
23.32/22.96	c cleaning 27002 clauses out of 54003 with flag 817695/396000
25.62/25.30	c cleaning 27997 clauses out of 56001 with flag 877648/425000
27.92/27.54	c cleaning 29000 clauses out of 58004 with flag 939868/455000
30.22/29.87	c cleaning 29996 clauses out of 60004 with flag 1004074/486000
32.87/32.46	c cleaning 31003 clauses out of 62009 with flag 1070399/518001
35.37/34.93	c cleaning 31999 clauses out of 64006 with flag 1138858/551001
37.98/37.58	c cleaning 33001 clauses out of 66006 with flag 1209095/585000
40.47/40.08	c cleaning 34001 clauses out of 68006 with flag 1281580/620001
43.17/42.74	c cleaning 35002 clauses out of 70004 with flag 1356093/656000
45.77/45.34	c cleaning 35999 clauses out of 72003 with flag 1432568/693001
48.57/48.19	c cleaning 37000 clauses out of 74003 with flag 1511279/731000
52.22/51.72	c cleaning 38000 clauses out of 76003 with flag 1591990/770000
55.11/54.63	c cleaning 39000 clauses out of 78003 with flag 1674736/810000
58.31/57.81	c cleaning 40000 clauses out of 80004 with flag 1759526/851001
61.81/61.32	c cleaning 40999 clauses out of 82004 with flag 1846439/893001
65.71/65.26	c cleaning 41999 clauses out of 84005 with flag 1935587/936001
69.71/69.22	c cleaning 42997 clauses out of 86005 with flag 2026698/980000
72.99/72.46	c cleaning 44005 clauses out of 88011 with flag 2119875/1025003
76.79/76.24	c cleaning 45000 clauses out of 90003 with flag 2215203/1071000
80.79/80.24	c cleaning 45999 clauses out of 92004 with flag 2312455/1118001
85.30/84.76	c cleaning 46998 clauses out of 94005 with flag 2411921/1166001
90.29/89.75	c cleaning 48002 clauses out of 96008 with flag 2513413/1215002
94.99/94.36	c cleaning 48998 clauses out of 98004 with flag 2616963/1265000
99.39/98.78	c cleaning 50001 clauses out of 100007 with flag 2722458/1316001
104.39/103.77	c cleaning 51003 clauses out of 102006 with flag 2830336/1368001
109.59/108.93	c cleaning 52001 clauses out of 104004 with flag 2940019/1421002
115.09/114.42	c cleaning 53002 clauses out of 106003 with flag 3051172/1475002
121.19/120.44	c cleaning 53994 clauses out of 107999 with flag 3163890/1530000
127.69/126.99	c cleaning 54996 clauses out of 110005 with flag 3280000/1586000
134.19/133.41	c cleaning 56005 clauses out of 112011 with flag 3398358/1643002
140.49/139.78	c cleaning 56999 clauses out of 114005 with flag 3518656/1701001
148.37/147.50	c cleaning 57999 clauses out of 116006 with flag 3640441/1760001
154.16/153.30	c cleaning 59001 clauses out of 118007 with flag 3763225/1820001
160.47/159.56	c cleaning 59995 clauses out of 120005 with flag 3888100/1881000
167.17/166.26	c cleaning 61001 clauses out of 122010 with flag 4014779/1943000
174.40/173.35	c cleaning 62005 clauses out of 124011 with flag 4143381/2006002
181.70/180.63	c cleaning 62998 clauses out of 126004 with flag 4274115/2070000
188.50/187.40	c cleaning 64003 clauses out of 128007 with flag 4406994/2135001
195.43/194.27	c cleaning 65003 clauses out of 130005 with flag 4541800/2201002
203.94/202.78	c cleaning 65996 clauses out of 132000 with flag 4678974/2268000
212.45/211.24	c cleaning 66999 clauses out of 134004 with flag 4818202/2336000
222.11/220.78	c cleaning 68000 clauses out of 136006 with flag 4959674/2405001
231.41/230.06	c cleaning 69001 clauses out of 138007 with flag 5102989/2475002
240.81/239.41	c cleaning 70000 clauses out of 140004 with flag 5248148/2546000
252.27/250.73	c cleaning 70996 clauses out of 142004 with flag 5396113/2618000
261.57/260.08	c cleaning 72000 clauses out of 144008 with flag 5546946/2691000
271.86/270.33	c cleaning 73000 clauses out of 146008 with flag 5699816/2765000
284.15/282.59	c cleaning 74001 clauses out of 148009 with flag 5854990/2840001
295.95/294.33	c cleaning 75000 clauses out of 150007 with flag 6012148/2916000
307.85/306.23	c cleaning 76000 clauses out of 152007 with flag 6171432/2993000
320.99/319.35	c cleaning 77002 clauses out of 154008 with flag 6332973/3071001
332.38/330.71	c cleaning 78003 clauses out of 156005 with flag 6496721/3150000
346.80/345.01	c cleaning 79001 clauses out of 158003 with flag 6662132/3230001
359.60/357.80	c cleaning 79999 clauses out of 160002 with flag 6829712/3311001
373.90/372.10	c cleaning 80998 clauses out of 162002 with flag 6999502/3393000
387.41/385.68	c cleaning 81999 clauses out of 164005 with flag 7171125/3476001
402.11/400.32	c cleaning 82998 clauses out of 166006 with flag 7344862/3560001
417.00/415.18	c cleaning 84003 clauses out of 168008 with flag 7521067/3645001
432.71/430.87	c cleaning 85000 clauses out of 170005 with flag 7699309/3731001
447.39/445.45	c cleaning 85996 clauses out of 172005 with flag 7879409/3818001
458.50/456.57	c cleaning 87000 clauses out of 174008 with flag 8061554/3906000
470.24/468.29	c cleaning 88001 clauses out of 176009 with flag 8245668/3995001
482.65/480.67	c cleaning 89001 clauses out of 178007 with flag 8431884/4085000
495.14/493.00	c cleaning 89998 clauses out of 180007 with flag 8620200/4176001
507.34/505.26	c cleaning 91001 clauses out of 182009 with flag 8810696/4268001
520.30/518.13	c cleaning 91998 clauses out of 184007 with flag 9003240/4361000
533.09/530.92	c cleaning 93003 clauses out of 186010 with flag 9197704/4455001
546.96/544.77	c cleaning 94000 clauses out of 188007 with flag 9394248/4550001
561.17/558.84	c cleaning 95000 clauses out of 190007 with flag 9592983/4646001
576.27/573.92	c cleaning 96002 clauses out of 192009 with flag 9793883/4743003
591.66/589.29	c cleaning 96999 clauses out of 194006 with flag 9996625/4841002
608.06/605.60	c cleaning 98000 clauses out of 196005 with flag 10201681/4940000
622.83/620.38	c cleaning 99000 clauses out of 198005 with flag 10408533/5040000
640.42/637.83	c cleaning 100000 clauses out of 200006 with flag 10617661/5141001
654.92/652.35	c cleaning 101000 clauses out of 202005 with flag 10828726/5243000
670.51/667.82	c cleaning 101999 clauses out of 204005 with flag 11042068/5346000
686.91/684.15	c cleaning 103002 clauses out of 206008 with flag 11257298/5450002
703.40/700.59	c cleaning 103999 clauses out of 208006 with flag 11474831/5555002
719.10/716.27	c cleaning 105003 clauses out of 210006 with flag 11694033/5661001
737.71/734.72	c cleaning 105998 clauses out of 212005 with flag 11915510/5768003
752.47/749.46	c cleaning 106998 clauses out of 214005 with flag 12139101/5876001
769.08/765.95	c cleaning 108000 clauses out of 216006 with flag 12364705/5985000
786.68/783.50	c cleaning 108998 clauses out of 218008 with flag 12592138/6095002
805.17/801.96	c cleaning 110001 clauses out of 220009 with flag 12821759/6206001
824.25/820.99	c cleaning 110996 clauses out of 222008 with flag 13053624/6318001
843.96/840.57	c cleaning 112005 clauses out of 224013 with flag 13287454/6431002
863.34/859.83	c cleaning 113001 clauses out of 226008 with flag 13523353/6545002
883.31/879.74	c cleaning 114002 clauses out of 228005 with flag 13761681/6660000
904.51/900.86	c cleaning 114998 clauses out of 230003 with flag 14001014/6776000
924.99/921.23	c cleaning 116000 clauses out of 232007 with flag 14243354/6893002
950.02/946.12	c cleaning 117000 clauses out of 234005 with flag 14487460/7011000
974.10/970.17	c cleaning 117997 clauses out of 236005 with flag 14734257/7130000
1000.82/996.76	c cleaning 119003 clauses out of 238011 with flag 14982063/7250003
1022.72/1018.51	c cleaning 119998 clauses out of 240005 with flag 15232554/7371000
1044.41/1040.17	c cleaning 121001 clauses out of 242008 with flag 15485293/7493001
1068.98/1064.68	c cleaning 122000 clauses out of 244008 with flag 15739869/7616002
1097.17/1092.73	c cleaning 123004 clauses out of 246008 with flag 15996613/7740002
1125.34/1120.86	c cleaning 123996 clauses out of 248002 with flag 16255401/7865000
1151.28/1146.74	c cleaning 125002 clauses out of 250007 with flag 16516377/7991001
1180.39/1175.79	c cleaning 126002 clauses out of 252004 with flag 16779180/8118000
1201.14/1196.40	c cleaning 126997 clauses out of 254003 with flag 17044299/8246001
1223.71/1218.95	c cleaning 128002 clauses out of 256006 with flag 17311258/8375001
1247.52/1242.65	c cleaning 128995 clauses out of 258003 with flag 17580192/8505000
1272.22/1267.23	c cleaning 129997 clauses out of 260008 with flag 17851583/8636000
1295.70/1290.61	c cleaning 131003 clauses out of 262013 with flag 18124955/8768002
1319.77/1314.67	c cleaning 132004 clauses out of 264009 with flag 18400586/8901001
1350.78/1345.52	c cleaning 132996 clauses out of 266004 with flag 18677817/9035000
1377.06/1371.76	c cleaning 133996 clauses out of 268008 with flag 18957206/9170000
1406.95/1401.47	c cleaning 135003 clauses out of 270012 with flag 19238751/9306000
1435.59/1429.95	c cleaning 136001 clauses out of 272009 with flag 19522323/9443000
1464.24/1458.51	c cleaning 137000 clauses out of 274008 with flag 19807940/9581000
1490.35/1484.55	c cleaning 137998 clauses out of 276009 with flag 20095347/9720001
1518.46/1512.60	c cleaning 139001 clauses out of 278010 with flag 20385102/9860000
1545.77/1539.74	c cleaning 140003 clauses out of 280009 with flag 20676827/10001000
1577.57/1571.32	c cleaning 141003 clauses out of 282006 with flag 20970969/10143000
1607.63/1601.20	c cleaning 142001 clauses out of 284005 with flag 21266957/10286002
1638.64/1632.15	c cleaning 142998 clauses out of 286002 with flag 21565072/10430000
1667.77/1661.05	c cleaning 143994 clauses out of 288004 with flag 21865399/10575000
1701.78/1694.99	c cleaning 145001 clauses out of 290011 with flag 22167228/10721001
1733.56/1726.51	c cleaning 146000 clauses out of 292010 with flag 22471235/10868001
1779.93/1772.75	c cleaning 147000 clauses out of 294010 with flag 22776937/11016001
1800.05/1792.70	c starts		: 1
1800.05/1792.70	c conflicts		: 11105285
1800.05/1792.70	c decisions		: 11573062
1800.05/1792.70	c propagations		: 55987115
1800.05/1792.70	c inspects		: 27567161425
1800.05/1792.70	c shortcuts		: 0
1800.05/1792.70	c learnt literals	: 0
1800.05/1792.70	c learnt binary clauses	: 0
1800.05/1792.70	c learnt ternary clauses	: 0
1800.05/1792.70	c learnt constraints	: 11105286
1800.05/1792.70	c ignored constraints	: 0
1800.05/1792.70	c timeout
1800.05/1792.70	c root simplifications	: 0
1800.05/1792.70	c removed literals (reason simplification)	: 0
1800.05/1792.70	c reason swapping (by a shorter reason)	: 0
1800.05/1792.70	c Calls to reduceDB	: 144
1800.05/1792.70	c Number of update (reduction) of LBD	: 287366
1800.05/1792.70	c Imported unit clauses	: 0
1800.05/1792.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.70	c number of learned constraints concerned by reduction	: 0
1800.05/1792.70	c number of learning phase by resolution	: 0
1800.05/1792.70	c number of learning phase by cutting planes	: 0
1800.05/1792.70	c speed (assignments/second)	: 31233.5024049753
1800.05/1792.70	c non guided choices	109
1800.05/1792.73	c learnt constraints type 
1800.05/1792.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 236295
1800.05/1792.73	s UNKNOWN
1800.05/1792.73	c Total wall clock time (in seconds): 1792.62

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

pid=8423
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.11 2.05 2.01 3/194 8426
/proc/meminfo: memFree=31107932/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8426/stat : 8426 (java) D 8423 8426 4966 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 4463802 9515008 175 33554432000 1073741824 1073778376 140737378168192 140737378150920 224922518416 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2323 175 133 9 0 71 0

[startup+0.100124 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 8426
/proc/meminfo: memFree=31107932/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 4466 0 1 0 8 0 0 0 20 0 18 0 4463802 9787879424 5587 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2389619 5587 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 8426
/proc/meminfo: memFree=31107932/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 5685 0 1 0 25 0 0 0 20 0 19 0 4463802 9856040960 6390 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 6390 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300276 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 8426
/proc/meminfo: memFree=31107932/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 6705 0 1 0 47 1 0 0 20 0 19 0 4463802 9856040960 7405 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 7405 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700285 s]
/proc/loadavg: 2.11 2.05 2.01 3/194 8426
/proc/meminfo: memFree=31107932/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 7906 0 1 0 100 1 0 0 20 0 19 0 4463802 9856040960 9585 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 9585 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 8445
/proc/meminfo: memFree=31072164/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 7937 0 1 0 183 1 0 0 20 0 19 0 4463802 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 12170 2256 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2470 0 1 0 146 0 0 0 20 0 19 0 4463803 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843661484280 139843601621036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4463805 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2096 0 0 0 20 0 0 0 20 0 19 0 4463808 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 12170 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 8445
/proc/meminfo: memFree=31057332/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 7950 0 1 0 344 1 0 0 20 0 19 0 4463802 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 17293 2256 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2480 0 1 0 306 0 0 0 20 0 19 0 4463803 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843661475504 139843601619859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4463805 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 21 0 0 0 20 0 19 0 4463808 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 17293 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.10 2.05 2.01 3/213 8445
/proc/meminfo: memFree=31022364/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 7970 0 1 0 665 2 0 0 20 0 19 0 4463802 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 25336 2257 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2497 0 1 0 625 2 0 0 20 0 19 0 4463803 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843661475520 139843601638917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4463804 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4463805 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2101 0 0 0 22 0 0 0 20 0 19 0 4463808 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 25336 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 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=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2195 0 0 0 25 0 0 0 20 0 19 0 4463808 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 100 0 0 0 25 32 0 0 20 0 19 0 4463808 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 100340 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.36
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 8641
/proc/meminfo: memFree=30554124/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=1789.59 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 11363 0 1 0 178880 79 0 0 20 0 19 0 4463802 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 98790 2279 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=1778.27 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2616 0 1 0 177796 31 0 0 20 0 19 0 4463803 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843661483232 139843601624716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 461 0 0 0 132 8 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 310 0 0 0 122 6 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 284 0 0 0 106 7 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 228 0 0 0 104 8 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 249 0 0 0 100 5 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 467 0 0 0 117 8 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 478 0 0 0 113 6 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 324 0 0 0 104 8 0 0 20 0 19 0 4463804 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 290 0 0 0 119 3 0 0 20 0 19 0 4463805 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2195 0 0 0 25 0 0 0 20 0 19 0 4463808 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 104 0 0 0 26 33 0 0 20 0 19 0 4463808 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 98790 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 8642
/proc/meminfo: memFree=30554256/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 11364 0 1 0 179926 79 0 0 20 0 19 0 4463802 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 98725 2279 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=1788.65 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2617 0 1 0 178834 31 0 0 20 0 19 0 4463803 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843661483232 139843601623704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 461 0 0 0 133 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 310 0 0 0 124 6 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 284 0 0 0 108 7 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 228 0 0 0 105 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 249 0 0 0 101 5 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 467 0 0 0 117 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 478 0 0 0 114 6 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 324 0 0 0 104 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 290 0 0 0 119 3 0 0 20 0 19 0 4463805 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2195 0 0 0 25 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 104 0 0 0 26 34 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 8426 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 8642
/proc/meminfo: memFree=30554256/32872528 swapFree=162364/176672
[pid=8426] ppid=8423 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/8426/stat : 8426 (java) S 8423 8426 4966 0 -1 4202496 11364 0 1 0 179926 79 0 0 20 0 19 0 4463802 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 140737378159328 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8426/statm: 2406260 98725 2279 9 0 2396937 0
[pid=8426/tid=8428] ppid=8423 vsize=9625040 CPUtime=1788.65 cores=1,3,5,7
/proc/8426/task/8428/stat : 8428 (java) R 8423 8426 4966 0 -1 4202560 2617 0 1 0 178834 31 0 0 20 0 19 0 4463803 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843661483232 139843601623704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8429] ppid=8423 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/8426/task/8429/stat : 8429 (java) S 8423 8426 4966 0 -1 4202560 461 0 0 0 133 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843600214824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8430] ppid=8423 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8426/task/8430/stat : 8430 (java) S 8423 8426 4966 0 -1 4202560 310 0 0 0 124 6 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843503602344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8431] ppid=8423 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/8426/task/8431/stat : 8431 (java) S 8423 8426 4966 0 -1 4202560 284 0 0 0 108 7 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843502550056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8426/tid=8432] ppid=8423 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/8426/task/8432/stat : 8432 (java) S 8423 8426 4966 0 -1 4202560 228 0 0 0 105 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843501497256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8433] ppid=8423 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/8426/task/8433/stat : 8433 (java) S 8423 8426 4966 0 -1 4202560 249 0 0 0 101 5 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843500443944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8434] ppid=8423 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8426/task/8434/stat : 8434 (java) S 8423 8426 4966 0 -1 4202560 467 0 0 0 117 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843499391144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8435] ppid=8423 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/8426/task/8435/stat : 8435 (java) S 8423 8426 4966 0 -1 4202560 478 0 0 0 114 6 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843498338856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8436] ppid=8423 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/8426/task/8436/stat : 8436 (java) S 8423 8426 4966 0 -1 4202560 324 0 0 0 104 8 0 0 20 0 19 0 4463804 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843497286056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8437] ppid=8423 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/8426/task/8437/stat : 8437 (java) S 8423 8426 4966 0 -1 4202560 290 0 0 0 119 3 0 0 20 0 19 0 4463805 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843485088488 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8438] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8438/stat : 8438 (java) S 8423 8426 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843484034552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8439] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8439/stat : 8439 (java) S 8423 8426 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4463806 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843482982152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8440] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8440/stat : 8440 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843481930640 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8441] ppid=8423 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8426/task/8441/stat : 8441 (java) S 8423 8426 4966 0 -1 4202560 2195 0 0 0 25 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843480877240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8426/tid=8442] ppid=8423 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8426/task/8442/stat : 8442 (java) S 8423 8426 4966 0 -1 4202560 2099 0 0 0 15 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843479824440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8443] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8443/stat : 8443 (java) S 8423 8426 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843478772344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8426/tid=8444] ppid=8423 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8426/task/8444/stat : 8444 (java) S 8423 8426 4966 0 -1 4202560 104 0 0 0 26 34 0 0 20 0 19 0 4463808 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843477719752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8426/tid=8445] ppid=8423 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8426/task/8445/stat : 8445 (java) S 8423 8426 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4463819 9856040960 98725 33554432000 1073741824 1073778376 140737378168192 139843476665768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 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): 1792.74
CPU time (s): 1800.81
CPU user time (s): 1799.43
CPU system time (s): 1.38179
CPU usage (%): 100.45
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.38179
maximum resident set size= 617444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11408
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40643
involuntary context switches= 26150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.99463 second user time and 15.1917 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 22:55:39
IDJOB=4089355
IDBENCH=107394
IDSOLVER=2546
FILE ID=node105/4089355-1466024139
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x23-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089355-1466024139/watcher-4089355-1466024139 -o /tmp/evaluation-result-4089355-1466024139/solver-4089355-1466024139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089355-1466024139.opb

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

MD5SUM BENCH= 4e10f014963d024136bc37a0b77629f1
RANDOM SEED=1021353524

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31108724 kB
Buffers:           81568 kB
Cached:           341036 kB
SwapCached:            0 kB
Active:           545244 kB
Inactive:         337836 kB
Active(anon):     463160 kB
Inactive(anon):        0 kB
Active(file):      82084 kB
Inactive(file):   337836 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        637016 kB
Mapped:            21916 kB
Shmem:               204 kB
Slab:             572604 kB
SReclaimable:      16460 kB
SUnreclaim:       556144 kB
KernelStack:        1600 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     769768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-15 23:25:32