Trace number 4089565

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.63 1793.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x19-hard.opb
MD5SUM1c0791853ffa83d02330778223567986
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.210967
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables190
Total number of constraints381
Number of constraints which are clauses380
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 constraint190
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 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 289
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4089565-1466028129.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.046s.
0.08/0.16	c declared #vars     190
0.08/0.16	c #constraints  381
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 380
0.08/0.16	c 381 constraints processed.
0.60/0.44	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.89/0.64	c cleaning 4250 clauses out of 8500 with flag 22797/11001
1.11/0.87	c cleaning 5625 clauses out of 11249 with flag 37326/18000
1.43/1.16	c cleaning 6813 clauses out of 13625 with flag 53847/26001
1.85/1.51	c cleaning 7905 clauses out of 15811 with flag 72427/35000
2.15/1.89	c cleaning 8953 clauses out of 17906 with flag 92950/45000
2.65/2.34	c cleaning 9977 clauses out of 19953 with flag 115478/56000
3.14/2.88	c cleaning 10986 clauses out of 21976 with flag 140060/68000
3.76/3.49	c cleaning 11993 clauses out of 23990 with flag 166853/81000
4.46/4.18	c cleaning 12997 clauses out of 25997 with flag 195870/95000
5.16/4.88	c cleaning 13998 clauses out of 28002 with flag 226681/110002
6.06/5.70	c cleaning 15000 clauses out of 30002 with flag 259473/126000
6.97/6.63	c cleaning 16001 clauses out of 32002 with flag 294327/143000
7.97/7.64	c cleaning 17000 clauses out of 34003 with flag 331475/161002
9.06/8.76	c cleaning 17994 clauses out of 36001 with flag 370780/180000
10.37/10.08	c cleaning 19000 clauses out of 38010 with flag 412280/200003
11.66/11.33	c cleaning 20004 clauses out of 40007 with flag 455735/221000
12.97/12.62	c cleaning 21002 clauses out of 42003 with flag 501327/243000
14.17/13.87	c cleaning 22002 clauses out of 44004 with flag 548947/266003
15.61/15.27	c cleaning 22997 clauses out of 46000 with flag 598520/290001
17.21/16.85	c cleaning 24002 clauses out of 48003 with flag 650250/315001
19.01/18.69	c cleaning 24997 clauses out of 50001 with flag 703960/341001
20.71/20.32	c cleaning 26000 clauses out of 52005 with flag 759745/368002
22.52/22.20	c cleaning 27002 clauses out of 54003 with flag 817695/396000
24.91/24.54	c cleaning 27997 clauses out of 56001 with flag 877648/425000
27.11/26.78	c cleaning 29000 clauses out of 58004 with flag 939868/455000
29.41/29.07	c cleaning 29996 clauses out of 60004 with flag 1004074/486000
32.01/31.64	c cleaning 31003 clauses out of 62009 with flag 1070399/518001
34.52/34.14	c cleaning 31999 clauses out of 64006 with flag 1138858/551001
37.25/36.81	c cleaning 33001 clauses out of 66006 with flag 1209095/585000
39.65/39.28	c cleaning 34001 clauses out of 68006 with flag 1281580/620001
42.36/41.92	c cleaning 35002 clauses out of 70004 with flag 1356093/656000
44.85/44.49	c cleaning 35999 clauses out of 72003 with flag 1432568/693001
47.65/47.29	c cleaning 37000 clauses out of 74003 with flag 1511279/731000
51.25/50.81	c cleaning 38000 clauses out of 76003 with flag 1591990/770000
54.15/53.70	c cleaning 39000 clauses out of 78003 with flag 1674736/810000
57.25/56.88	c cleaning 40000 clauses out of 80004 with flag 1759526/851001
60.83/60.39	c cleaning 40999 clauses out of 82004 with flag 1846439/893001
64.74/64.27	c cleaning 41999 clauses out of 84005 with flag 1935587/936001
68.64/68.18	c cleaning 42997 clauses out of 86005 with flag 2026698/980000
71.84/71.34	c cleaning 44005 clauses out of 88011 with flag 2119875/1025003
75.64/75.11	c cleaning 45000 clauses out of 90003 with flag 2215203/1071000
79.54/79.06	c cleaning 45999 clauses out of 92004 with flag 2312455/1118001
84.04/83.54	c cleaning 46998 clauses out of 94005 with flag 2411921/1166001
89.03/88.48	c cleaning 48002 clauses out of 96008 with flag 2513413/1215002
93.33/92.77	c cleaning 48998 clauses out of 98004 with flag 2616963/1265000
97.73/97.12	c cleaning 50001 clauses out of 100007 with flag 2722458/1316001
102.63/102.09	c cleaning 51003 clauses out of 102006 with flag 2830336/1368001
107.73/107.14	c cleaning 52001 clauses out of 104004 with flag 2940019/1421002
113.38/112.64	c cleaning 53002 clauses out of 106003 with flag 3051172/1475002
119.28/118.58	c cleaning 53994 clauses out of 107999 with flag 3163890/1530000
125.78/125.05	c cleaning 54996 clauses out of 110005 with flag 3280000/1586000
132.19/131.43	c cleaning 56005 clauses out of 112011 with flag 3398358/1643002
138.49/137.75	c cleaning 56999 clauses out of 114005 with flag 3518656/1701001
146.29/145.32	c cleaning 57999 clauses out of 116006 with flag 3640441/1760001
151.99/151.07	c cleaning 59001 clauses out of 118007 with flag 3763225/1820001
158.19/157.30	c cleaning 59995 clauses out of 120005 with flag 3888100/1881000
165.09/164.16	c cleaning 61001 clauses out of 122010 with flag 4014779/1943000
172.34/171.21	c cleaning 62005 clauses out of 124011 with flag 4143381/2006002
179.54/178.40	c cleaning 62998 clauses out of 126004 with flag 4274115/2070000
186.25/185.11	c cleaning 64003 clauses out of 128007 with flag 4406994/2135001
192.95/191.88	c cleaning 65003 clauses out of 130005 with flag 4541800/2201002
201.80/200.53	c cleaning 65996 clauses out of 132000 with flag 4678974/2268000
210.41/209.13	c cleaning 66999 clauses out of 134004 with flag 4818202/2336000
219.73/218.46	c cleaning 68000 clauses out of 136006 with flag 4959674/2405001
229.43/227.91	c cleaning 69001 clauses out of 138007 with flag 5102989/2475002
238.73/237.25	c cleaning 70000 clauses out of 140004 with flag 5248148/2546000
249.83/248.36	c cleaning 70996 clauses out of 142004 with flag 5396113/2618000
259.52/257.96	c cleaning 72000 clauses out of 144008 with flag 5546946/2691000
269.72/268.17	c cleaning 73000 clauses out of 146008 with flag 5699816/2765000
281.52/279.95	c cleaning 74001 clauses out of 148009 with flag 5854990/2840001
293.30/291.62	c cleaning 75000 clauses out of 150007 with flag 6012148/2916000
304.99/303.34	c cleaning 76000 clauses out of 152007 with flag 6171432/2993000
318.08/316.36	c cleaning 77002 clauses out of 154008 with flag 6332973/3071001
329.18/327.49	c cleaning 78003 clauses out of 156005 with flag 6496721/3150000
343.48/341.70	c cleaning 79001 clauses out of 158003 with flag 6662132/3230001
356.77/354.93	c cleaning 79999 clauses out of 160002 with flag 6829712/3311001
371.38/369.50	c cleaning 80998 clauses out of 162002 with flag 6999502/3393000
385.36/383.40	c cleaning 81999 clauses out of 164005 with flag 7171125/3476001
400.17/398.27	c cleaning 82998 clauses out of 166006 with flag 7344862/3560001
415.24/413.28	c cleaning 84003 clauses out of 168008 with flag 7521067/3645001
431.04/429.04	c cleaning 85000 clauses out of 170005 with flag 7699309/3731001
445.63/443.57	c cleaning 85994 clauses out of 172004 with flag 7879371/3818000
456.54/454.41	c cleaning 87002 clauses out of 174010 with flag 8061603/3906000
467.63/465.43	c cleaning 88000 clauses out of 176008 with flag 8245575/3995000
479.53/477.35	c cleaning 89001 clauses out of 178009 with flag 8431818/4085001
492.21/489.94	c cleaning 90000 clauses out of 180007 with flag 8618771/4176000
504.81/502.56	c cleaning 90999 clauses out of 182009 with flag 8809200/4268002
517.88/515.55	c cleaning 92000 clauses out of 184008 with flag 9001777/4361000
530.59/528.20	c cleaning 93002 clauses out of 186011 with flag 9196254/4455003
544.95/542.51	c cleaning 94000 clauses out of 188006 with flag 9392693/4550000
558.75/556.37	c cleaning 94999 clauses out of 190006 with flag 9591077/4646000
576.11/573.61	c cleaning 96003 clauses out of 192008 with flag 9792107/4743001
591.42/588.92	c cleaning 97001 clauses out of 194006 with flag 9995255/4841002
607.09/604.50	c cleaning 97997 clauses out of 196004 with flag 10200445/4940001
622.67/620.07	c cleaning 99000 clauses out of 198008 with flag 10407280/5040002
638.67/636.03	c cleaning 100000 clauses out of 200007 with flag 10616287/5141001
652.87/650.15	c cleaning 101003 clauses out of 202008 with flag 10827317/5243002
669.06/666.27	c cleaning 101994 clauses out of 204003 with flag 11040404/5346000
685.05/682.25	c cleaning 103003 clauses out of 206009 with flag 11255793/5450000
700.82/697.98	c cleaning 104002 clauses out of 208006 with flag 11473221/5555000
717.21/714.27	c cleaning 104998 clauses out of 210004 with flag 11692546/5661000
734.90/731.80	c cleaning 105997 clauses out of 212007 with flag 11912493/5768001
751.69/748.60	c cleaning 107000 clauses out of 214009 with flag 12133259/5876000
767.70/764.52	c cleaning 108002 clauses out of 216011 with flag 12356042/5985002
785.39/782.16	c cleaning 109000 clauses out of 218008 with flag 12580777/6095001
804.47/801.12	c cleaning 110002 clauses out of 220008 with flag 12807723/6206001
822.37/819.08	c cleaning 111001 clauses out of 222006 with flag 13036485/6318001
841.40/838.09	c cleaning 112003 clauses out of 224005 with flag 13267423/6431001
859.25/855.90	c cleaning 112997 clauses out of 226002 with flag 13500542/6545001
879.10/875.64	c cleaning 113996 clauses out of 228004 with flag 13735861/6660000
898.85/895.31	c cleaning 115003 clauses out of 230008 with flag 13973001/6776000
917.44/913.86	c cleaning 115996 clauses out of 232007 with flag 14212289/6893002
940.44/936.74	c cleaning 116999 clauses out of 234009 with flag 14453452/7011000
962.11/958.33	c cleaning 117999 clauses out of 236010 with flag 14697405/7130000
986.11/982.28	c cleaning 119001 clauses out of 238011 with flag 14943018/7250000
1009.02/1005.08	c cleaning 120004 clauses out of 240011 with flag 15190697/7371001
1029.70/1025.60	c cleaning 121000 clauses out of 242006 with flag 15440694/7493000
1053.15/1049.05	c cleaning 122002 clauses out of 244006 with flag 15692339/7616000
1081.39/1077.25	c cleaning 123000 clauses out of 246004 with flag 15945976/7740000
1108.31/1104.12	c cleaning 124003 clauses out of 248006 with flag 16201679/7865002
1130.74/1126.42	c cleaning 125000 clauses out of 250003 with flag 16459438/7991002
1160.85/1156.49	c cleaning 125995 clauses out of 252003 with flag 16719246/8118002
1186.21/1181.79	c cleaning 126998 clauses out of 254006 with flag 16984170/8246000
1214.84/1210.27	c cleaning 128002 clauses out of 256009 with flag 17250958/8375001
1242.63/1237.96	c cleaning 128996 clauses out of 258006 with flag 17520384/8505000
1276.48/1271.64	c cleaning 129999 clauses out of 260011 with flag 17791314/8636001
1305.92/1301.09	c cleaning 130999 clauses out of 262011 with flag 18064608/8768000
1334.56/1329.54	c cleaning 132002 clauses out of 264012 with flag 18339747/8901000
1370.78/1365.70	c cleaning 132999 clauses out of 266010 with flag 18616877/9035000
1407.58/1402.43	c cleaning 134004 clauses out of 268014 with flag 18896435/9170003
1447.55/1442.22	c cleaning 135001 clauses out of 270007 with flag 19177619/9306000
1481.82/1476.34	c cleaning 135996 clauses out of 272006 with flag 19461286/9443000
1517.89/1512.33	c cleaning 137000 clauses out of 274010 with flag 19747178/9581000
1552.91/1547.25	c cleaning 138000 clauses out of 276010 with flag 20034759/9720000
1587.82/1582.09	c cleaning 139004 clauses out of 278011 with flag 20324568/9860001
1624.06/1618.11	c cleaning 139997 clauses out of 280006 with flag 20616240/10001000
1658.87/1652.83	c cleaning 141002 clauses out of 282009 with flag 20910003/10143000
1697.92/1691.76	c cleaning 142000 clauses out of 284008 with flag 21205855/10286001
1740.50/1734.25	c cleaning 143004 clauses out of 286007 with flag 21503952/10430000
1778.29/1771.82	c cleaning 144000 clauses out of 288003 with flag 21803900/10575000
1800.05/1793.50	c starts		: 1
1800.05/1793.50	c conflicts		: 10681280
1800.05/1793.50	c decisions		: 11103633
1800.05/1793.50	c propagations		: 53351068
1800.05/1793.50	c inspects		: 28000707650
1800.05/1793.50	c timeout
1800.05/1793.50	c shortcuts		: 0
1800.05/1793.50	c learnt literals	: 0
1800.05/1793.50	c learnt binary clauses	: 0
1800.05/1793.50	c learnt ternary clauses	: 0
1800.05/1793.50	c learnt constraints	: 10681280
1800.05/1793.50	c ignored constraints	: 0
1800.05/1793.50	c root simplifications	: 0
1800.05/1793.50	c removed literals (reason simplification)	: 0
1800.05/1793.50	c reason swapping (by a shorter reason)	: 0
1800.05/1793.50	c Calls to reduceDB	: 141
1800.05/1793.50	c Number of update (reduction) of LBD	: 222653
1800.05/1793.50	c Imported unit clauses	: 0
1800.05/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.50	c number of learned constraints concerned by reduction	: 0
1800.05/1793.50	c number of learning phase by resolution	: 0
1800.05/1793.50	c number of learning phase by cutting planes	: 0
1800.05/1793.50	c speed (assignments/second)	: 29749.522400077618
1800.05/1793.50	c non guided choices	89
1800.05/1793.53	c learnt constraints type 
1800.05/1793.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 250283
1800.05/1793.53	s UNKNOWN
1800.05/1793.53	c Total wall clock time (in seconds): 1793.421

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

pid=10159
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.40 2.26 2.20 3/194 10162
/proc/meminfo: memFree=30209504/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10162/stat : 10162 (java) R 10159 10162 5929 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 4861558 9515008 182 33554432000 1073741824 1073778376 140737147465024 140737147447752 272886480644 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2331 184 140 9 0 79 0

[startup+0.100109 s]
/proc/loadavg: 2.40 2.26 2.20 3/194 10162
/proc/meminfo: memFree=30209504/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 4416 0 1 0 7 1 0 0 20 0 18 0 4861558 9787879424 6036 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.40 2.26 2.20 3/194 10162
/proc/meminfo: memFree=30209504/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 6239 0 1 0 25 2 0 0 20 0 19 0 4861558 9856040960 7287 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 7287 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300284 s]
/proc/loadavg: 2.40 2.26 2.20 3/194 10162
/proc/meminfo: memFree=30209504/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 6585 0 1 0 47 2 0 0 20 0 19 0 4861558 9856040960 7937 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 7937 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700238 s]
/proc/loadavg: 2.40 2.26 2.20 3/194 10162
/proc/meminfo: memFree=30209504/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 7525 0 1 0 99 2 0 0 20 0 19 0 4861558 9856040960 9095 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 9095 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.40 2.26 2.20 3/213 10181
/proc/meminfo: memFree=30175068/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 7628 0 1 0 182 3 0 0 20 0 19 0 4861558 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 11658 2256 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2411 0 1 0 144 2 0 0 20 0 19 0 4861559 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812643606808 139812477159522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1368 0 0 0 15 0 0 0 20 0 19 0 4861565 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 11658 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.40 2.26 2.20 3/213 10181
/proc/meminfo: memFree=30161672/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 7689 0 1 0 343 3 0 0 20 0 19 0 4861558 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 16266 2256 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2420 0 1 0 304 2 0 0 20 0 19 0 4861559 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812643598032 139812477049891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1420 0 0 0 17 0 0 0 20 0 19 0 4861565 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 16266 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.37 2.26 2.20 3/213 10181
/proc/meminfo: memFree=30128532/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 7749 0 1 0 663 3 0 0 20 0 19 0 4861558 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 23419 2257 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2435 0 1 0 624 3 0 0 20 0 19 0 4861559 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812643598032 139812476992388 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4861561 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1464 0 0 0 18 0 0 0 20 0 19 0 4861565 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 23419 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1924 0 0 0 19 1 0 0 20 0 19 0 4861565 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 100 0 0 0 27 34 0 0 20 0 19 0 4861565 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 106646 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.20 2.18 4/213 10356
/proc/meminfo: memFree=29751164/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=1788.85 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 11051 0 1 0 178792 93 0 0 20 0 19 0 4861558 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 105620 2279 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=1779.15 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2549 0 1 0 177881 34 0 0 20 0 19 0 4861559 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812643605728 139812477050002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 431 0 0 0 92 4 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 244 0 0 0 102 5 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 106 0 0 0 90 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 287 0 0 0 97 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 234 0 0 0 92 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 432 0 0 0 99 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 332 0 0 0 89 7 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 277 0 0 0 102 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 296 0 0 0 76 3 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1924 0 0 0 19 1 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 104 0 0 0 28 35 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 10356
/proc/meminfo: memFree=29751996/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 11051 0 1 0 179912 93 0 0 20 0 19 0 4861558 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 105620 2279 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=1790.34 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2549 0 1 0 179000 34 0 0 20 0 19 0 4861559 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812643605728 139812477050002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 431 0 0 0 92 4 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 244 0 0 0 102 5 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 106 0 0 0 90 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 287 0 0 0 97 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 234 0 0 0 92 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 432 0 0 0 99 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 332 0 0 0 89 7 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 277 0 0 0 102 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 296 0 0 0 76 3 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1924 0 0 0 19 1 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 104 0 0 0 28 35 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 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 10162 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 10356
/proc/meminfo: memFree=29751996/32872528 swapFree=1243664/1390832
[pid=10162] ppid=10159 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/10162/stat : 10162 (java) S 10159 10162 5929 0 -1 4202496 11051 0 1 0 179912 93 0 0 20 0 19 0 4861558 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 140737147456160 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10162/statm: 2406260 105620 2279 9 0 2396937 0
[pid=10162/tid=10164] ppid=10159 vsize=9625040 CPUtime=1790.34 cores=1,3,5,7
/proc/10162/task/10164/stat : 10164 (java) R 10159 10162 5929 0 -1 4202560 2549 0 1 0 179000 34 0 0 20 0 19 0 4861559 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812643605728 139812477050002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10165] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10165/stat : 10165 (java) S 10159 10162 5929 0 -1 4202560 431 0 0 0 92 4 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812605098792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10166] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10166/stat : 10166 (java) S 10159 10162 5929 0 -1 4202560 244 0 0 0 102 5 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812604045992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10167] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10167/stat : 10167 (java) S 10159 10162 5929 0 -1 4202560 106 0 0 0 90 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812602993704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10168] ppid=10159 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/10162/task/10168/stat : 10168 (java) S 10159 10162 5929 0 -1 4202560 287 0 0 0 97 6 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812601940904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10169] ppid=10159 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10162/task/10169/stat : 10169 (java) S 10159 10162 5929 0 -1 4202560 234 0 0 0 92 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812600887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10170] ppid=10159 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/10162/task/10170/stat : 10170 (java) S 10159 10162 5929 0 -1 4202560 432 0 0 0 99 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812599834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10171] ppid=10159 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10162/task/10171/stat : 10171 (java) S 10159 10162 5929 0 -1 4202560 332 0 0 0 89 7 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812598782504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10172] ppid=10159 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/10162/task/10172/stat : 10172 (java) S 10159 10162 5929 0 -1 4202560 277 0 0 0 102 8 0 0 20 0 19 0 4861561 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812597729704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10173] ppid=10159 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10162/task/10173/stat : 10173 (java) S 10159 10162 5929 0 -1 4202560 296 0 0 0 76 3 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812467071720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10174] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10174/stat : 10174 (java) S 10159 10162 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812466017784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10175] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10175/stat : 10175 (java) S 10159 10162 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4861562 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812464965384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10176] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10176/stat : 10176 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812463913872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10177] ppid=10159 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10162/task/10177/stat : 10177 (java) S 10159 10162 5929 0 -1 4202560 2575 0 0 0 19 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812462860472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10162/tid=10178] ppid=10159 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10162/task/10178/stat : 10178 (java) S 10159 10162 5929 0 -1 4202560 1924 0 0 0 19 1 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139812461807672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10162/tid=10179] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10179/stat : 10179 (java) S 10159 10162 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811587353208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10162/tid=10180] ppid=10159 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10162/task/10180/stat : 10180 (java) S 10159 10162 5929 0 -1 4202560 104 0 0 0 28 35 0 0 20 0 19 0 4861565 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811586300616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10162/tid=10181] ppid=10159 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10162/task/10181/stat : 10181 (java) S 10159 10162 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4861575 9856040960 105620 33554432000 1073741824 1073778376 140737147465024 139811585246632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.54
CPU time (s): 1800.63
CPU user time (s): 1799.24
CPU system time (s): 1.38979
CPU usage (%): 100.395
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.38979
maximum resident set size= 638440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11100
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= 40268
involuntary context switches= 18891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95349 second user time and 13.9719 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 00:02:09
IDJOB=4089565
IDBENCH=107424
IDSOLVER=2546
FILE ID=node119/4089565-1466028129
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 1c0791853ffa83d02330778223567986
RANDOM SEED=972116414

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30209504 kB
Buffers:           24192 kB
Cached:            95212 kB
SwapCached:        14196 kB
Active:           464824 kB
Inactive:         107348 kB
Active(anon):     441276 kB
Inactive(anon):    14104 kB
Active(file):      23548 kB
Inactive(file):    93244 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088060 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1810464 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565404 kB
SReclaimable:       9488 kB
SUnreclaim:       555916 kB
KernelStack:        1760 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1974912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 00:32:03