Trace number 4089397

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.69 1787.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x29-hard.opb
MD5SUM6030d50892c1681bae22d25e3c23a744
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.38794
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables290
Total number of constraints581
Number of constraints which are clauses580
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 constraint290
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 149
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 439
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089397-1466024667.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.064s.
0.11/0.16	c declared #vars     290
0.11/0.16	c #constraints  581
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 580
0.11/0.16	c 581 constraints processed.
0.63/0.46	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.92/0.68	c cleaning 4250 clauses out of 8500 with flag 22797/11001
1.24/0.93	c cleaning 5625 clauses out of 11249 with flag 37326/18000
1.56/1.25	c cleaning 6813 clauses out of 13625 with flag 53847/26001
1.98/1.62	c cleaning 7905 clauses out of 15811 with flag 72427/35000
2.38/2.03	c cleaning 8953 clauses out of 17906 with flag 92950/45000
2.88/2.51	c cleaning 9977 clauses out of 19953 with flag 115478/56000
3.49/3.10	c cleaning 10986 clauses out of 21976 with flag 140060/68000
4.09/3.75	c cleaning 11993 clauses out of 23990 with flag 166853/81000
4.81/4.48	c cleaning 12997 clauses out of 25997 with flag 195870/95000
5.61/5.22	c cleaning 13998 clauses out of 28002 with flag 226681/110002
6.51/6.10	c cleaning 15000 clauses out of 30002 with flag 259473/126000
7.41/7.09	c cleaning 16001 clauses out of 32002 with flag 294327/143000
8.51/8.15	c cleaning 17000 clauses out of 34003 with flag 331475/161002
9.71/9.34	c cleaning 17994 clauses out of 36001 with flag 370780/180000
11.14/10.71	c cleaning 19000 clauses out of 38010 with flag 412280/200003
12.44/12.02	c cleaning 20004 clauses out of 40007 with flag 455735/221000
13.74/13.36	c cleaning 21002 clauses out of 42003 with flag 501327/243000
15.03/14.67	c cleaning 22002 clauses out of 44004 with flag 548947/266003
16.53/16.11	c cleaning 22997 clauses out of 46000 with flag 598520/290001
18.14/17.76	c cleaning 24002 clauses out of 48003 with flag 650250/315001
20.03/19.66	c cleaning 24997 clauses out of 50001 with flag 703960/341001
21.73/21.36	c cleaning 26000 clauses out of 52005 with flag 759745/368002
23.73/23.31	c cleaning 27002 clauses out of 54003 with flag 817695/396000
26.23/25.70	c cleaning 27997 clauses out of 56001 with flag 877648/425000
28.43/27.95	c cleaning 29000 clauses out of 58004 with flag 939868/455000
30.73/30.28	c cleaning 29996 clauses out of 60004 with flag 1004074/486000
33.43/32.91	c cleaning 31003 clauses out of 62009 with flag 1070399/518001
35.93/35.46	c cleaning 31999 clauses out of 64006 with flag 1138858/551001
38.63/38.19	c cleaning 33001 clauses out of 66006 with flag 1209095/585000
41.50/40.86	c cleaning 34001 clauses out of 68006 with flag 1281580/620001
44.19/43.57	c cleaning 35002 clauses out of 70004 with flag 1356093/656000
46.90/46.27	c cleaning 35999 clauses out of 72003 with flag 1432568/693001
49.79/49.19	c cleaning 37000 clauses out of 74003 with flag 1511279/731000
53.50/52.82	c cleaning 38000 clauses out of 76003 with flag 1591990/770000
56.76/55.94	c cleaning 39000 clauses out of 78003 with flag 1674736/810000
60.05/59.21	c cleaning 40000 clauses out of 80004 with flag 1759526/851001
63.67/62.81	c cleaning 40999 clauses out of 82004 with flag 1846439/893001
67.66/66.85	c cleaning 41999 clauses out of 84005 with flag 1935587/936001
71.76/70.92	c cleaning 42997 clauses out of 86005 with flag 2026698/980000
75.29/74.30	c cleaning 44005 clauses out of 88011 with flag 2119875/1025003
79.20/78.21	c cleaning 45000 clauses out of 90003 with flag 2215203/1071000
83.29/82.32	c cleaning 45999 clauses out of 92004 with flag 2312455/1118001
87.90/86.95	c cleaning 46998 clauses out of 94005 with flag 2411921/1166001
93.27/92.16	c cleaning 48002 clauses out of 96008 with flag 2513413/1215002
97.77/96.64	c cleaning 48998 clauses out of 98004 with flag 2616963/1265000
102.27/101.16	c cleaning 50001 clauses out of 100007 with flag 2722458/1316001
107.37/106.29	c cleaning 51003 clauses out of 102006 with flag 2830336/1368001
113.00/111.64	c cleaning 52001 clauses out of 104004 with flag 2940019/1421002
118.50/117.17	c cleaning 53002 clauses out of 106003 with flag 3051172/1475002
124.50/123.14	c cleaning 53994 clauses out of 107999 with flag 3163890/1530000
131.10/129.80	c cleaning 54996 clauses out of 110005 with flag 3280000/1586000
138.25/136.63	c cleaning 56005 clauses out of 112011 with flag 3398358/1643002
144.85/143.25	c cleaning 56999 clauses out of 114005 with flag 3518656/1701001
152.97/151.14	c cleaning 57999 clauses out of 116006 with flag 3640441/1760001
158.77/156.97	c cleaning 59001 clauses out of 118007 with flag 3763225/1820001
165.07/163.29	c cleaning 59995 clauses out of 120005 with flag 3888100/1881000
171.99/170.13	c cleaning 61001 clauses out of 122010 with flag 4014779/1943000
179.09/177.24	c cleaning 62005 clauses out of 124011 with flag 4143381/2006002
186.54/184.63	c cleaning 62998 clauses out of 126004 with flag 4274115/2070000
193.35/191.47	c cleaning 64003 clauses out of 128007 with flag 4406994/2135001
200.41/198.47	c cleaning 65003 clauses out of 130005 with flag 4541800/2201002
209.01/207.02	c cleaning 65996 clauses out of 132000 with flag 4678974/2268000
217.99/215.96	c cleaning 66999 clauses out of 134004 with flag 4818202/2336000
227.41/225.37	c cleaning 68000 clauses out of 136006 with flag 4959674/2405001
237.18/235.02	c cleaning 69001 clauses out of 138007 with flag 5102989/2475002
246.58/244.47	c cleaning 70000 clauses out of 140004 with flag 5248148/2546000
258.15/255.93	c cleaning 70996 clauses out of 142004 with flag 5396113/2618000
267.76/265.53	c cleaning 72000 clauses out of 144008 with flag 5546946/2691000
278.18/275.97	c cleaning 73000 clauses out of 146008 with flag 5699816/2765000
290.63/288.35	c cleaning 74001 clauses out of 148009 with flag 5854990/2840001
302.63/300.32	c cleaning 75000 clauses out of 150007 with flag 6012148/2916000
314.96/312.69	c cleaning 76000 clauses out of 152007 with flag 6171432/2993000
328.26/325.95	c cleaning 77002 clauses out of 154008 with flag 6332973/3071001
339.72/337.32	c cleaning 78003 clauses out of 156005 with flag 6496721/3150000
354.18/351.73	c cleaning 79001 clauses out of 158003 with flag 6662132/3230001
367.26/364.74	c cleaning 79999 clauses out of 160002 with flag 6829712/3311001
381.66/379.19	c cleaning 80998 clauses out of 162002 with flag 6999502/3393000
395.71/393.17	c cleaning 81999 clauses out of 164005 with flag 7171125/3476001
411.17/408.52	c cleaning 82998 clauses out of 166006 with flag 7344862/3560001
425.96/423.32	c cleaning 84003 clauses out of 168008 with flag 7521067/3645001
441.91/439.27	c cleaning 85000 clauses out of 170005 with flag 7699309/3731001
456.97/454.21	c cleaning 85996 clauses out of 172005 with flag 7879409/3818001
468.83/466.09	c cleaning 87000 clauses out of 174008 with flag 8061554/3906000
481.21/478.30	c cleaning 88001 clauses out of 176009 with flag 8245668/3995001
493.98/491.10	c cleaning 89001 clauses out of 178007 with flag 8431884/4085000
506.48/503.43	c cleaning 89998 clauses out of 180007 with flag 8620200/4176001
518.68/515.69	c cleaning 91001 clauses out of 182009 with flag 8810696/4268001
531.50/528.47	c cleaning 91998 clauses out of 184007 with flag 9003240/4361000
544.34/541.24	c cleaning 93003 clauses out of 186010 with flag 9197704/4455001
558.07/554.98	c cleaning 94000 clauses out of 188007 with flag 9394248/4550001
572.13/568.90	c cleaning 95000 clauses out of 190007 with flag 9592983/4646001
586.98/583.77	c cleaning 96002 clauses out of 192009 with flag 9793883/4743003
602.06/598.68	c cleaning 96999 clauses out of 194006 with flag 9996625/4841002
619.05/615.50	c cleaning 98000 clauses out of 196005 with flag 10201681/4940000
634.64/631.06	c cleaning 99000 clauses out of 198005 with flag 10408533/5040000
651.67/648.00	c cleaning 100000 clauses out of 200006 with flag 10617661/5141001
666.52/662.75	c cleaning 101000 clauses out of 202005 with flag 10828726/5243000
682.40/678.55	c cleaning 101999 clauses out of 204005 with flag 11042068/5346000
698.96/695.09	c cleaning 103002 clauses out of 206008 with flag 11257298/5450002
716.19/712.19	c cleaning 103999 clauses out of 208006 with flag 11474831/5555002
732.77/728.65	c cleaning 105003 clauses out of 210006 with flag 11694033/5661001
752.13/747.86	c cleaning 105998 clauses out of 212005 with flag 11915510/5768003
767.12/762.75	c cleaning 106998 clauses out of 214005 with flag 12139101/5876001
784.03/779.44	c cleaning 108000 clauses out of 216006 with flag 12364705/5985000
802.60/797.90	c cleaning 108998 clauses out of 218008 with flag 12592138/6095002
822.15/817.39	c cleaning 110001 clauses out of 220009 with flag 12821759/6206001
841.60/836.63	c cleaning 110996 clauses out of 222008 with flag 13053624/6318001
861.48/856.43	c cleaning 112005 clauses out of 224013 with flag 13287454/6431002
880.94/875.89	c cleaning 113001 clauses out of 226008 with flag 13523353/6545002
901.44/896.28	c cleaning 114002 clauses out of 228005 with flag 13761681/6660000
923.41/918.09	c cleaning 114998 clauses out of 230003 with flag 14001014/6776000
944.64/939.16	c cleaning 116000 clauses out of 232007 with flag 14243354/6893002
969.85/964.23	c cleaning 117000 clauses out of 234005 with flag 14487460/7011000
994.99/989.21	c cleaning 117997 clauses out of 236005 with flag 14734257/7130000
1022.71/1016.89	c cleaning 119003 clauses out of 238011 with flag 14982063/7250003
1044.70/1038.63	c cleaning 119998 clauses out of 240005 with flag 15232554/7371000
1067.28/1061.09	c cleaning 121001 clauses out of 242008 with flag 15485293/7493001
1093.08/1086.69	c cleaning 122000 clauses out of 244008 with flag 15739869/7616002
1122.27/1115.61	c cleaning 123004 clauses out of 246008 with flag 15996613/7740002
1151.60/1144.78	c cleaning 123996 clauses out of 248002 with flag 16255401/7865000
1179.40/1172.37	c cleaning 125002 clauses out of 250007 with flag 16516377/7991001
1209.62/1202.30	c cleaning 126002 clauses out of 252004 with flag 16779180/8118000
1231.02/1223.59	c cleaning 126997 clauses out of 254003 with flag 17044299/8246001
1254.53/1246.83	c cleaning 128002 clauses out of 256006 with flag 17311258/8375001
1279.75/1271.84	c cleaning 128995 clauses out of 258003 with flag 17580192/8505000
1304.27/1296.14	c cleaning 129997 clauses out of 260008 with flag 17851583/8636000
1329.14/1320.85	c cleaning 131003 clauses out of 262013 with flag 18124955/8768002
1353.82/1345.35	c cleaning 132004 clauses out of 264009 with flag 18400586/8901001
1387.24/1378.52	c cleaning 132996 clauses out of 266004 with flag 18677817/9035000
1416.21/1407.27	c cleaning 133996 clauses out of 268008 with flag 18957206/9170000
1446.74/1437.52	c cleaning 135003 clauses out of 270012 with flag 19238751/9306000
1475.27/1465.84	c cleaning 136001 clauses out of 272009 with flag 19522323/9443000
1505.16/1495.41	c cleaning 137000 clauses out of 274008 with flag 19807940/9581000
1532.61/1522.65	c cleaning 137998 clauses out of 276009 with flag 20095347/9720001
1562.38/1552.16	c cleaning 139001 clauses out of 278010 with flag 20385102/9860000
1591.53/1581.08	c cleaning 140003 clauses out of 280009 with flag 20676827/10001000
1624.17/1613.34	c cleaning 141003 clauses out of 282006 with flag 20970969/10143000
1654.89/1643.70	c cleaning 142001 clauses out of 284005 with flag 21266957/10286002
1686.55/1675.12	c cleaning 142998 clauses out of 286002 with flag 21565072/10430000
1715.93/1704.28	c cleaning 143994 clauses out of 288004 with flag 21865399/10575000
1750.89/1738.84	c cleaning 145001 clauses out of 290011 with flag 22167228/10721001
1783.81/1771.47	c cleaning 146000 clauses out of 292010 with flag 22471235/10868001
1800.05/1787.41	c starts		: 1
1800.05/1787.41	c conflicts		: 10949612
1800.05/1787.41	c decisions		: 11410878
1800.05/1787.41	c propagations		: 55189507
1800.05/1787.41	c inspects		: 26800260293
1800.05/1787.41	c shortcuts		: 0
1800.05/1787.41	c learnt literals	: 0
1800.05/1787.41	c learnt binary clauses	: 0
1800.05/1787.41	c learnt ternary clauses	: 0
1800.05/1787.41	c learnt constraints	: 10949612
1800.05/1787.41	c ignored constraints	: 0
1800.05/1787.41	c root simplifications	: 0
1800.05/1787.41	c removed literals (reason simplification)	: 0
1800.05/1787.41	c reason swapping (by a shorter reason)	: 0
1800.05/1787.41	c Calls to reduceDB	: 143
1800.05/1787.41	c Number of update (reduction) of LBD	: 283738
1800.05/1787.41	c Imported unit clauses	: 0
1800.05/1787.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1787.41	c number of learned constraints concerned by reduction	: 0
1800.05/1787.41	c number of learning phase by resolution	: 0
1800.05/1787.41	c number of learning phase by cutting planes	: 0
1800.05/1787.41	c speed (assignments/second)	: 30879.740269913385
1800.05/1787.41	c non guided choices	139
1800.05/1787.41	c timeout
1800.05/1787.43	c learnt constraints type 
1800.05/1787.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 227622
1800.05/1787.43	s UNKNOWN
1800.05/1787.43	c Total wall clock time (in seconds): 1787.336

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-4089397-1466024667/watcher-4089397-1466024667 -o /tmp/evaluation-result-4089397-1466024667/solver-4089397-1466024667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089397-1466024667.opb 

pid=7747
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.03 2.05 2.02 3/194 7750
/proc/meminfo: memFree=30971864/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 4512365 98570240 978 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 24065 978 744 9 0 16771 0
[pid=7750/tid=7751] ppid=7747 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4512365 98570240 978 33554432000 1073741824 1073778376 140736904393056 139813518913064 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.03 2.05 2.02 3/194 7750
/proc/meminfo: memFree=30971864/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 4512365 9787879424 6122 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2389619 6122 2157 9 0 2380296 0
[pid=7750/tid=7751] ppid=7747 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2374 0 1 0 7 1 0 0 20 0 18 0 4512365 9787879424 6122 33554432000 1073741824 1073778376 140736904393056 139813518914824 206632445197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 2.03 2.05 2.02 3/194 7750
/proc/meminfo: memFree=30971864/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 5811 0 1 0 27 2 0 0 20 0 19 0 4512365 9856040960 7484 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 7484 2235 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2404 0 1 0 16 2 0 0 20 0 19 0 4512365 9856040960 7485 33554432000 1073741824 1073778376 140736904393056 139813518918272 139813349082497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300376 s]
/proc/loadavg: 2.03 2.05 2.02 3/194 7750
/proc/meminfo: memFree=30971864/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 6054 0 1 0 48 2 0 0 20 0 19 0 4512365 9856040960 7604 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 7604 2243 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 19 0 4512365 9856040960 7604 33554432000 1073741824 1073778376 140736904393056 139813518917496 139813349076268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700328 s]
/proc/loadavg: 2.03 2.05 2.02 3/194 7750
/proc/meminfo: memFree=30971864/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 7788 0 1 0 102 2 0 0 20 0 19 0 4512365 9856040960 9994 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 9994 2254 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2407 0 1 0 66 2 0 0 20 0 19 0 4512365 9856040960 9994 33554432000 1073741824 1073778376 140736904393056 139813518918216 139813349234515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.03 2.05 2.02 3/213 7769
/proc/meminfo: memFree=30932148/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 7806 0 1 0 185 3 0 0 20 0 19 0 4512365 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 13588 2256 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2415 0 1 0 146 2 0 0 20 0 19 0 4512365 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813518918080 139813349506464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) S 7747 7750 6151 0 -1 4202560 1536 0 0 0 16 0 0 0 20 0 19 0 4512370 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813337381432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 13588 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10093 s]
/proc/loadavg: 2.03 2.05 2.02 3/213 7769
/proc/meminfo: memFree=30915020/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 7817 0 1 0 346 3 0 0 20 0 19 0 4512365 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 19220 2256 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2426 0 1 0 305 2 0 0 20 0 19 0 4512365 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813518909104 139813349590772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) R 7747 7750 6151 0 -1 4202560 1536 0 0 0 17 0 0 0 20 0 19 0 4512370 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813337381312 139813526657008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 19220 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 7769
/proc/meminfo: memFree=30885252/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 7839 0 1 0 667 4 0 0 20 0 19 0 4512365 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 28897 2257 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2447 0 1 0 625 2 0 0 20 0 19 0 4512365 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813518909120 139813349506600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512366 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 28897 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) S 7747 7750 6151 0 -1 4202560 1816 0 0 0 21 0 0 0 20 0 19 0 4512370 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813337381432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 96 0 0 0 24 31 0 0 20 0 19 0 4512370 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 74650 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1673.68
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/214 7879
/proc/meminfo: memFree=30847792/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=1734.32 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 17095 0 1 0 173320 112 0 0 20 0 19 0 4512365 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 83832 2279 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=1714.18 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2695 0 1 0 171386 32 0 0 20 0 19 0 4512365 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813518916832 139813349506595 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1269 0 0 0 201 12 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 699 0 0 0 195 9 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 905 0 0 0 180 9 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 933 0 0 0 191 10 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 822 0 0 0 190 7 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1418 0 0 0 205 11 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 628 0 0 0 180 7 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 1392 0 0 0 198 11 0 0 20 0 19 0 4512366 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 577 0 0 0 325 6 0 0 20 0 19 0 4512367 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) S 7747 7750 6151 0 -1 4202560 1816 0 0 0 21 0 0 0 20 0 19 0 4512370 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813337381432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 100 0 0 0 25 32 0 0 20 0 19 0 4512370 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 83832 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 7880
/proc/meminfo: memFree=30811500/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=1794.92 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 18023 0 1 0 179377 115 0 0 20 0 19 0 4512365 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 80746 2279 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=1773.76 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2712 0 1 0 177344 32 0 0 20 0 19 0 4512365 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813518916816 139813349421089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1269 0 0 0 211 12 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 955 0 0 0 204 10 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 1065 0 0 0 192 9 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 933 0 0 0 202 11 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 1014 0 0 0 203 7 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1610 0 0 0 216 11 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 628 0 0 0 188 7 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 1488 0 0 0 207 11 0 0 20 0 19 0 4512366 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 588 0 0 0 341 6 0 0 20 0 19 0 4512367 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) S 7747 7750 6151 0 -1 4202560 1816 0 0 0 21 0 0 0 20 0 19 0 4512370 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813337381432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 104 0 0 0 25 34 0 0 20 0 19 0 4512370 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 80746 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.92
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 7880
/proc/meminfo: memFree=30811500/32872528 swapFree=532444/565148
[pid=7750] ppid=7747 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/7750/stat : 7750 (java) S 7747 7750 6151 0 -1 4202496 18024 0 1 0 179890 115 0 0 20 0 19 0 4512365 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 140736904384192 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7750/statm: 2406260 80745 2279 9 0 2396937 0
[pid=7750/tid=7751] ppid=7747 vsize=9625040 CPUtime=1778.74 cores=1,3,5,7
/proc/7750/task/7751/stat : 7751 (java) R 7747 7750 6151 0 -1 4202560 2713 0 1 0 177841 33 0 0 20 0 19 0 4512365 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813518916832 139813349506540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7753] ppid=7747 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/7750/task/7753/stat : 7753 (java) S 7747 7750 6151 0 -1 4202560 1269 0 0 0 211 12 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813480409384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7754] ppid=7747 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/7750/task/7754/stat : 7754 (java) S 7747 7750 6151 0 -1 4202560 955 0 0 0 204 10 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813479356584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7755] ppid=7747 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/7750/task/7755/stat : 7755 (java) S 7747 7750 6151 0 -1 4202560 1065 0 0 0 193 9 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813478304296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7756] ppid=7747 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/7750/task/7756/stat : 7756 (java) S 7747 7750 6151 0 -1 4202560 933 0 0 0 202 11 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813477251496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7757] ppid=7747 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/7750/task/7757/stat : 7757 (java) S 7747 7750 6151 0 -1 4202560 1014 0 0 0 203 7 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813476199208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7758] ppid=7747 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/7750/task/7758/stat : 7758 (java) S 7747 7750 6151 0 -1 4202560 1610 0 0 0 217 11 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813475146408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7759] ppid=7747 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/7750/task/7759/stat : 7759 (java) S 7747 7750 6151 0 -1 4202560 628 0 0 0 188 7 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813474094120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7760] ppid=7747 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/7750/task/7760/stat : 7760 (java) S 7747 7750 6151 0 -1 4202560 1488 0 0 0 208 11 0 0 20 0 19 0 4512366 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813473041320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7750/tid=7761] ppid=7747 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/7750/task/7761/stat : 7761 (java) S 7747 7750 6151 0 -1 4202560 588 0 0 0 352 6 0 0 20 0 19 0 4512367 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813342644456 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7762] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7762/stat : 7762 (java) S 7747 7750 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813341590520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7763] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7763/stat : 7763 (java) S 7747 7750 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512367 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813340538120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7764] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7764/stat : 7764 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813339486608 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7765] ppid=7747 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7750/task/7765/stat : 7765 (java) S 7747 7750 6151 0 -1 4202560 2582 0 0 0 20 0 0 0 20 0 19 0 4512370 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813338434232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7750/tid=7766] ppid=7747 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7750/task/7766/stat : 7766 (java) S 7747 7750 6151 0 -1 4202560 1816 0 0 0 21 0 0 0 20 0 19 0 4512370 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813337381432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7767] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7767/stat : 7767 (java) S 7747 7750 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512370 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813336329336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7750/tid=7768] ppid=7747 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7750/task/7768/stat : 7768 (java) S 7747 7750 6151 0 -1 4202560 104 0 0 0 25 34 0 0 20 0 19 0 4512370 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813335276744 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7750/tid=7769] ppid=7747 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7750/task/7769/stat : 7769 (java) S 7747 7750 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512382 9856040960 80745 33554432000 1073741824 1073778376 140736904393056 139813334221736 206632433577 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 7750 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.44
CPU time (s): 1800.69
CPU user time (s): 1799.04
CPU system time (s): 1.65275
CPU usage (%): 100.741
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.65275
maximum resident set size= 686104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18173
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= 45074
involuntary context switches= 35947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.857 second user time and 14.4208 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 23:04:27
IDJOB=4089397
IDBENCH=107400
IDSOLVER=2546
FILE ID=node138/4089397-1466024667
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
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-grid10x29-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089397-1466024667/watcher-4089397-1466024667 -o /tmp/evaluation-result-4089397-1466024667/solver-4089397-1466024667 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089397-1466024667.opb

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

MD5SUM BENCH= 6030d50892c1681bae22d25e3c23a744
RANDOM SEED=1037442617

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30972400 kB
Buffers:           12096 kB
Cached:            38408 kB
SwapCached:         1268 kB
Active:           607832 kB
Inactive:          29424 kB
Active(anon):     587140 kB
Inactive(anon):     1708 kB
Active(file):      20692 kB
Inactive(file):    27716 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       1150708 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             565180 kB
SReclaimable:       9032 kB
SUnreclaim:       556148 kB
KernelStack:        1600 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1299912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 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 node138 at 2016-06-15 23:34:15