Trace number 4089453

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.75 1795.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x15-hard.opb
MD5SUM8962e330cbd730b44c14f6c229952c4e
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.030994
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints241
Number of constraints which are clauses240
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 constraint120
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 63
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 183
Number of bits of the biggest sum of numbers8
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089453-1466026075.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     120
0.09/0.15	c #constraints  241
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
0.09/0.15	c 241 constraints processed.
0.61/0.43	c cleaning 2500 clauses out of 5001 with flag 10369/5001
0.92/0.62	c cleaning 4251 clauses out of 8501 with flag 22826/11001
1.13/0.82	c cleaning 5625 clauses out of 11250 with flag 37361/18001
1.33/1.09	c cleaning 6810 clauses out of 13624 with flag 53927/26000
1.76/1.41	c cleaning 7906 clauses out of 15814 with flag 72571/35000
2.06/1.78	c cleaning 8955 clauses out of 17909 with flag 93295/45001
2.56/2.22	c cleaning 9976 clauses out of 19953 with flag 116052/56000
3.05/2.73	c cleaning 10987 clauses out of 21980 with flag 140895/68003
3.55/3.26	c cleaning 11995 clauses out of 23991 with flag 167833/81001
4.15/3.82	c cleaning 12996 clauses out of 25995 with flag 196901/95000
4.76/4.48	c cleaning 13999 clauses out of 28000 with flag 228028/110001
5.47/5.14	c cleaning 15000 clauses out of 30000 with flag 261205/126000
6.27/5.92	c cleaning 15996 clauses out of 32000 with flag 296381/143000
7.08/6.78	c cleaning 17003 clauses out of 34005 with flag 333664/161001
8.08/7.76	c cleaning 18000 clauses out of 36002 with flag 373052/180001
9.18/8.83	c cleaning 18998 clauses out of 38001 with flag 414497/200000
10.43/10.06	c cleaning 19999 clauses out of 40004 with flag 458766/221001
11.72/11.31	c cleaning 20998 clauses out of 42005 with flag 508255/243001
13.52/13.18	c cleaning 22001 clauses out of 44006 with flag 560528/266000
14.83/14.47	c cleaning 23000 clauses out of 46005 with flag 614146/290000
16.13/15.80	c cleaning 24002 clauses out of 48005 with flag 668112/315000
17.53/17.14	c cleaning 25000 clauses out of 50003 with flag 723815/341000
19.23/18.86	c cleaning 25999 clauses out of 52004 with flag 780860/368001
21.12/20.78	c cleaning 27000 clauses out of 54004 with flag 839050/396000
23.15/22.75	c cleaning 28001 clauses out of 56006 with flag 899479/425002
25.45/25.09	c cleaning 29002 clauses out of 58003 with flag 961812/455000
27.44/27.05	c cleaning 29998 clauses out of 60001 with flag 1026207/486000
30.15/29.79	c cleaning 30998 clauses out of 62003 with flag 1092736/518000
32.45/32.09	c cleaning 32000 clauses out of 64006 with flag 1161230/551001
34.84/34.47	c cleaning 33000 clauses out of 66006 with flag 1231773/585001
37.54/37.11	c cleaning 34000 clauses out of 68005 with flag 1304557/620000
40.44/40.01	c cleaning 34997 clauses out of 70005 with flag 1379310/656000
43.54/43.14	c cleaning 36003 clauses out of 72009 with flag 1456367/693001
46.75/46.34	c cleaning 37002 clauses out of 74005 with flag 1535443/731000
49.55/49.18	c cleaning 38000 clauses out of 76004 with flag 1616563/770001
52.85/52.49	c cleaning 38998 clauses out of 78004 with flag 1699702/810001
56.22/55.71	c cleaning 39999 clauses out of 80005 with flag 1784966/851000
60.32/59.86	c cleaning 41000 clauses out of 82008 with flag 1872313/893002
64.33/63.86	c cleaning 42002 clauses out of 84006 with flag 1961589/936000
68.22/67.76	c cleaning 43002 clauses out of 86004 with flag 2053022/980000
72.92/72.43	c cleaning 44000 clauses out of 88004 with flag 2146597/1025002
77.32/76.88	c cleaning 44998 clauses out of 90002 with flag 2242442/1071000
81.62/81.11	c cleaning 45998 clauses out of 92004 with flag 2340176/1118000
85.92/85.42	c cleaning 47000 clauses out of 94006 with flag 2439979/1166000
90.42/89.96	c cleaning 48004 clauses out of 96007 with flag 2541880/1215001
95.31/94.86	c cleaning 48999 clauses out of 98002 with flag 2645666/1265000
100.87/100.38	c cleaning 49997 clauses out of 100003 with flag 2751388/1316000
106.48/105.96	c cleaning 50998 clauses out of 102008 with flag 2859531/1368002
112.38/111.89	c cleaning 51999 clauses out of 104008 with flag 2969663/1421000
118.77/118.22	c cleaning 53002 clauses out of 106010 with flag 3081853/1475001
125.27/124.70	c cleaning 54002 clauses out of 108007 with flag 3195972/1530000
131.48/130.99	c cleaning 55002 clauses out of 110005 with flag 3312071/1586000
138.08/137.57	c cleaning 56000 clauses out of 112003 with flag 3430561/1643000
145.27/144.76	c cleaning 57003 clauses out of 114005 with flag 3550950/1701002
151.65/151.09	c cleaning 57996 clauses out of 116000 with flag 3673335/1760000
158.75/158.11	c cleaning 59002 clauses out of 118005 with flag 3797736/1820001
166.34/165.73	c cleaning 59998 clauses out of 120003 with flag 3924490/1881001
174.14/173.57	c cleaning 60997 clauses out of 122004 with flag 4053185/1943000
180.74/180.16	c cleaning 62001 clauses out of 124007 with flag 4184187/2006000
188.64/188.08	c cleaning 63001 clauses out of 126006 with flag 4317154/2070000
197.75/197.17	c cleaning 64004 clauses out of 128007 with flag 4452329/2135002
206.49/205.73	c cleaning 65000 clauses out of 130003 with flag 4589541/2201002
214.58/213.84	c cleaning 65997 clauses out of 132001 with flag 4728952/2268000
223.37/222.67	c cleaning 67001 clauses out of 134004 with flag 4870324/2336000
231.39/230.69	c cleaning 67996 clauses out of 136006 with flag 5013859/2405003
238.79/238.02	c cleaning 69001 clauses out of 138007 with flag 5159621/2475000
247.39/246.65	c cleaning 69999 clauses out of 140007 with flag 5307014/2546001
256.58/255.64	c cleaning 71004 clauses out of 142007 with flag 5456757/2618000
265.78/264.80	c cleaning 71993 clauses out of 144003 with flag 5608578/2691000
275.38/274.49	c cleaning 73005 clauses out of 146011 with flag 5762428/2765001
286.17/285.24	c cleaning 73999 clauses out of 148006 with flag 5918366/2840001
296.88/295.94	c cleaning 75003 clauses out of 150008 with flag 6076194/2916002
307.46/306.34	c cleaning 76001 clauses out of 152006 with flag 6236564/2993003
317.85/316.70	c cleaning 76998 clauses out of 154002 with flag 6398706/3071000
329.75/328.64	c cleaning 78004 clauses out of 156007 with flag 6563143/3150003
340.55/339.41	c cleaning 79001 clauses out of 158002 with flag 6729569/3230002
351.05/349.96	c cleaning 79996 clauses out of 160000 with flag 6898086/3311001
362.03/360.76	c cleaning 81001 clauses out of 162003 with flag 7068602/3393000
375.72/374.48	c cleaning 81997 clauses out of 164002 with flag 7241187/3476000
389.12/387.89	c cleaning 82998 clauses out of 166005 with flag 7415853/3560000
402.62/401.30	c cleaning 84000 clauses out of 168007 with flag 7592611/3645000
417.58/416.16	c cleaning 85003 clauses out of 170009 with flag 7771359/3731002
432.78/431.36	c cleaning 85997 clauses out of 172004 with flag 7952310/3818000
447.17/445.71	c cleaning 87001 clauses out of 174008 with flag 8135454/3906001
463.72/462.12	c cleaning 88001 clauses out of 176007 with flag 8320567/3995001
480.71/479.13	c cleaning 88999 clauses out of 178005 with flag 8507844/4085000
499.71/498.15	c cleaning 89999 clauses out of 180008 with flag 8696827/4176002
518.10/516.56	c cleaning 90999 clauses out of 182008 with flag 8887762/4268001
537.71/536.09	c cleaning 92001 clauses out of 184008 with flag 9081089/4361000
557.61/555.97	c cleaning 93000 clauses out of 186007 with flag 9276806/4455000
578.00/576.34	c cleaning 93998 clauses out of 188008 with flag 9474156/4550001
596.86/595.15	c cleaning 95003 clauses out of 190010 with flag 9673695/4646001
618.25/616.59	c cleaning 95999 clauses out of 192007 with flag 9875279/4743001
637.75/636.07	c cleaning 96999 clauses out of 194008 with flag 10079089/4841001
658.68/656.84	c cleaning 98000 clauses out of 196008 with flag 10284993/4940000
676.47/674.67	c cleaning 99001 clauses out of 198008 with flag 10493035/5040000
697.88/696.02	c cleaning 100003 clauses out of 200008 with flag 10702811/5141001
720.40/718.47	c cleaning 101000 clauses out of 202004 with flag 10914923/5243000
741.29/739.31	c cleaning 101996 clauses out of 204005 with flag 11129040/5346001
759.78/757.84	c cleaning 103000 clauses out of 206008 with flag 11345506/5450000
780.91/778.87	c cleaning 104002 clauses out of 208009 with flag 11563916/5555001
802.00/799.92	c cleaning 104999 clauses out of 210006 with flag 11784442/5661000
824.07/821.97	c cleaning 106004 clauses out of 212007 with flag 12007034/5768000
846.67/844.56	c cleaning 107000 clauses out of 214003 with flag 12231350/5876000
865.48/863.31	c cleaning 107993 clauses out of 216003 with flag 12466058/5985000
881.72/879.48	c cleaning 109002 clauses out of 218011 with flag 12702776/6095001
905.92/903.69	c cleaning 110000 clauses out of 220008 with flag 12941558/6206000
932.69/930.39	c cleaning 111001 clauses out of 222008 with flag 13181362/6318000
956.49/954.14	c cleaning 112001 clauses out of 224007 with flag 13426485/6431000
975.50/973.08	c cleaning 112996 clauses out of 226007 with flag 13667639/6545001
995.60/993.15	c cleaning 114004 clauses out of 228010 with flag 13911048/6660000
1012.59/1010.10	c cleaning 115000 clauses out of 230008 with flag 14154319/6776002
1033.49/1030.93	c cleaning 115999 clauses out of 232006 with flag 14401345/6893000
1056.19/1053.65	c cleaning 117000 clauses out of 234007 with flag 14653100/7011000
1081.48/1078.87	c cleaning 118001 clauses out of 236009 with flag 14900481/7130002
1102.28/1099.63	c cleaning 119003 clauses out of 238008 with flag 15149280/7250002
1122.95/1120.27	c cleaning 119998 clauses out of 240003 with flag 15400531/7371000
1143.26/1140.50	c cleaning 120998 clauses out of 242005 with flag 15653858/7493000
1165.34/1162.60	c cleaning 122003 clauses out of 244007 with flag 15909708/7616000
1191.65/1188.89	c cleaning 122997 clauses out of 246006 with flag 16167175/7740002
1215.45/1212.58	c cleaning 124002 clauses out of 248007 with flag 16426754/7865000
1236.16/1233.23	c cleaning 124998 clauses out of 250006 with flag 16688582/7991001
1256.73/1253.73	c cleaning 126001 clauses out of 252008 with flag 16952479/8118001
1279.22/1276.24	c cleaning 127000 clauses out of 254006 with flag 17218169/8246000
1302.23/1299.15	c cleaning 127999 clauses out of 256006 with flag 17486353/8375000
1326.51/1323.39	c cleaning 129000 clauses out of 258008 with flag 17756183/8505001
1353.21/1350.09	c cleaning 130000 clauses out of 260009 with flag 18028159/8636002
1376.50/1373.23	c cleaning 131003 clauses out of 262007 with flag 18302832/8768000
1405.50/1402.25	c cleaning 131999 clauses out of 264006 with flag 18589051/8901002
1433.39/1430.03	c cleaning 132998 clauses out of 266005 with flag 18873239/9035000
1461.20/1457.76	c cleaning 134000 clauses out of 268009 with flag 19165244/9170002
1492.30/1488.83	c cleaning 135001 clauses out of 270008 with flag 19458483/9306001
1530.09/1526.52	c cleaning 135996 clauses out of 272006 with flag 19755705/9443000
1563.70/1560.07	c cleaning 137002 clauses out of 274010 with flag 20055055/9581000
1596.40/1592.78	c cleaning 138002 clauses out of 276009 with flag 20354482/9720001
1632.20/1628.44	c cleaning 138997 clauses out of 278006 with flag 20654524/9860000
1665.55/1661.62	c cleaning 140001 clauses out of 280009 with flag 20946400/10001000
1697.66/1693.71	c cleaning 141003 clauses out of 282008 with flag 21242067/10143000
1731.94/1727.99	c cleaning 141997 clauses out of 284005 with flag 21539241/10286000
1761.40/1757.36	c cleaning 143002 clauses out of 286009 with flag 21838326/10430001
1793.58/1789.41	c cleaning 144000 clauses out of 288008 with flag 22139903/10575002
1800.08/1795.90	c starts		: 5604
1800.08/1795.90	c conflicts		: 10628371
1800.08/1795.90	c decisions		: 11392258
1800.08/1795.90	c propagations		: 53478493
1800.08/1795.90	c inspects		: 30050137593
1800.08/1795.90	c shortcuts		: 0
1800.08/1795.90	c timeout
1800.08/1795.90	c learnt literals	: 0
1800.08/1795.90	c learnt binary clauses	: 0
1800.08/1795.90	c learnt ternary clauses	: 0
1800.08/1795.90	c learnt constraints	: 10628371
1800.08/1795.90	c ignored constraints	: 0
1800.08/1795.90	c root simplifications	: 0
1800.08/1795.90	c removed literals (reason simplification)	: 0
1800.08/1795.90	c reason swapping (by a shorter reason)	: 0
1800.08/1795.90	c Calls to reduceDB	: 141
1800.08/1795.90	c Number of update (reduction) of LBD	: 336371
1800.08/1795.90	c Imported unit clauses	: 0
1800.08/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.90	c number of learned constraints concerned by reduction	: 0
1800.08/1795.90	c number of learning phase by resolution	: 0
1800.08/1795.90	c number of learning phase by cutting planes	: 0
1800.08/1795.90	c speed (assignments/second)	: 29780.638920738835
1800.08/1795.90	c non guided choices	55
1800.08/1795.93	c learnt constraints type 
1800.08/1795.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 197377
1800.08/1795.93	s UNKNOWN
1800.08/1795.93	c Total wall clock time (in seconds): 1795.812

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

pid=7847
running on 4 cores: 0,2,4,6

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.15 2.05 2.01 3/194 7850
/proc/meminfo: memFree=31208584/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7850/stat : 7850 (java) D 7847 7850 6151 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 4653138 9515008 182 33554432000 1073741824 1073778376 140736989473488 140736989464520 206629060277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2323 182 140 9 0 71 0

[startup+0.100057 s]
/proc/loadavg: 2.15 2.05 2.01 3/194 7850
/proc/meminfo: memFree=31208584/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 4432 0 1 0 9 0 0 0 20 0 18 0 4653138 9787879424 6072 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2389619 6072 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.15 2.05 2.01 3/194 7850
/proc/meminfo: memFree=31208584/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 6294 0 1 0 26 1 0 0 20 0 19 0 4653138 9856040960 7435 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 7435 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300271 s]
/proc/loadavg: 2.15 2.05 2.01 3/194 7850
/proc/meminfo: memFree=31208584/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 6555 0 1 0 47 2 0 0 20 0 19 0 4653138 9856040960 7939 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 7939 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700223 s]
/proc/loadavg: 2.15 2.05 2.01 3/194 7850
/proc/meminfo: memFree=31208584/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 7426 0 1 0 101 2 0 0 20 0 19 0 4653138 9856040960 9231 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 9231 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.15 2.05 2.01 3/213 7869
/proc/meminfo: memFree=31178280/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 7444 0 1 0 184 2 0 0 20 0 19 0 4653138 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 10781 2256 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2470 0 1 0 145 1 0 0 20 0 19 0 4653140 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469324669320 140469197765851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 1191 0 0 0 15 0 0 0 20 0 19 0 4653145 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 10781 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.15 2.05 2.01 3/213 7869
/proc/meminfo: memFree=31167544/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 7450 0 1 0 343 2 0 0 20 0 19 0 4653138 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 13853 2256 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2476 0 1 0 305 1 0 0 20 0 19 0 4653140 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469324660432 140469197670753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 1191 0 0 0 15 0 0 0 20 0 19 0 4653145 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 13853 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.13 2.05 2.01 3/213 7869
/proc/meminfo: memFree=31170168/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 7463 0 1 0 664 3 0 0 20 0 19 0 4653138 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 19486 2257 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2488 0 1 0 624 2 0 0 20 0 19 0 4653140 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469324660432 140469197706990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4653141 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 1191 0 0 0 16 0 0 0 20 0 19 0 4653145 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 19486 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 2689 0 0 0 24 0 0 0 20 0 19 0 4653145 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 100 0 0 0 24 29 0 0 20 0 19 0 4653145 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 112557 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.35
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 8251
/proc/meminfo: memFree=30613064/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=1786.48 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 12130 0 1 0 178571 77 0 0 20 0 19 0 4653138 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 110970 2280 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=1780.48 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2568 0 1 0 178015 33 0 0 20 0 19 0 4653140 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469324668112 140469197766343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 635 0 0 0 60 8 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 183 0 0 0 57 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 259 0 0 0 51 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 406 0 0 0 56 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 436 0 0 0 52 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 273 0 0 0 63 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 279 0 0 0 51 5 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 342 0 0 0 58 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 187 0 0 0 33 2 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 2689 0 0 0 24 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 104 0 0 0 26 30 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 8251
/proc/meminfo: memFree=30613068/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 12130 0 1 0 179931 77 0 0 20 0 19 0 4653138 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 110970 2280 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=1794.08 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2568 0 1 0 179375 33 0 0 20 0 19 0 4653140 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469324660416 140469197707013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 635 0 0 0 60 8 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 183 0 0 0 57 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 259 0 0 0 51 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 406 0 0 0 56 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 436 0 0 0 52 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 273 0 0 0 63 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 279 0 0 0 51 5 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 342 0 0 0 58 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 187 0 0 0 33 2 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 2689 0 0 0 24 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 104 0 0 0 26 30 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 7850 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 8251
/proc/meminfo: memFree=30613068/32872528 swapFree=532444/565148
[pid=7850] ppid=7847 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/7850/stat : 7850 (java) S 7847 7850 6151 0 -1 4202496 12130 0 1 0 179931 77 0 0 20 0 19 0 4653138 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140736830209680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7850/statm: 2406260 110970 2280 9 0 2396937 0
[pid=7850/tid=7852] ppid=7847 vsize=9625040 CPUtime=1794.08 cores=0,2,4,6
/proc/7850/task/7852/stat : 7852 (java) R 7847 7850 6151 0 -1 4202560 2568 0 1 0 179375 33 0 0 20 0 19 0 4653140 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469324660416 140469197707013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7853] ppid=7847 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7850/task/7853/stat : 7853 (java) S 7847 7850 6151 0 -1 4202560 635 0 0 0 60 8 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469168700200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7854] ppid=7847 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7850/task/7854/stat : 7854 (java) S 7847 7850 6151 0 -1 4202560 183 0 0 0 57 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469167647400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7855] ppid=7847 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7850/task/7855/stat : 7855 (java) S 7847 7850 6151 0 -1 4202560 259 0 0 0 51 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469166595112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7856] ppid=7847 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7850/task/7856/stat : 7856 (java) S 7847 7850 6151 0 -1 4202560 406 0 0 0 56 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469165542312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7857] ppid=7847 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7850/task/7857/stat : 7857 (java) S 7847 7850 6151 0 -1 4202560 436 0 0 0 52 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469164489000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7858] ppid=7847 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7850/task/7858/stat : 7858 (java) S 7847 7850 6151 0 -1 4202560 273 0 0 0 63 6 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469163436200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7859] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7859/stat : 7859 (java) S 7847 7850 6151 0 -1 4202560 279 0 0 0 51 5 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469162383912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7860] ppid=7847 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7850/task/7860/stat : 7860 (java) S 7847 7850 6151 0 -1 4202560 342 0 0 0 58 7 0 0 20 0 19 0 4653141 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469161331112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7850/tid=7861] ppid=7847 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7850/task/7861/stat : 7861 (java) S 7847 7850 6151 0 -1 4202560 187 0 0 0 33 2 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469148920552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7862] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7862/stat : 7862 (java) S 7847 7850 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469147866616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7863] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7863/stat : 7863 (java) S 7847 7850 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4653142 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469146814216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7864] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7864/stat : 7864 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469145762704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7865] ppid=7847 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7850/task/7865/stat : 7865 (java) S 7847 7850 6151 0 -1 4202560 2513 0 0 0 20 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469144709304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7850/tid=7866] ppid=7847 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7850/task/7866/stat : 7866 (java) S 7847 7850 6151 0 -1 4202560 2689 0 0 0 24 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469143656504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7867] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7867/stat : 7867 (java) S 7847 7850 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469142604408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7850/tid=7868] ppid=7847 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7850/task/7868/stat : 7868 (java) S 7847 7850 6151 0 -1 4202560 104 0 0 0 26 30 0 0 20 0 19 0 4653145 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469141551816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7850/tid=7869] ppid=7847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7850/task/7869/stat : 7869 (java) S 7847 7850 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4653155 9856040960 110970 33554432000 1073741824 1073778376 140736830218544 140469140448680 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.94
CPU time (s): 1800.75
CPU user time (s): 1799.44
CPU system time (s): 1.3108
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.3108
maximum resident set size= 627372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12172
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39040
involuntary context switches= 22073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4734 second user time and 13.5219 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 23:27:55
IDJOB=4089453
IDBENCH=107408
IDSOLVER=2546
FILE ID=node138/4089453-1466026075
RUNJOBID= node138-1466015679-6167
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 8962e330cbd730b44c14f6c229952c4e
RANDOM SEED=921704482

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:        31209236 kB
Buffers:           13652 kB
Cached:            38644 kB
SwapCached:         1268 kB
Active:           361156 kB
Inactive:          31088 kB
Active(anon):     340476 kB
Inactive(anon):     1708 kB
Active(file):      20680 kB
Inactive(file):    29380 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1047544 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             565292 kB
SReclaimable:       9096 kB
SUnreclaim:       556196 kB
KernelStack:        1760 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1079992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-15 23:57:51