Trace number 4117910

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)125 1800.7 1798.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_001.opb.metafix.opb
MD5SUMdb1909b4b599c60998a596d8a9eddbee
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark180.714
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-4117910-1467241431.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.059s.
0.09/0.18	c declared #vars     256
0.09/0.18	c #constraints  188
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.09/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
0.09/0.18	c org.sat4j.specs.Constr$1 => 10
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 158
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.09/0.18	c 188 constraints processed.
0.09/0.18	c objective function length is 256 literals
0.92/0.60	c cleaning 2498 clauses out of 5002 with flag 19856/5002
1.35/0.96	c cleaning 4250 clauses out of 8502 with flag 46515/11000
1.76/1.31	c cleaning 5620 clauses out of 11252 with flag 78734/18000
1.87/1.41	c SATISFIABLE
1.87/1.41	c OPTIMIZING...
1.87/1.41	c Got one! Elapsed wall clock time (in seconds):1.294
1.87/1.41	o 125
1.97/1.58	c cleaning 5364 clauses out of 10750 with flag 13340/23118
2.38/1.92	c cleaning 5683 clauses out of 11380 with flag 42775/29112
2.79/2.39	c cleaning 6338 clauses out of 12697 with flag 90151/36112
3.38/2.90	c cleaning 7158 clauses out of 14360 with flag 131146/44113
3.89/3.47	c cleaning 8098 clauses out of 16202 with flag 170302/53113
4.48/4.08	c cleaning 9044 clauses out of 18103 with flag 209920/63112
5.28/4.82	c cleaning 10023 clauses out of 20063 with flag 255919/74116
5.99/5.60	c cleaning 11009 clauses out of 22038 with flag 309186/86114
7.08/6.61	c cleaning 12009 clauses out of 24028 with flag 367708/99113
8.08/7.62	c cleaning 12996 clauses out of 26019 with flag 429132/113113
9.19/8.74	c cleaning 14006 clauses out of 28024 with flag 497685/128114
10.50/10.08	c cleaning 15005 clauses out of 30017 with flag 581525/144113
11.99/11.58	c cleaning 16004 clauses out of 32012 with flag 665452/161113
13.59/13.10	c cleaning 16989 clauses out of 34011 with flag 738614/179116
15.29/14.80	c cleaning 18004 clauses out of 36019 with flag 819358/198113
17.29/16.82	c cleaning 19001 clauses out of 38014 with flag 914194/218112
19.09/18.63	c cleaning 20002 clauses out of 40013 with flag 1008930/239112
21.09/20.65	c cleaning 21003 clauses out of 42013 with flag 1115101/261114
23.39/22.91	c cleaning 21993 clauses out of 44008 with flag 1216719/284112
25.80/25.36	c cleaning 22980 clauses out of 46019 with flag 1321579/308116
28.39/27.95	c cleaning 23998 clauses out of 48035 with flag 1429790/333112
31.19/30.70	c cleaning 25015 clauses out of 50039 with flag 1555389/359114
34.09/33.68	c cleaning 25998 clauses out of 52023 with flag 1681529/386113
37.50/37.00	c cleaning 26999 clauses out of 54025 with flag 1809170/414113
41.10/40.65	c cleaning 28004 clauses out of 56025 with flag 1947442/443112
44.40/43.98	c cleaning 29008 clauses out of 58022 with flag 2074126/473113
48.39/47.90	c cleaning 30008 clauses out of 60016 with flag 2225916/504115
52.09/51.70	c cleaning 30999 clauses out of 62006 with flag 2378629/536113
56.19/55.71	c cleaning 31989 clauses out of 64006 with flag 2535898/569112
60.31/59.84	c cleaning 32997 clauses out of 66017 with flag 2726927/603112
64.61/64.16	c cleaning 33988 clauses out of 68020 with flag 2883025/638112
69.71/69.28	c cleaning 35007 clauses out of 70034 with flag 3142319/674114
74.91/74.47	c cleaning 36008 clauses out of 72025 with flag 3413196/711112
80.01/79.53	c cleaning 37002 clauses out of 74018 with flag 3615796/749113
85.61/85.19	c cleaning 37984 clauses out of 76015 with flag 3837653/788112
91.61/91.14	c cleaning 39009 clauses out of 78031 with flag 4075228/828112
99.11/98.66	c cleaning 40002 clauses out of 80022 with flag 4362173/869112
105.72/105.24	c cleaning 41004 clauses out of 82021 with flag 4653732/911113
112.22/111.73	c cleaning 42001 clauses out of 84016 with flag 4861365/954112
119.02/118.57	c cleaning 43003 clauses out of 86015 with flag 5070217/998112
126.82/126.39	c cleaning 43996 clauses out of 88013 with flag 5346397/1043113
134.12/133.66	c cleaning 45002 clauses out of 90016 with flag 5574508/1089112
142.32/141.81	c cleaning 45990 clauses out of 92014 with flag 5836821/1136112
150.42/149.92	c cleaning 47009 clauses out of 94024 with flag 6066898/1184112
158.97/158.49	c cleaning 47987 clauses out of 96015 with flag 6344211/1233112
167.46/166.97	c cleaning 48999 clauses out of 98029 with flag 6568500/1283113
177.67/177.16	c cleaning 50005 clauses out of 100029 with flag 6843115/1334112
186.77/186.22	c cleaning 51007 clauses out of 102025 with flag 7107454/1386113
196.87/196.35	c cleaning 52000 clauses out of 104017 with flag 7374991/1439112
206.57/206.03	c cleaning 52999 clauses out of 106018 with flag 7627243/1493113
216.67/216.11	c cleaning 53982 clauses out of 108018 with flag 7881618/1548112
228.07/227.59	c cleaning 55016 clauses out of 110043 with flag 8147315/1604119
239.77/239.26	c cleaning 56002 clauses out of 112022 with flag 8427137/1661114
251.97/251.49	c cleaning 56992 clauses out of 114019 with flag 8789616/1719113
265.14/264.52	c cleaning 58008 clauses out of 116026 with flag 9202362/1778112
277.23/276.68	c cleaning 59006 clauses out of 118020 with flag 9518731/1838114
288.75/288.20	c cleaning 60002 clauses out of 120012 with flag 9813692/1899112
302.07/301.43	c cleaning 60997 clauses out of 122010 with flag 10178379/1961112
316.26/315.69	c cleaning 61987 clauses out of 124013 with flag 10500759/2024112
329.46/328.83	c cleaning 63001 clauses out of 126026 with flag 10820741/2088112
344.37/343.75	c cleaning 64010 clauses out of 128025 with flag 11197041/2153112
361.67/361.04	c cleaning 64964 clauses out of 130016 with flag 11600434/2219113
378.57/377.95	c cleaning 66017 clauses out of 132052 with flag 12051197/2286113
394.97/394.38	c cleaning 67005 clauses out of 134034 with flag 12416653/2354112
412.34/411.66	c cleaning 68006 clauses out of 136031 with flag 12753363/2423114
430.24/429.58	c cleaning 69002 clauses out of 138023 with flag 13098277/2493112
447.93/447.24	c cleaning 70009 clauses out of 140021 with flag 13471871/2564112
465.53/464.88	c cleaning 71000 clauses out of 142012 with flag 13839911/2636112
486.85/486.10	c cleaning 72006 clauses out of 144013 with flag 14418612/2709113
505.55/504.81	c cleaning 72998 clauses out of 146006 with flag 14796966/2783112
525.15/524.46	c cleaning 73986 clauses out of 148008 with flag 15178048/2858112
544.96/544.24	c cleaning 75008 clauses out of 150022 with flag 15578890/2934112
566.44/565.67	c cleaning 75996 clauses out of 152014 with flag 16005583/3011112
588.25/587.41	c cleaning 77002 clauses out of 154019 with flag 16425525/3089113
610.05/609.21	c cleaning 78000 clauses out of 156017 with flag 16832979/3168113
634.26/633.48	c cleaning 79002 clauses out of 158016 with flag 17271814/3248112
658.86/658.05	c cleaning 79986 clauses out of 160015 with flag 17723427/3329113
685.95/685.12	c cleaning 81000 clauses out of 162028 with flag 18284185/3411112
711.57/710.79	c cleaning 82001 clauses out of 164028 with flag 18742245/3494112
737.49/736.50	c cleaning 83001 clauses out of 166029 with flag 19186316/3578114
767.50/766.54	c cleaning 84007 clauses out of 168026 with flag 19737146/3663112
794.90/793.93	c cleaning 84999 clauses out of 170019 with flag 20211589/3749112
821.30/820.39	c cleaning 86006 clauses out of 172022 with flag 20643445/3836114
846.71/845.78	c cleaning 86985 clauses out of 174015 with flag 21134082/3924113
875.21/874.21	c cleaning 88011 clauses out of 176033 with flag 21582159/4013116
904.70/903.65	c cleaning 89005 clauses out of 178019 with flag 22056645/4103113
933.11/932.04	c cleaning 90002 clauses out of 180015 with flag 22625478/4194114
963.52/962.46	c cleaning 90999 clauses out of 182015 with flag 23126733/4286116
992.23/991.19	c cleaning 91997 clauses out of 184014 with flag 23628868/4379114
1023.33/1022.21	c cleaning 93002 clauses out of 186015 with flag 24162628/4473112
1057.03/1055.93	c cleaning 93976 clauses out of 188016 with flag 24713889/4568115
1094.57/1093.40	c cleaning 95016 clauses out of 190039 with flag 25297280/4664114
1128.88/1127.62	c cleaning 95995 clauses out of 192021 with flag 25844377/4761112
1165.67/1164.48	c cleaning 97010 clauses out of 194027 with flag 26416429/4859113
1200.17/1198.99	c cleaning 97997 clauses out of 196018 with flag 26974128/4958114
1239.17/1237.72	c cleaning 98998 clauses out of 198019 with flag 27738985/5058112
1275.68/1274.25	c cleaning 100003 clauses out of 200024 with flag 28357056/5159115
1312.17/1310.78	c cleaning 101001 clauses out of 202018 with flag 28917111/5261112
1348.18/1346.76	c cleaning 102001 clauses out of 204017 with flag 29484539/5364112
1386.58/1385.16	c cleaning 103007 clauses out of 206019 with flag 30097021/5468115
1431.38/1429.76	c cleaning 103993 clauses out of 208009 with flag 30666939/5573112
1473.60/1471.97	c cleaning 105006 clauses out of 210019 with flag 31352645/5679115
1516.51/1514.89	c cleaning 106001 clauses out of 212010 with flag 31996080/5786112
1558.02/1556.30	c cleaning 106977 clauses out of 214012 with flag 32694308/5894115
1602.52/1600.61	c cleaning 108014 clauses out of 216032 with flag 33314815/6003112
1654.42/1652.54	c cleaning 108991 clauses out of 218021 with flag 33980416/6113115
1699.72/1697.89	c cleaning 110007 clauses out of 220027 with flag 34569196/6224112
1750.73/1748.81	c cleaning 111003 clauses out of 222020 with flag 35247290/6336112
1800.03/1798.01	c starts		: 10818
1800.03/1798.01	c conflicts		: 6449112
1800.03/1798.01	c decisions		: 8766799
1800.03/1798.01	c propagations		: 280330865
1800.03/1798.01	c inspects		: 35792140748
1800.03/1798.01	c shortcuts		: 0
1800.03/1798.01	c learnt literals	: 0
1800.03/1798.01	c learnt binary clauses	: 0
1800.03/1798.01	c learnt ternary clauses	: 0
1800.03/1798.01	c learnt constraints	: 6449112
1800.03/1798.01	c ignored constraints	: 0
1800.03/1798.01	c root simplifications	: 0
1800.03/1798.01	c removed literals (reason simplification)	: 0
1800.03/1798.01	c reason swapping (by a shorter reason)	: 0
1800.03/1798.01	c Calls to reduceDB	: 112
1800.03/1798.01	c Number of update (reduction) of LBD	: 2576288
1800.03/1798.01	c Imported unit clauses	: 0
1800.03/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.01	c number of learned constraints concerned by reduction	: 0
1800.03/1798.01	c number of learning phase by resolution	: 0
1800.03/1798.01	c number of learning phase by cutting planes	: 0
1800.03/1798.01	c speed (assignments/second)	: 155927.7821812468
1800.03/1798.01	c non guided choices	2
1800.03/1798.04	c learnt constraints type 
1800.03/1798.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 224017
1800.03/1798.04	s SATISFIABLE
1800.03/1798.04	c Found 1 solution(s)
1800.03/1798.04	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 -x13 -x14 -x15 -x16 x17 x18 x19 -x20 x21 x22 x23 x24 x25 -x26 -x27 x28 x29 x30 x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 x44 -x45 x46 x47 x48 x49 -x50 x51 -x52 x53 x54 -x55 x56 x57 x58 x59 -x60 x61 -x62 x63 -x64 x65 x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 x77 -x78 -x79 x80 -x81 x82 x83 x84 -x85 -x86 -x87 -x88 x89 x90 x91 x92 -x93 x94 -x95 x96 -x97 -x98 x99 -x100 x101 -x102 -x103 x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 x117 -x118 x119 -x120 -x121 x122 x123 x124 -x125 -x126 x127 -x128 x129 -x130 x131 x132 x133 x134 x135 x136 x137 x138 -x139 -x140 -x141 -x142 x143 x144 x145 x146 -x147 -x148 x149 -x150 -x151 -x152 x153 x154 x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 x164 x165 x166 -x167 -x168 x169 x170 x171 x172 x173 x174 -x175 -x176 -x177 x178 -x179 x180 -x181 -x182 x183 -x184 x185 x186 -x187 -x188 x189 x190 x191 x192 -x193 -x194 -x195 -x196 x197 x198 -x199 -x200 x201 x202 x203 x204 -x205 -x206 x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 x218 -x219 x220 -x221 -x222 x223 x224 -x225 x226 -x227 -x228 x229 x230 x231 x232 x233 x234 x235 -x236 -x237 x238 x239 -x240 x241 -x242 x243 -x244 -x245 x246 -x247 x248 -x249 -x250 x251 -x252 x253 -x254 x255 -x256 
1800.03/1798.04	c objective function=125
1800.03/1798.04	c Total wall clock time (in seconds): 1797.919

Verifier Data

OK	125

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-4117910-1467241431/watcher-4117910-1467241431 -o /tmp/evaluation-result-4117910-1467241431/solver-4117910-1467241431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117910-1467241431.opb 

pid=8384
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.05 2.05 2.01 3/194 8387
/proc/meminfo: memFree=30363124/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/8387/stat : 8387 (java) D 8384 8387 4289 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 5249450 2560000 46 33554432000 1073741824 1073778376 140734630169440 140734630166568 247055084839 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 625 46 37 9 0 29 0

[startup+0.100091 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 8387
/proc/meminfo: memFree=30363124/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 5249450 9787879424 6031 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200246 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 8387
/proc/meminfo: memFree=30363124/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 4715 0 1 0 21 1 0 0 20 0 19 0 5249450 9856040960 7314 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 7314 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 8387
/proc/meminfo: memFree=30363124/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 8256 0 1 0 50 2 0 0 20 0 19 0 5249450 9856040960 9104 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 9104 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.7002 s]
/proc/loadavg: 2.05 2.05 2.01 3/194 8387
/proc/meminfo: memFree=30363124/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 8432 0 1 0 104 2 0 0 20 0 19 0 5249450 9856040960 9766 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 9766 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 8406
/proc/meminfo: memFree=30332764/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 8450 0 1 0 195 2 0 0 20 0 19 0 5249450 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 10294 2257 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2405 0 1 0 145 1 0 0 20 0 19 0 5249451 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595379943776 140595235008124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2100 0 0 0 17 0 0 0 20 0 19 0 5249456 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 10294 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 8406
/proc/meminfo: memFree=30324200/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 8515 0 1 0 356 2 0 0 20 0 19 0 5249450 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 11830 2257 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2409 0 1 0 305 1 0 0 20 0 19 0 5249451 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595379945856 140595234919376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2161 0 0 0 18 0 0 0 20 0 19 0 5249456 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 11830 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30063 s]
/proc/loadavg: 2.05 2.05 2.01 3/213 8406
/proc/meminfo: memFree=30311760/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=6.78 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 8523 0 1 0 676 2 0 0 20 0 19 0 5249450 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 14866 2258 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2416 0 1 0 625 1 0 0 20 0 19 0 5249451 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595379936944 140595234795874 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5249452 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2161 0 0 0 18 0 0 0 20 0 19 0 5249456 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 14866 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625040


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

[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2452 0 0 0 21 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 98 0 0 0 29 34 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.88 2.01 1.99 2/188 8483
/proc/meminfo: memFree=30101520/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1724.23 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 10644 0 1 0 172368 55 0 0 20 0 19 0 5249450 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 104797 2272 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=1721.76 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2479 0 1 0 172146 30 0 0 20 0 19 0 5249451 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595379936944 140595234919711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 437 0 0 0 19 5 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 207 0 0 0 24 3 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 78 0 0 0 13 3 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 183 0 0 0 19 4 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 63 0 0 0 18 3 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 304 0 0 0 14 2 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 256 0 0 0 11 2 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 75 0 0 0 13 4 0 0 20 0 19 0 5249452 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 77 0 0 0 1 1 0 0 20 0 19 0 5249453 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2452 0 0 0 21 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 102 0 0 0 30 35 0 0 20 0 19 0 5249456 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 104797 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.32 1.83 1.92 2/188 8484
/proc/meminfo: memFree=30083048/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1784.32 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 10685 0 1 0 178375 57 0 0 20 0 19 0 5249450 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 109405 2272 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=1781.72 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2480 0 1 0 178141 31 0 0 20 0 19 0 5249451 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595379944640 140595234846999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 444 0 0 0 20 5 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 210 0 0 0 25 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 80 0 0 0 15 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 186 0 0 0 20 4 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 67 0 0 0 20 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 311 0 0 0 17 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 260 0 0 0 13 2 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 79 0 0 0 14 4 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 79 0 0 0 1 1 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2452 0 0 0 21 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 106 0 0 0 31 36 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 1.25 1.79 1.91 2/188 8484
/proc/meminfo: memFree=30083352/32872528 swapFree=242912/249044
[pid=8387] ppid=8384 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/8387/stat : 8387 (java) S 8384 8387 4289 0 -1 4202496 10685 0 1 0 179945 58 0 0 20 0 19 0 5249450 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140734630160576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8387/statm: 2406260 109405 2272 9 0 2396937 0
[pid=8387/tid=8389] ppid=8384 vsize=9625040 CPUtime=1797.42 cores=0,2,4,6
/proc/8387/task/8389/stat : 8389 (java) R 8384 8387 4289 0 -1 4202560 2480 0 1 0 179711 31 0 0 20 0 19 0 5249451 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595379944640 140595234998332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8390] ppid=8384 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8387/task/8390/stat : 8390 (java) S 8384 8387 4289 0 -1 4202560 444 0 0 0 20 5 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595223374504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8391] ppid=8384 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8387/task/8391/stat : 8391 (java) S 8384 8387 4289 0 -1 4202560 210 0 0 0 25 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595222321960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8392] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8392/stat : 8392 (java) S 8384 8387 4289 0 -1 4202560 80 0 0 0 15 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595221269416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8393] ppid=8384 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (java) S 8384 8387 4289 0 -1 4202560 186 0 0 0 20 4 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595220216872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8387/tid=8394] ppid=8384 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8387/task/8394/stat : 8394 (java) S 8384 8387 4289 0 -1 4202560 67 0 0 0 20 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140595219163304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8395] ppid=8384 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8387/task/8395/stat : 8395 (java) S 8384 8387 4289 0 -1 4202560 311 0 0 0 17 3 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594882013480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8396] ppid=8384 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8387/task/8396/stat : 8396 (java) S 8384 8387 4289 0 -1 4202560 260 0 0 0 13 2 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594880960936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8397] ppid=8384 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8387/task/8397/stat : 8397 (java) S 8384 8387 4289 0 -1 4202560 79 0 0 0 14 4 0 0 20 0 19 0 5249452 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594879908392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8398] ppid=8384 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8387/task/8398/stat : 8398 (java) S 8384 8387 4289 0 -1 4202560 79 0 0 0 1 1 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594867710568 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8387/tid=8399] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8399/stat : 8399 (java) S 8384 8387 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594866656888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8400] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8400/stat : 8400 (java) S 8384 8387 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5249453 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594865604232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8401] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8401/stat : 8401 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594864552976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8402] ppid=8384 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8387/task/8402/stat : 8402 (java) S 8384 8387 4289 0 -1 4202560 2673 0 0 0 30 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594863499320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8403] ppid=8384 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8387/task/8403/stat : 8403 (java) S 8384 8387 4289 0 -1 4202560 2452 0 0 0 21 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594862446776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8404] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8404/stat : 8404 (java) S 8384 8387 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594861394424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8387/tid=8405] ppid=8384 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8387/task/8405/stat : 8405 (java) S 8384 8387 4289 0 -1 4202560 106 0 0 0 31 37 0 0 20 0 19 0 5249456 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594860342088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8387/tid=8406] ppid=8384 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8406/stat : 8406 (java) S 8384 8387 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5249468 9856040960 109405 33554432000 1073741824 1073778376 140734630169440 140594859189544 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 8387 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.7
CPU user time (s): 1799.6
CPU system time (s): 1.10083
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 1.10083
maximum resident set size= 437788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10733
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38308
involuntary context switches= 5697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8623 second user time and 12.934 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 01:03:51
IDJOB=4117910
IDBENCH=111627
IDSOLVER=2546
FILE ID=node103/4117910-1467241431
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117910-1467241431/watcher-4117910-1467241431 -o /tmp/evaluation-result-4117910-1467241431/solver-4117910-1467241431 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117910-1467241431.opb

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

MD5SUM BENCH= db1909b4b599c60998a596d8a9eddbee
RANDOM SEED=1587521015

node103.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.54
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30363924 kB
Buffers:          118528 kB
Cached:          1230840 kB
SwapCached:            0 kB
Active:          1074864 kB
Inactive:         448784 kB
Active(anon):     176984 kB
Inactive(anon):        0 kB
Active(file):     897880 kB
Inactive(file):   448784 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        404792 kB
Mapped:            22240 kB
Shmem:               204 kB
Slab:             604192 kB
SReclaimable:      48392 kB
SUnreclaim:       555800 kB
KernelStack:        1768 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71712 MiB
End job on node103 at 2016-06-30 01:33:49