Trace number 4089607

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.85 1787.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x27-hard.opb
MD5SUMdd3b18503ce4c8b5dff69184e9cf1f08
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.244961
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270
Total number of constraints541
Number of constraints which are clauses540
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 constraint270
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 139
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 409
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089607-1466029521.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.06s.
0.09/0.17	c declared #vars     270
0.09/0.17	c #constraints  541
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
0.09/0.17	c 541 constraints processed.
0.61/0.46	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.90/0.68	c cleaning 4250 clauses out of 8500 with flag 22797/11001
1.22/0.92	c cleaning 5625 clauses out of 11249 with flag 37326/18000
1.53/1.24	c cleaning 6813 clauses out of 13625 with flag 53847/26001
1.96/1.61	c cleaning 7905 clauses out of 15811 with flag 72427/35000
2.36/2.01	c cleaning 8953 clauses out of 17906 with flag 92950/45000
2.76/2.49	c cleaning 9977 clauses out of 19953 with flag 115478/56000
3.36/3.07	c cleaning 10986 clauses out of 21976 with flag 140060/68000
4.08/3.71	c cleaning 11993 clauses out of 23990 with flag 166853/81000
4.79/4.43	c cleaning 12997 clauses out of 25997 with flag 195870/95000
5.48/5.17	c cleaning 13998 clauses out of 28002 with flag 226681/110002
6.38/6.04	c cleaning 15000 clauses out of 30002 with flag 259473/126000
7.38/7.02	c cleaning 16001 clauses out of 32002 with flag 294327/143000
8.38/8.07	c cleaning 17000 clauses out of 34003 with flag 331475/161002
9.58/9.24	c cleaning 17994 clauses out of 36001 with flag 370780/180000
10.88/10.59	c cleaning 19000 clauses out of 38010 with flag 412280/200003
12.33/11.91	c cleaning 20004 clauses out of 40007 with flag 455735/221000
13.64/13.24	c cleaning 21002 clauses out of 42003 with flag 501327/243000
14.93/14.54	c cleaning 22002 clauses out of 44004 with flag 548947/266003
16.33/15.96	c cleaning 22997 clauses out of 46000 with flag 598520/290001
17.93/17.58	c cleaning 24002 clauses out of 48003 with flag 650250/315001
19.83/19.45	c cleaning 24997 clauses out of 50001 with flag 703960/341001
21.53/21.12	c cleaning 26000 clauses out of 52005 with flag 759745/368002
23.43/23.03	c cleaning 27002 clauses out of 54003 with flag 817695/396000
25.82/25.39	c cleaning 27997 clauses out of 56001 with flag 877648/425000
28.12/27.61	c cleaning 29000 clauses out of 58004 with flag 939868/455000
30.41/29.90	c cleaning 29996 clauses out of 60004 with flag 1004074/486000
32.91/32.49	c cleaning 31003 clauses out of 62009 with flag 1070399/518001
35.41/34.99	c cleaning 31999 clauses out of 64006 with flag 1138858/551001
38.11/37.67	c cleaning 33001 clauses out of 66006 with flag 1209095/585000
40.71/40.21	c cleaning 34001 clauses out of 68006 with flag 1281580/620001
43.53/42.96	c cleaning 35002 clauses out of 70004 with flag 1356093/656000
46.12/45.58	c cleaning 35999 clauses out of 72003 with flag 1432568/693001
49.02/48.45	c cleaning 37000 clauses out of 74003 with flag 1511279/731000
52.62/52.00	c cleaning 38000 clauses out of 76003 with flag 1591990/770000
55.52/54.96	c cleaning 39000 clauses out of 78003 with flag 1674736/810000
58.72/58.19	c cleaning 40000 clauses out of 80004 with flag 1759526/851001
62.43/61.79	c cleaning 40999 clauses out of 82004 with flag 1846439/893001
66.42/65.76	c cleaning 41999 clauses out of 84005 with flag 1935587/936001
70.43/69.77	c cleaning 42997 clauses out of 86005 with flag 2026698/980000
73.72/73.01	c cleaning 44005 clauses out of 88011 with flag 2119875/1025003
77.52/76.88	c cleaning 45000 clauses out of 90003 with flag 2215203/1071000
81.73/80.99	c cleaning 45999 clauses out of 92004 with flag 2312455/1118001
86.33/85.56	c cleaning 46998 clauses out of 94005 with flag 2411921/1166001
91.43/90.60	c cleaning 48002 clauses out of 96008 with flag 2513413/1215002
95.83/95.03	c cleaning 48998 clauses out of 98004 with flag 2616963/1265000
100.48/99.60	c cleaning 50001 clauses out of 100007 with flag 2722458/1316001
105.59/104.61	c cleaning 51003 clauses out of 102006 with flag 2830336/1368001
110.69/109.76	c cleaning 52001 clauses out of 104004 with flag 2940019/1421002
116.19/115.23	c cleaning 53002 clauses out of 106003 with flag 3051172/1475002
122.38/121.28	c cleaning 53994 clauses out of 107999 with flag 3163890/1530000
128.97/127.84	c cleaning 54996 clauses out of 110005 with flag 3280000/1586000
135.38/134.30	c cleaning 56005 clauses out of 112011 with flag 3398358/1643002
142.22/140.90	c cleaning 56999 clauses out of 114005 with flag 3518656/1701001
149.92/148.52	c cleaning 57999 clauses out of 116006 with flag 3640441/1760001
156.00/154.48	c cleaning 59001 clauses out of 118007 with flag 3763225/1820001
162.41/160.83	c cleaning 59995 clauses out of 120005 with flag 3888100/1881000
169.21/167.63	c cleaning 61001 clauses out of 122010 with flag 4014779/1943000
176.48/174.77	c cleaning 62005 clauses out of 124011 with flag 4143381/2006002
183.69/182.00	c cleaning 62998 clauses out of 126004 with flag 4274115/2070000
190.64/188.81	c cleaning 64003 clauses out of 128007 with flag 4406994/2135001
197.34/195.57	c cleaning 65003 clauses out of 130005 with flag 4541800/2201002
206.10/204.22	c cleaning 65996 clauses out of 132000 with flag 4678974/2268000
214.50/212.65	c cleaning 66999 clauses out of 134004 with flag 4818202/2336000
223.99/222.09	c cleaning 68000 clauses out of 136006 with flag 4959674/2405001
233.50/231.43	c cleaning 69001 clauses out of 138007 with flag 5102989/2475002
242.91/240.81	c cleaning 70000 clauses out of 140004 with flag 5248148/2546000
254.18/252.06	c cleaning 70996 clauses out of 142004 with flag 5396113/2618000
263.47/261.37	c cleaning 72000 clauses out of 144008 with flag 5546946/2691000
273.91/271.77	c cleaning 73000 clauses out of 146008 with flag 5699816/2765000
285.75/283.60	c cleaning 74001 clauses out of 148009 with flag 5854990/2840001
297.45/295.28	c cleaning 75000 clauses out of 150007 with flag 6012148/2916000
309.62/307.34	c cleaning 76000 clauses out of 152007 with flag 6171432/2993000
322.52/320.28	c cleaning 77002 clauses out of 154008 with flag 6332973/3071001
333.97/331.60	c cleaning 78003 clauses out of 156005 with flag 6496721/3150000
348.13/345.73	c cleaning 79001 clauses out of 158003 with flag 6662132/3230001
361.23/358.77	c cleaning 79999 clauses out of 160002 with flag 6829712/3311001
375.53/373.03	c cleaning 80998 clauses out of 162002 with flag 6999502/3393000
389.16/386.66	c cleaning 81999 clauses out of 164005 with flag 7171125/3476001
404.13/401.58	c cleaning 82998 clauses out of 166006 with flag 7344862/3560001
419.30/416.66	c cleaning 84003 clauses out of 168008 with flag 7521067/3645001
435.08/432.38	c cleaning 85000 clauses out of 170005 with flag 7699309/3731001
449.57/446.85	c cleaning 85996 clauses out of 172005 with flag 7879409/3818001
460.90/458.11	c cleaning 87000 clauses out of 174008 with flag 8061554/3906000
472.56/469.71	c cleaning 88001 clauses out of 176009 with flag 8245668/3995001
485.27/482.40	c cleaning 89001 clauses out of 178007 with flag 8431884/4085000
497.56/494.65	c cleaning 89998 clauses out of 180007 with flag 8620200/4176001
510.24/507.27	c cleaning 91001 clauses out of 182009 with flag 8810696/4268001
523.59/520.54	c cleaning 91998 clauses out of 184007 with flag 9003240/4361000
536.56/533.47	c cleaning 93003 clauses out of 186010 with flag 9197704/4455001
550.84/547.61	c cleaning 94000 clauses out of 188007 with flag 9394248/4550001
564.84/561.53	c cleaning 95000 clauses out of 190007 with flag 9592983/4646001
580.28/576.94	c cleaning 96002 clauses out of 192009 with flag 9793883/4743003
595.55/592.17	c cleaning 96999 clauses out of 194006 with flag 9996625/4841002
612.04/608.56	c cleaning 98000 clauses out of 196005 with flag 10201681/4940000
627.16/623.59	c cleaning 99000 clauses out of 198005 with flag 10408533/5040000
645.08/641.38	c cleaning 100000 clauses out of 200006 with flag 10617661/5141001
659.85/656.00	c cleaning 101000 clauses out of 202005 with flag 10828726/5243000
675.55/671.66	c cleaning 101999 clauses out of 204005 with flag 11042068/5346000
692.03/688.04	c cleaning 103002 clauses out of 206008 with flag 11257298/5450002
708.88/704.80	c cleaning 103999 clauses out of 208006 with flag 11474831/5555002
725.20/721.02	c cleaning 105003 clauses out of 210006 with flag 11694033/5661001
744.15/739.90	c cleaning 105998 clauses out of 212005 with flag 11915510/5768003
759.09/754.72	c cleaning 106998 clauses out of 214005 with flag 12139101/5876001
775.62/771.12	c cleaning 108000 clauses out of 216006 with flag 12364705/5985000
793.79/789.26	c cleaning 108998 clauses out of 218008 with flag 12592138/6095002
813.12/808.48	c cleaning 110001 clauses out of 220009 with flag 12821759/6206001
832.85/828.01	c cleaning 110996 clauses out of 222008 with flag 13053624/6318001
852.59/847.65	c cleaning 112005 clauses out of 224013 with flag 13287454/6431002
871.95/866.89	c cleaning 113001 clauses out of 226008 with flag 13523353/6545002
892.16/886.99	c cleaning 114002 clauses out of 228005 with flag 13761681/6660000
913.92/908.56	c cleaning 114998 clauses out of 230003 with flag 14001014/6776000
934.48/928.97	c cleaning 116000 clauses out of 232007 with flag 14243354/6893002
960.43/954.74	c cleaning 117000 clauses out of 234005 with flag 14487460/7011000
985.24/979.49	c cleaning 117997 clauses out of 236005 with flag 14734257/7130000
1012.75/1006.77	c cleaning 119003 clauses out of 238011 with flag 14982063/7250003
1035.26/1029.13	c cleaning 119998 clauses out of 240005 with flag 15232554/7371000
1057.28/1051.00	c cleaning 121001 clauses out of 242008 with flag 15485293/7493001
1082.72/1076.35	c cleaning 122000 clauses out of 244008 with flag 15739869/7616002
1110.46/1103.93	c cleaning 123004 clauses out of 246008 with flag 15996613/7740002
1139.52/1132.84	c cleaning 123996 clauses out of 248002 with flag 16255401/7865000
1167.01/1160.13	c cleaning 125002 clauses out of 250007 with flag 16516377/7991001
1197.48/1190.49	c cleaning 126002 clauses out of 252004 with flag 16779180/8118000
1218.99/1211.71	c cleaning 126997 clauses out of 254003 with flag 17044299/8246001
1242.66/1235.26	c cleaning 128002 clauses out of 256006 with flag 17311258/8375001
1267.47/1259.82	c cleaning 128995 clauses out of 258003 with flag 17580192/8505000
1293.13/1285.40	c cleaning 129997 clauses out of 260008 with flag 17851583/8636000
1317.33/1309.32	c cleaning 131003 clauses out of 262013 with flag 18124955/8768002
1342.82/1334.64	c cleaning 132004 clauses out of 264009 with flag 18400586/8901001
1374.81/1366.49	c cleaning 132996 clauses out of 266004 with flag 18677817/9035000
1402.54/1393.93	c cleaning 133996 clauses out of 268008 with flag 18957206/9170000
1432.33/1423.52	c cleaning 135003 clauses out of 270012 with flag 19238751/9306000
1462.92/1453.94	c cleaning 136001 clauses out of 272009 with flag 19522323/9443000
1491.38/1482.17	c cleaning 137000 clauses out of 274008 with flag 19807940/9581000
1517.91/1508.41	c cleaning 137998 clauses out of 276009 with flag 20095347/9720001
1548.18/1538.49	c cleaning 139001 clauses out of 278010 with flag 20385102/9860000
1576.15/1566.10	c cleaning 140003 clauses out of 280009 with flag 20676827/10001000
1607.76/1597.50	c cleaning 141003 clauses out of 282006 with flag 20970969/10143000
1638.14/1627.56	c cleaning 142001 clauses out of 284005 with flag 21266957/10286002
1669.34/1658.40	c cleaning 142998 clauses out of 286002 with flag 21565072/10430000
1698.31/1687.12	c cleaning 143994 clauses out of 288004 with flag 21865399/10575000
1732.72/1721.24	c cleaning 145001 clauses out of 290011 with flag 22167228/10721001
1765.67/1753.88	c cleaning 146000 clauses out of 292010 with flag 22471235/10868001
1800.08/1787.90	c starts		: 1
1800.08/1787.90	c conflicts		: 10993560
1800.08/1787.90	c decisions		: 11456545
1800.08/1787.90	c timeout
1800.08/1787.90	c propagations		: 55409096
1800.08/1787.90	c inspects		: 27067269755
1800.08/1787.90	c shortcuts		: 0
1800.08/1787.90	c learnt literals	: 0
1800.08/1787.90	c learnt binary clauses	: 0
1800.08/1787.90	c learnt ternary clauses	: 0
1800.08/1787.90	c learnt constraints	: 10993560
1800.08/1787.90	c ignored constraints	: 0
1800.08/1787.90	c root simplifications	: 0
1800.08/1787.90	c removed literals (reason simplification)	: 0
1800.08/1787.90	c reason swapping (by a shorter reason)	: 0
1800.08/1787.90	c Calls to reduceDB	: 143
1800.08/1787.90	c Number of update (reduction) of LBD	: 284425
1800.08/1787.90	c Imported unit clauses	: 0
1800.08/1787.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.90	c number of learned constraints concerned by reduction	: 0
1800.08/1787.90	c number of learning phase by resolution	: 0
1800.08/1787.90	c number of learning phase by cutting planes	: 0
1800.08/1787.90	c speed (assignments/second)	: 30994.159622805942
1800.08/1787.90	c non guided choices	129
1800.08/1787.93	c learnt constraints type 
1800.08/1787.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 271569
1800.08/1787.93	s UNKNOWN
1800.08/1787.93	c Total wall clock time (in seconds): 1787.821

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

pid=9136
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.09 2.05 2.01 3/194 9139
/proc/meminfo: memFree=30984188/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9139/stat : 9139 (java) D 9136 9139 4966 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 5002050 9515008 185 33554432000 1073741824 1073778376 140734733781280 140734733770344 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2323 185 143 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 2.09 2.05 2.01 3/194 9139
/proc/meminfo: memFree=30984188/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 5002050 9787879424 6033 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 2.09 2.05 2.01 3/194 9139
/proc/meminfo: memFree=30984188/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 5119 0 1 0 24 1 0 0 20 0 19 0 5002050 9856040960 7106 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 7106 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300233 s]
/proc/loadavg: 2.09 2.05 2.01 3/194 9139
/proc/meminfo: memFree=30984188/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 6030 0 1 0 46 2 0 0 20 0 19 0 5002050 9856040960 7585 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 7585 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 2.09 2.05 2.01 3/194 9139
/proc/meminfo: memFree=30984188/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 7967 0 1 0 100 2 0 0 20 0 19 0 5002050 9856040960 9982 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 9982 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.09 2.05 2.01 3/213 9158
/proc/meminfo: memFree=30944872/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 8013 0 1 0 183 3 0 0 20 0 19 0 5002050 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 13604 2256 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 5002051 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690284019992 140690126755119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5002053 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2713 0 0 0 22 0 0 0 20 0 19 0 5002056 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 13604 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.09 2.05 2.01 3/213 9158
/proc/meminfo: memFree=30927992/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 8023 0 1 0 344 3 0 0 20 0 19 0 5002050 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 18724 2256 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2428 0 1 0 304 2 0 0 20 0 19 0 5002051 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690284011184 140690126815186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5002053 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 5002056 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 18724 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.16 2.06 2.01 3/213 9158
/proc/meminfo: memFree=30890052/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 8044 0 1 0 664 4 0 0 20 0 19 0 5002050 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 28054 2257 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2448 0 1 0 623 3 0 0 20 0 19 0 5002051 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690284011200 140690126719084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5002052 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5002053 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2713 0 0 0 24 0 0 0 20 0 19 0 5002056 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 28054 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2732 0 0 0 27 0 0 0 20 0 19 0 5002056 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 100 0 0 0 26 30 0 0 20 0 19 0 5002056 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 66263 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1733.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9267
/proc/meminfo: memFree=30744496/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=1794.42 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 14241 0 1 0 179334 108 0 0 20 0 19 0 5002050 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 75218 2279 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=1774.28 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2696 0 1 0 177397 31 0 0 20 0 19 0 5002051 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690284018912 140690126815186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 813 0 0 0 206 12 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 435 0 0 0 185 7 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 896 0 0 0 183 8 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 967 0 0 0 201 11 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 673 0 0 0 190 9 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 403 0 0 0 200 9 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 730 0 0 0 205 11 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 485 0 0 0 193 10 0 0 20 0 19 0 5002052 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 439 0 0 0 313 6 0 0 20 0 19 0 5002053 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2732 0 0 0 27 0 0 0 20 0 19 0 5002056 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5002056 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 75218 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9267
/proc/meminfo: memFree=30750888/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 14246 0 1 0 179900 108 0 0 20 0 19 0 5002050 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 75222 2279 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=1779.85 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2697 0 1 0 177953 32 0 0 20 0 19 0 5002051 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690284018896 140690126748700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 813 0 0 0 206 13 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 435 0 0 0 186 7 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 896 0 0 0 184 8 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 967 0 0 0 202 11 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 673 0 0 0 191 9 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 403 0 0 0 201 9 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 730 0 0 0 206 11 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 485 0 0 0 194 10 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 443 0 0 0 313 6 0 0 20 0 19 0 5002053 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2732 0 0 0 27 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 104 0 0 0 27 32 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 9139 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9267
/proc/meminfo: memFree=30750888/32872528 swapFree=162364/176672
[pid=9139] ppid=9136 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/9139/stat : 9139 (java) S 9136 9139 4966 0 -1 4202496 14246 0 1 0 179900 108 0 0 20 0 19 0 5002050 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140734733772416 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9139/statm: 2406260 75222 2279 9 0 2396937 0
[pid=9139/tid=9141] ppid=9136 vsize=9625040 CPUtime=1779.85 cores=1,3,5,7
/proc/9139/task/9141/stat : 9141 (java) R 9136 9139 4966 0 -1 4202560 2697 0 1 0 177953 32 0 0 20 0 19 0 5002051 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690284018896 140690126748700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9142] ppid=9136 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/9139/task/9142/stat : 9142 (java) S 9136 9139 4966 0 -1 4202560 813 0 0 0 206 13 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690245511848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9143] ppid=9136 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/9139/task/9143/stat : 9143 (java) S 9136 9139 4966 0 -1 4202560 435 0 0 0 186 7 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690126269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9144] ppid=9136 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/9139/task/9144/stat : 9144 (java) S 9136 9139 4966 0 -1 4202560 896 0 0 0 184 8 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690125216680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9145] ppid=9136 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/9139/task/9145/stat : 9145 (java) S 9136 9139 4966 0 -1 4202560 967 0 0 0 202 11 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690124164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9146] ppid=9136 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/9139/task/9146/stat : 9146 (java) S 9136 9139 4966 0 -1 4202560 673 0 0 0 191 9 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690123110568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9147] ppid=9136 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/9139/task/9147/stat : 9147 (java) S 9136 9139 4966 0 -1 4202560 403 0 0 0 201 9 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690122058024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9148] ppid=9136 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/9139/task/9148/stat : 9148 (java) S 9136 9139 4966 0 -1 4202560 730 0 0 0 206 11 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690121005480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9149] ppid=9136 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9139/task/9149/stat : 9149 (java) S 9136 9139 4966 0 -1 4202560 485 0 0 0 194 10 0 0 20 0 19 0 5002052 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140690119952936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9150] ppid=9136 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/9139/task/9150/stat : 9150 (java) S 9136 9139 4966 0 -1 4202560 443 0 0 0 313 6 0 0 20 0 19 0 5002053 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689637624424 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9151] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9151/stat : 9151 (java) S 9136 9139 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689636570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9152] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9152/stat : 9152 (java) S 9136 9139 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5002054 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689635518088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9153] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9153/stat : 9153 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689634466832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9139/tid=9154] ppid=9136 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9139/task/9154/stat : 9154 (java) S 9136 9139 4966 0 -1 4202560 2732 0 0 0 27 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689633413176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9139/tid=9155] ppid=9136 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9139/task/9155/stat : 9155 (java) S 9136 9139 4966 0 -1 4202560 1609 0 0 0 14 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689632360632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9156] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9156/stat : 9156 (java) S 9136 9139 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689631308280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9139/tid=9157] ppid=9136 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9139/task/9157/stat : 9157 (java) S 9136 9139 4966 0 -1 4202560 104 0 0 0 27 32 0 0 20 0 19 0 5002056 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689630255944 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9139/tid=9158] ppid=9136 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9139/task/9158/stat : 9158 (java) S 9136 9139 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5002068 9856040960 75222 33554432000 1073741824 1073778376 140734733781280 140689629201704 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1787.94
CPU time (s): 1800.85
CPU user time (s): 1799.23
CPU system time (s): 1.62275
CPU usage (%): 100.722
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.62275
maximum resident set size= 673240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14386
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= 45001
involuntary context switches= 36169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3424 second user time and 13.6739 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= dd3b18503ce4c8b5dff69184e9cf1f08
RANDOM SEED=571252715

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:        30984824 kB
Buffers:           87688 kB
Cached:           343384 kB
SwapCached:            0 kB
Active:           642976 kB
Inactive:         347484 kB
Active(anon):     559788 kB
Inactive(anon):     2024 kB
Active(file):      83188 kB
Inactive(file):   345460 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        715540 kB
Mapped:            22000 kB
Shmem:               204 kB
Slab:             572776 kB
SReclaimable:      16784 kB
SUnreclaim:       555992 kB
KernelStack:        1760 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     881096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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