Trace number 4105469

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)30 1800.61 1798.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_10.r.opb
MD5SUM7594cbd1c9783d8ed9b0ac9dcb03739f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved YES
Number of variables293
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 293
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 293
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 293
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4105469-1466261130.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.048s.
0.09/0.16	c declared #vars     293
0.09/0.16	c #constraints  100
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.09/0.16	c 100 constraints processed.
0.09/0.16	c objective function length is 293 literals
0.09/0.17	c SATISFIABLE
0.09/0.17	c OPTIMIZING...
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.056
0.09/0.17	o 33
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.073
0.09/0.19	o 32
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.25/0.29	o 31
0.76/0.53	c cleaning 2639 clauses out of 5289 with flag 10788/5289
1.27/0.86	c cleaning 4319 clauses out of 8651 with flag 26804/11290
1.67/1.26	c cleaning 5656 clauses out of 11331 with flag 44751/18289
2.27/1.82	c cleaning 6824 clauses out of 13676 with flag 65965/26290
2.98/2.51	c cleaning 7914 clauses out of 15851 with flag 88974/35289
3.69/3.25	c Got one! Elapsed wall clock time (in seconds):3.137
3.69/3.25	o 30
4.13/3.65	c cleaning 11329 clauses out of 22675 with flag 13152/50027
4.53/4.02	c cleaning 8667 clauses out of 17344 with flag 29293/56025
4.93/4.43	c cleaning 7827 clauses out of 15679 with flag 47897/63027
5.43/4.92	c cleaning 7910 clauses out of 15850 with flag 68955/71025
5.93/5.43	c cleaning 8450 clauses out of 16941 with flag 92852/80026
6.63/6.13	c cleaning 9234 clauses out of 18490 with flag 119554/90025
7.43/6.90	c cleaning 10116 clauses out of 20256 with flag 148636/101025
8.23/7.77	c cleaning 11068 clauses out of 22141 with flag 179913/113026
9.23/8.74	c cleaning 12021 clauses out of 24073 with flag 214160/126026
10.33/9.83	c cleaning 13005 clauses out of 26052 with flag 251141/140026
11.63/11.13	c cleaning 14017 clauses out of 28046 with flag 291081/155025
12.83/12.35	c cleaning 15010 clauses out of 30029 with flag 334106/171025
14.33/13.85	c cleaning 16008 clauses out of 32019 with flag 379191/188025
16.03/15.50	c cleaning 17003 clauses out of 34012 with flag 426992/206026
17.73/17.24	c cleaning 18004 clauses out of 36011 with flag 478214/225028
19.73/19.20	c cleaning 18992 clauses out of 38006 with flag 531926/245027
21.93/21.49	c cleaning 19998 clauses out of 40013 with flag 586440/266026
24.63/24.14	c cleaning 21008 clauses out of 42016 with flag 644371/288027
27.33/26.87	c cleaning 21995 clauses out of 44006 with flag 704292/311025
30.53/30.06	c cleaning 23002 clauses out of 46012 with flag 766473/335026
33.64/33.17	c cleaning 23996 clauses out of 48009 with flag 832227/360025
37.03/36.57	c cleaning 25005 clauses out of 50014 with flag 899046/386026
40.23/39.78	c cleaning 25991 clauses out of 52008 with flag 969572/413025
43.93/43.44	c cleaning 27000 clauses out of 54019 with flag 1044037/441027
48.02/47.57	c cleaning 28004 clauses out of 56017 with flag 1122095/470025
53.34/52.89	c cleaning 29001 clauses out of 58014 with flag 1201475/500026
58.94/58.42	c cleaning 29998 clauses out of 60012 with flag 1283890/531025
64.63/64.10	c cleaning 30992 clauses out of 62016 with flag 1366528/563027
70.63/70.11	c cleaning 32009 clauses out of 64023 with flag 1449002/596026
76.94/76.46	c cleaning 33006 clauses out of 66013 with flag 1539260/630025
83.94/83.43	c cleaning 33999 clauses out of 68008 with flag 1631978/665026
91.64/91.10	c cleaning 34996 clauses out of 70008 with flag 1728190/701025
100.04/99.60	c cleaning 36003 clauses out of 72012 with flag 1823988/738025
108.04/107.55	c cleaning 36992 clauses out of 74010 with flag 1924990/776026
116.24/115.76	c cleaning 38001 clauses out of 76017 with flag 2027567/815025
124.54/124.08	c cleaning 38985 clauses out of 78017 with flag 2131083/855026
133.54/133.04	c cleaning 40013 clauses out of 80033 with flag 2238008/896027
142.65/142.14	c cleaning 41004 clauses out of 82018 with flag 2350254/938025
152.55/152.00	c cleaning 41997 clauses out of 84014 with flag 2466346/981025
163.65/163.14	c cleaning 43011 clauses out of 86022 with flag 2582017/1025030
172.84/172.37	c cleaning 44004 clauses out of 88008 with flag 2699819/1070027
184.14/183.69	c cleaning 44996 clauses out of 90007 with flag 2821508/1116030
195.25/194.80	c cleaning 45993 clauses out of 92006 with flag 2946065/1163025
207.24/206.70	c cleaning 46993 clauses out of 94013 with flag 3071459/1211025
218.85/218.34	c cleaning 47998 clauses out of 96020 with flag 3199254/1260025
231.56/231.08	c cleaning 48999 clauses out of 98022 with flag 3331305/1310025
244.46/243.94	c cleaning 50004 clauses out of 100023 with flag 3465339/1361025
256.36/255.84	c cleaning 51001 clauses out of 102019 with flag 3599076/1413025
269.26/268.71	c cleaning 52003 clauses out of 104018 with flag 3738684/1466025
282.36/281.81	c cleaning 52999 clauses out of 106015 with flag 3879968/1520025
297.85/297.37	c cleaning 54002 clauses out of 108016 with flag 4021496/1575025
313.75/313.20	c cleaning 55000 clauses out of 110015 with flag 4170643/1631026
328.86/328.31	c cleaning 55998 clauses out of 112014 with flag 4322658/1688025
344.36/343.84	c cleaning 57003 clauses out of 114017 with flag 4474117/1746026
360.89/360.34	c cleaning 58000 clauses out of 116015 with flag 4628733/1805027
377.68/377.19	c cleaning 58996 clauses out of 118013 with flag 4785246/1865025
395.12/394.55	c cleaning 60003 clauses out of 120017 with flag 4943356/1926025
412.12/411.52	c cleaning 61001 clauses out of 122015 with flag 5101733/1988026
429.11/428.52	c cleaning 61997 clauses out of 124013 with flag 5261509/2051025
446.80/446.29	c cleaning 62998 clauses out of 126016 with flag 5424517/2115025
464.80/464.30	c cleaning 63997 clauses out of 128021 with flag 5593135/2180028
482.70/482.10	c cleaning 65000 clauses out of 130022 with flag 5764005/2246026
501.39/500.85	c cleaning 66000 clauses out of 132025 with flag 5935093/2313029
521.89/521.36	c cleaning 67002 clauses out of 134025 with flag 6107901/2381029
542.19/541.65	c cleaning 67999 clauses out of 136019 with flag 6286175/2450025
562.65/562.05	c cleaning 68990 clauses out of 138020 with flag 6470022/2520025
582.45/581.83	c cleaning 70010 clauses out of 140031 with flag 6657375/2591026
604.04/603.41	c cleaning 71005 clauses out of 142020 with flag 6848101/2663025
625.25/624.62	c cleaning 72005 clauses out of 144016 with flag 7039667/2736026
647.84/647.23	c cleaning 72999 clauses out of 146011 with flag 7231688/2810026
674.04/673.47	c cleaning 73994 clauses out of 148012 with flag 7425140/2885026
704.42/703.81	c cleaning 74985 clauses out of 150020 with flag 7619049/2961028
736.33/735.71	c cleaning 76001 clauses out of 152032 with flag 7820930/3038025
767.03/766.46	c cleaning 77015 clauses out of 154032 with flag 8025800/3116026
796.11/795.46	c cleaning 78000 clauses out of 156017 with flag 8231019/3195026
826.11/825.48	c cleaning 79003 clauses out of 158017 with flag 8441373/3275026
856.21/855.53	c cleaning 80000 clauses out of 160014 with flag 8653798/3356026
884.51/883.84	c cleaning 80985 clauses out of 162013 with flag 8865012/3438025
912.51/911.89	c cleaning 81997 clauses out of 164030 with flag 9081767/3521027
946.42/945.73	c cleaning 83001 clauses out of 166031 with flag 9300777/3605025
982.63/981.97	c cleaning 84006 clauses out of 168030 with flag 9523558/3690025
1021.12/1020.41	c cleaning 85009 clauses out of 170024 with flag 9751015/3776025
1055.92/1055.16	c cleaning 85997 clauses out of 172015 with flag 9981448/3863025
1088.12/1087.38	c cleaning 87007 clauses out of 174019 with flag 10212685/3951026
1122.70/1121.94	c cleaning 87993 clauses out of 176012 with flag 10446539/4040026
1158.30/1157.52	c cleaning 88998 clauses out of 178019 with flag 10680919/4130026
1191.20/1190.42	c cleaning 89998 clauses out of 180020 with flag 10918892/4221025
1226.29/1225.52	c cleaning 91007 clauses out of 182023 with flag 11164264/4313026
1260.00/1259.10	c cleaning 92003 clauses out of 184018 with flag 11408885/4406028
1301.29/1300.43	c cleaning 92999 clauses out of 186012 with flag 11653058/4500025
1337.79/1336.99	c cleaning 93994 clauses out of 188013 with flag 11898072/4595025
1379.19/1378.31	c cleaning 95001 clauses out of 190019 with flag 12143623/4691025
1419.67/1418.81	c cleaning 96001 clauses out of 192019 with flag 12396804/4788026
1467.87/1467.05	c cleaning 97002 clauses out of 194017 with flag 12649008/4886025
1507.01/1506.02	c cleaning 97985 clauses out of 196015 with flag 12917159/4985025
1544.50/1543.55	c cleaning 99003 clauses out of 198032 with flag 13189532/5085027
1580.80/1579.86	c cleaning 100001 clauses out of 200027 with flag 13465343/5186025
1626.51/1625.59	c cleaning 100999 clauses out of 202026 with flag 13741221/5288025
1676.41/1675.44	c cleaning 102008 clauses out of 204027 with flag 14012549/5391025
1724.67/1723.40	c cleaning 103009 clauses out of 206021 with flag 14290981/5495027
1776.48/1775.27	c cleaning 103994 clauses out of 208010 with flag 14572770/5600025
1800.08/1798.80	c starts		: 10
1800.08/1798.80	c conflicts		: 5664800
1800.08/1798.80	c decisions		: 11504489
1800.08/1798.80	c propagations		: 378620573
1800.08/1798.80	c inspects		: 42030764130
1800.08/1798.80	c shortcuts		: 0
1800.08/1798.80	c learnt literals	: 0
1800.08/1798.80	c learnt binary clauses	: 0
1800.08/1798.80	c learnt ternary clauses	: 0
1800.08/1798.80	c learnt constraints	: 5664800
1800.08/1798.80	c ignored constraints	: 0
1800.08/1798.80	c root simplifications	: 0
1800.08/1798.80	c removed literals (reason simplification)	: 0
1800.08/1798.80	c reason swapping (by a shorter reason)	: 0
1800.08/1798.80	c Calls to reduceDB	: 106
1800.08/1798.80	c Number of update (reduction) of LBD	: 1224342
1800.08/1798.80	c Imported unit clauses	: 0
1800.08/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.80	c number of learned constraints concerned by reduction	: 0
1800.08/1798.80	c number of learning phase by resolution	: 0
1800.08/1798.80	c number of learning phase by cutting planes	: 0
1800.08/1798.80	c speed (assignments/second)	: 210504.04417120066
1800.08/1798.80	c non guided choices	0
1800.08/1798.83	c learnt constraints type 
1800.08/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168791
1800.08/1798.83	s SATISFIABLE
1800.08/1798.83	c Found 4 solution(s)
1800.08/1798.83	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 -x13 x14 x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 x39 -x40 -x41 x42 x43 x44 -x45 -x46 -x47 -x48 -x49 x50 x51 x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 x66 x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 
1800.08/1798.83	c objective function=30
1800.08/1798.83	c Total wall clock time (in seconds): 1798.719

Verifier Data

OK	30

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

pid=19091
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.10 2.09 2.07 3/194 19094
/proc/meminfo: memFree=31022436/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/19094/stat : 19094 (java) D 19091 19094 16325 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28158602 2560000 46 33554432000 1073741824 1073778376 140735277164544 140735277161672 206619897127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 626 46 37 9 0 30 0

[startup+0.100058 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 19094
/proc/meminfo: memFree=31022436/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 4448 0 1 0 8 1 0 0 20 0 18 0 28158602 9787879424 5566 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2389619 5566 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 19094
/proc/meminfo: memFree=31022436/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 6336 0 1 0 24 1 0 0 20 0 19 0 28158602 9856040960 7500 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 7500 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300225 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 19094
/proc/meminfo: memFree=31022436/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 7059 0 1 0 47 1 0 0 20 0 19 0 28158602 9856040960 7842 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 7842 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700178 s]
/proc/loadavg: 2.10 2.09 2.07 3/194 19094
/proc/meminfo: memFree=31022436/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 12812 0 1 0 112 2 0 0 20 0 19 0 28158602 9856040960 11988 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 11988 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.17 2.10 2.08 3/213 19113
/proc/meminfo: memFree=30983552/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 12818 0 1 0 195 2 0 0 20 0 19 0 28158602 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 12504 2256 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2465 0 1 0 145 1 0 0 20 0 19 0 28158603 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656350441616 140656290612480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 1892 0 0 0 19 0 0 0 20 0 19 0 28158608 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 27 2 0 0 20 0 19 0 28158608 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 12504 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.10 2.08 4/213 19113
/proc/meminfo: memFree=30978960/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 12824 0 1 0 355 3 0 0 20 0 19 0 28158602 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 13532 2256 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2467 0 1 0 304 2 0 0 20 0 19 0 28158603 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656350432976 140656290613531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 1896 0 0 0 20 0 0 0 20 0 19 0 28158608 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 13532 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.15 2.10 2.08 3/213 19113
/proc/meminfo: memFree=30980628/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 13553 0 1 0 680 3 0 0 20 0 19 0 28158602 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 12882 2258 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2473 0 1 0 623 2 0 0 20 0 19 0 28158603 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656350432976 140656290583357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28158604 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 2618 0 0 0 25 0 0 0 20 0 19 0 28158608 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 12882 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 3035 0 0 0 27 0 0 0 20 0 19 0 28158608 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 98 0 0 0 17 23 0 0 20 0 19 0 28158608 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 78788 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.31
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 4/213 19245
/proc/meminfo: memFree=30749892/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=1723.58 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 15045 0 1 0 172311 47 0 0 20 0 19 0 28158602 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 86487 2272 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=1721.67 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2536 0 1 0 172135 32 0 0 20 0 19 0 28158603 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656350440672 140656290612513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 60 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 191 0 0 0 15 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 32 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 163 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 27 0 0 0 9 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 3035 0 0 0 27 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 100 0 0 0 18 24 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 19246
/proc/meminfo: memFree=30685908/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=1783.58 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 15049 0 1 0 178310 48 0 0 20 0 19 0 28158602 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 86487 2272 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=1781.67 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2536 0 1 0 178134 33 0 0 20 0 19 0 28158603 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656350432960 140656290612513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 60 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 191 0 0 0 15 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 32 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 163 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 27 0 0 0 9 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 3035 0 0 0 27 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 104 0 0 0 20 24 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19246
/proc/meminfo: memFree=30686160/32872528 swapFree=534252/566956
[pid=19094] ppid=19091 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 16325 0 -1 4202496 15051 0 1 0 179960 48 0 0 20 0 19 0 28158602 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140735277155680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2406260 86487 2272 9 0 2396937 0
[pid=19094/tid=19096] ppid=19091 vsize=9625040 CPUtime=1798.16 cores=1,3,5,7
/proc/19094/task/19096/stat : 19096 (java) R 19091 19094 16325 0 -1 4202560 2536 0 1 0 179783 33 0 0 20 0 19 0 28158603 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656350432960 140656290643247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 16325 0 -1 4202560 60 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656289171752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 16325 0 -1 4202560 191 0 0 0 15 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656288118952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 16325 0 -1 4202560 32 0 0 0 11 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656191945256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 16325 0 -1 4202560 163 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656190892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 16325 0 -1 4202560 27 0 0 0 9 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656189840168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 16325 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656188787368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 16325 0 -1 4202560 51 0 0 0 13 3 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656187735080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 16325 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 19 0 28158604 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656186682280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 16325 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656174483688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656173429752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28158606 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656172377352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656171325840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 16325 0 -1 4202560 3035 0 0 0 27 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656170273464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 16325 0 -1 4202560 7189 0 0 0 28 2 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656169220664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656168168568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 16325 0 -1 4202560 106 0 0 0 20 24 0 0 20 0 19 0 28158608 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656167115976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) S 19091 19094 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28158619 9856040960 86487 33554432000 1073741824 1073778376 140735277164544 140656166060968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 19094 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.61
CPU user time (s): 1799.69
CPU system time (s): 0.922859
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.922859
maximum resident set size= 346120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15101
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38289
involuntary context switches= 20568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2024 second user time and 13.5839 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 16:45:30
IDJOB=4105469
IDBENCH=2875
IDSOLVER=2546
FILE ID=node138/4105469-1466261130
RUNJOBID= node138-1466241309-16342
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105469-1466261130/watcher-4105469-1466261130 -o /tmp/evaluation-result-4105469-1466261130/solver-4105469-1466261130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105469-1466261130.opb

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

MD5SUM BENCH= 7594cbd1c9783d8ed9b0ac9dcb03739f
RANDOM SEED=360300034

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:        31023236 kB
Buffers:          134664 kB
Cached:           231348 kB
SwapCached:         1060 kB
Active:           244332 kB
Inactive:         276792 kB
Active(anon):     155904 kB
Inactive(anon):     1696 kB
Active(file):      88428 kB
Inactive(file):   275096 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:        744124 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             606640 kB
SReclaimable:      50204 kB
SUnreclaim:       556436 kB
KernelStack:        1608 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1260944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71732 MiB
End job on node138 at 2016-06-18 17:15:29