Trace number 2658639

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 Resolution 2.2.0 2010-05-26SAT (TO)-17 1800.15 1793.49

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658639-1276670605.opb
0.22/0.21	c reading problem ... 
15.32/14.49	c ... done. Wall clock time 14.274s.
15.32/14.49	c #vars     6626
15.32/14.49	c #constraints  13054
15.32/14.49	c constraints type 
15.32/14.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
15.32/14.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
15.32/14.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.32/14.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
24.35/22.71	c SATISFIABLE
24.35/22.71	c OPTIMIZING...
24.35/22.71	c Got one! Elapsed wall clock time (in seconds):22.497
24.35/22.71	o -16
28.29/26.63	c Got one! Elapsed wall clock time (in seconds):26.415
28.29/26.63	o -17
28.81/27.17	c cleaning 2500 clauses out of 5000 with flag 5000/5000
37.59/35.83	c cleaning 4203 clauses out of 8500 with flag 11000/11000
48.93/47.17	c cleaning 5613 clauses out of 11297 with flag 18000/18000
58.82/56.94	c cleaning 6780 clauses out of 13684 with flag 26000/26000
71.09/69.18	c cleaning 7874 clauses out of 15904 with flag 35000/35000
87.93/85.95	c cleaning 8916 clauses out of 18030 with flag 45000/45000
103.88/101.86	c cleaning 10030 clauses out of 20114 with flag 56000/56000
126.74/124.67	c cleaning 10962 clauses out of 22084 with flag 68000/68000
146.30/144.12	c cleaning 12034 clauses out of 24122 with flag 81000/81000
167.03/164.89	c cleaning 12942 clauses out of 26088 with flag 95000/95000
189.70/187.40	c cleaning 13440 clauses out of 27146 with flag 109000/109000
217.49/215.15	c cleaning 13813 clauses out of 27706 with flag 123000/123000
239.24/236.83	c cleaning 13879 clauses out of 27893 with flag 137000/137000
266.91/264.42	c cleaning 13923 clauses out of 28014 with flag 151000/151000
289.46/286.92	c cleaning 14007 clauses out of 28091 with flag 165000/165000
312.32/309.74	c cleaning 13905 clauses out of 28084 with flag 179000/179000
336.50/333.83	c cleaning 13963 clauses out of 28179 with flag 193000/193000
360.96/358.28	c cleaning 14032 clauses out of 28216 with flag 207000/207000
384.63/381.82	c cleaning 14006 clauses out of 28184 with flag 221000/221000
407.21/404.32	c cleaning 14043 clauses out of 28178 with flag 235000/235000
426.98/424.09	c cleaning 13934 clauses out of 28135 with flag 249000/249000
443.13/440.19	c cleaning 14062 clauses out of 28201 with flag 263000/263000
466.59/463.56	c cleaning 13947 clauses out of 28139 with flag 277000/277000
486.76/483.64	c cleaning 13987 clauses out of 28192 with flag 291000/291000
510.33/507.11	c cleaning 13950 clauses out of 28205 with flag 305000/305000
529.29/526.08	c cleaning 14041 clauses out of 28255 with flag 319000/319000
550.75/547.45	c cleaning 14049 clauses out of 28214 with flag 333000/333000
573.80/570.47	c cleaning 14023 clauses out of 28165 with flag 347000/347000
595.46/592.09	c cleaning 13925 clauses out of 28142 with flag 361000/361000
614.61/611.14	c cleaning 14059 clauses out of 28217 with flag 375000/375000
632.56/629.05	c cleaning 13979 clauses out of 28158 with flag 389000/389000
651.62/648.05	c cleaning 14005 clauses out of 28179 with flag 403000/403000
670.77/667.19	c cleaning 13956 clauses out of 28174 with flag 417000/417000
693.83/690.12	c cleaning 14059 clauses out of 28218 with flag 431000/431000
721.79/718.09	c cleaning 13953 clauses out of 28159 with flag 445000/445000
745.35/741.55	c cleaning 14059 clauses out of 28206 with flag 459000/459000
774.03/770.19	c cleaning 13904 clauses out of 28147 with flag 473000/473000
799.20/795.30	c cleaning 14046 clauses out of 28243 with flag 487000/487000
823.47/819.46	c cleaning 13945 clauses out of 28197 with flag 501000/501000
846.32/842.28	c cleaning 14017 clauses out of 28252 with flag 515000/515000
866.48/862.40	c cleaning 14036 clauses out of 28235 with flag 529000/529000
888.33/884.14	c cleaning 14056 clauses out of 28199 with flag 543000/543000
909.10/904.85	c cleaning 13966 clauses out of 28143 with flag 557000/557000
927.75/923.45	c cleaning 14085 clauses out of 28177 with flag 571000/571000
944.38/940.06	c cleaning 14000 clauses out of 28092 with flag 585000/585000
968.65/964.27	c cleaning 13876 clauses out of 28092 with flag 599000/599000
995.73/991.23	c cleaning 14024 clauses out of 28216 with flag 613000/613000
1020.49/1015.95	c cleaning 14057 clauses out of 28192 with flag 627000/627000
1043.75/1039.13	c cleaning 13993 clauses out of 28135 with flag 641000/641000
1069.80/1065.10	c cleaning 13991 clauses out of 28142 with flag 655000/655000
1092.45/1087.74	c cleaning 13924 clauses out of 28151 with flag 669000/669000
1114.81/1110.02	c cleaning 14003 clauses out of 28227 with flag 683000/683000
1138.07/1133.20	c cleaning 13985 clauses out of 28224 with flag 697000/697000
1159.83/1154.99	c cleaning 14038 clauses out of 28239 with flag 711000/711000
1179.48/1174.56	c cleaning 14021 clauses out of 28201 with flag 725000/725000
1200.32/1195.32	c cleaning 14019 clauses out of 28180 with flag 739000/739000
1219.98/1214.90	c cleaning 14025 clauses out of 28161 with flag 753000/753000
1237.83/1232.79	c cleaning 13988 clauses out of 28136 with flag 767000/767000
1258.08/1252.93	c cleaning 13974 clauses out of 28148 with flag 781000/781000
1280.34/1275.13	c cleaning 14008 clauses out of 28174 with flag 795000/795000
1300.29/1295.05	c cleaning 14001 clauses out of 28166 with flag 809000/809000
1320.34/1315.01	c cleaning 13989 clauses out of 28165 with flag 823000/823000
1341.00/1335.64	c cleaning 13972 clauses out of 28176 with flag 837000/837000
1360.64/1355.29	c cleaning 14025 clauses out of 28204 with flag 851000/851000
1377.77/1372.34	c cleaning 13992 clauses out of 28179 with flag 865000/865000
1394.60/1389.11	c cleaning 14035 clauses out of 28187 with flag 879000/879000
1413.05/1407.52	c cleaning 13980 clauses out of 28152 with flag 893000/893000
1433.51/1427.92	c cleaning 14018 clauses out of 28172 with flag 907000/907000
1455.27/1449.67	c cleaning 13996 clauses out of 28154 with flag 921000/921000
1476.53/1470.81	c cleaning 13932 clauses out of 28158 with flag 935000/935000
1497.17/1491.43	c cleaning 13954 clauses out of 28226 with flag 949000/949000
1518.73/1512.93	c cleaning 14106 clauses out of 28272 with flag 963000/963000
1540.29/1534.44	c cleaning 13974 clauses out of 28166 with flag 977000/977000
1561.65/1555.70	c cleaning 13987 clauses out of 28192 with flag 991000/991000
1581.10/1575.12	c cleaning 14067 clauses out of 28205 with flag 1005000/1005000
1602.46/1596.44	c cleaning 14008 clauses out of 28138 with flag 1019000/1019000
1623.93/1617.81	c cleaning 13942 clauses out of 28130 with flag 1033000/1033000
1645.08/1638.92	c cleaning 13956 clauses out of 28188 with flag 1047000/1047000
1668.44/1662.22	c cleaning 13991 clauses out of 28232 with flag 1061000/1061000
1690.91/1684.63	c cleaning 14094 clauses out of 28241 with flag 1075000/1075000
1713.67/1707.37	c cleaning 14025 clauses out of 28147 with flag 1089000/1089000
1736.95/1730.50	c cleaning 13932 clauses out of 28122 with flag 1103000/1103000
1760.01/1753.51	c cleaning 13984 clauses out of 28190 with flag 1117000/1117000
1785.07/1778.53	c cleaning 13941 clauses out of 28206 with flag 1131000/1131000
1800.02/1793.41	c starts		: 191
1800.02/1793.41	c conflicts		: 1140865
1800.02/1793.41	c decisions		: 1204605
1800.02/1793.41	c propagations		: 55565224
1800.02/1793.41	c inspects		: 1543747078
1800.02/1793.41	c learnt literals	: 0
1800.02/1793.41	c learnt binary clauses	: 0
1800.02/1793.41	c learnt ternary clauses	: 363
1800.02/1793.41	c learnt clauses	: 1140865
1800.02/1793.41	c ignored clauses	: 0
1800.02/1793.41	c root simplifications	: 0
1800.02/1793.41	c removed literals (reason simplification)	: 138790483
1800.02/1793.41	c reason swapping (by a shorter reason)	: 0
1800.02/1793.41	c Calls to reduceDB	: 84
1800.02/1793.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.41	c number of learned constraints concerned by reduction	: 0
1800.02/1793.41	c number of learning phase by resolution	: 0
1800.02/1793.41	c number of learning phase by cutting planes	: 0
1800.02/1793.42	c speed (assignments/second)	: 31449.90760052864
1800.02/1793.42	c non guided choices	0
1800.02/1793.44	c learnt constraints type 
1800.02/1793.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24137
1800.02/1793.44	c constraints type 
1800.02/1793.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.02/1793.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.02/1793.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.02/1793.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.02/1793.44	s SATISFIABLE
1800.02/1793.44	v x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 x38 x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 x75 x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 x351 x352 -x353 x354 -x355 -x356 x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 
1800.02/1793.44	c objective function=-17
1800.02/1793.44	c Total wall clock time (in seconds): 1793.232

Verifier Data

OK	-17

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658639-1276670605/watcher-2658639-1276670605 -o /tmp/evaluation-result-2658639-1276670605/solver-2658639-1276670605 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658639-1276670605.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14999
/proc/meminfo: memFree=1804184/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1752 CPUtime=0
/proc/14999/stat : 14999 (java6) R 14997 14999 14290 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 8351403 1794048 76 1992294400 134512640 134550932 4288378768 18446744073709551615 2023330 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14999/statm: 438 79 64 10 0 30 0

[startup+0.042772 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14999
/proc/meminfo: memFree=1804184/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1520328 CPUtime=0.02
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 3348 0 1 0 1 1 0 0 15 0 4 0 8351403 1556815872 2791 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 380082 2792 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10077 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14999
/proc/meminfo: memFree=1804184/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1524184 CPUtime=0.08
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 8351403 1560764416 3393 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300764 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14999
/proc/meminfo: memFree=1804184/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1526264 CPUtime=0.36
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 5292 0 1 0 33 3 0 0 15 0 12 0 8351403 1562894336 4729 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 381566 4729 1357 10 0 378868 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526264

[startup+0.700751 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14999
/proc/meminfo: memFree=1804184/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530400 CPUtime=1.03
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 7166 0 1 0 100 3 0 0 15 0 12 0 8351403 1567129600 6562 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382600 6562 1404 10 0 379902 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1530400

[startup+1.50173 s]
/proc/loadavg: 0.99 0.98 0.99 2/118 15011
/proc/meminfo: memFree=1780096/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530268 CPUtime=2.17
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 8486 0 1 0 213 4 0 0 15 0 12 0 8351403 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382567 7660 1409 10 0 379869 0
[pid=14999/tid=15001] ppid=14997 vsize=1530268 CPUtime=1.45
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 5542 0 1 0 143 2 0 0 25 0 12 0 8351405 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4109766155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8351406 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8351406 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8351408 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8351408 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8351408 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8351413 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530268 CPUtime=0.27
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 630 0 0 0 27 0 0 0 20 0 12 0 8351413 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530268 CPUtime=0.42
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1248 0 0 0 42 0 0 0 18 0 12 0 8351413 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8351413 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8351413 1566994432 7660 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1530268

[startup+3.10168 s]
/proc/loadavg: 0.99 0.98 0.99 2/118 15011
/proc/meminfo: memFree=1776500/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530268 CPUtime=3.82
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 9361 0 1 0 377 5 0 0 15 0 12 0 8351403 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382567 8535 1409 10 0 379869 0
[pid=14999/tid=15001] ppid=14997 vsize=1530268 CPUtime=3.04
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 6415 0 1 0 301 3 0 0 25 0 12 0 8351405 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4109639832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8351406 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8351406 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8351408 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8351408 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8351408 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8351413 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530268 CPUtime=0.27
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 630 0 0 0 27 0 0 0 18 0 12 0 8351413 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530268 CPUtime=0.48
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1250 0 0 0 48 0 0 0 15 0 12 0 8351413 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8351413 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8351413 1566994432 8535 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1530268

[startup+6.30158 s]
/proc/loadavg: 0.99 0.98 0.99 2/118 15011
/proc/meminfo: memFree=1770796/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530268 CPUtime=7.09
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 10714 0 1 0 704 5 0 0 15 0 12 0 8351403 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382567 9887 1418 10 0 379869 0
[pid=14999/tid=15001] ppid=14997 vsize=1530268 CPUtime=6.22
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 7759 0 1 0 618 4 0 0 25 0 12 0 8351405 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4109639632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8351406 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8351406 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8351408 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8351408 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8351408 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8351413 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530268 CPUtime=0.34
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 638 0 0 0 34 0 0 0 15 0 12 0 8351413 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530268 CPUtime=0.51
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1251 0 0 0 51 0 0 0 15 0 12 0 8351413 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8351413 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530268 CPUtime=0
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8351413 1566994432 9887 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1530268

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/118 15011
/proc/meminfo: memFree=1759264/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530508 CPUtime=13.62
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 13507 0 1 0 1355 7 0 0 15 0 12 0 8351403 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382627 12679 1418 10 0 379929 0
[pid=14999/tid=15001] ppid=14997 vsize=1530508 CPUtime=12.59
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 10500 0 1 0 1254 5 0 0 25 0 12 0 8351405 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4109766401 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8351406 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8351406 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8351408 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8351408 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8351408 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8351413 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530508 CPUtime=0.35
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 638 0 0 0 35 0 0 0 15 0 12 0 8351413 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530508 CPUtime=0.65
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1303 0 0 0 65 0 0 0 15 0 12 0 8351413 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8351413 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530508 CPUtime=0
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8351413 1567240192 12679 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 1530508

[startup+25.501 s]
/proc/loadavg: 0.99 0.98 0.99 3/119 15012
/proc/meminfo: memFree=1630544/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530832 CPUtime=27.19
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 45518 0 1 0 2698 21 0 0 15 0 13 0 8351403 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 44514 1440 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=25.02
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 36173 0 1 0 2486 16 0 0 25 0 13 0 8351405 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4109952822 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=0.17
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 3355 0 0 0 15 2 0 0 16 0 13 0 8351406 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=0.17
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 2901 0 0 0 16 1 0 0 16 0 13 0 8351406 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 8351408 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 44514 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=0.9

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

[pid=14999] ppid=14997 vsize=1530832 CPUtime=1608.37
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 58625 0 1 0 160752 85 0 0 15 0 13 0 8351403 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 54858 1445 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=1590.67
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 37413 0 1 0 159021 46 0 0 25 0 13 0 8351405 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4109952905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=5.25
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 9261 0 0 0 511 14 0 0 15 0 13 0 8351406 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=5.28
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 8216 0 0 0 516 12 0 0 16 0 13 0 8351406 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=5
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 555 0 0 0 492 8 0 0 16 0 13 0 8351408 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=1.1
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 704 0 0 0 110 0 0 0 15 0 13 0 8351413 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530832 CPUtime=0.98
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1320 0 0 0 98 0 0 0 16 0 13 0 8351413 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8351413 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530832 CPUtime=0.02
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 8351413 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15012] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15012/stat : 15012 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8352856 1567571968 54858 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1608.37
Current children cumulated vsize (KiB) 1530832

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15065
/proc/meminfo: memFree=1584788/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530832 CPUtime=1668.55
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 59255 0 1 0 166767 88 0 0 15 0 13 0 8351403 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 55447 1445 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=1650.21
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 37446 0 1 0 164974 47 0 0 25 0 13 0 8351405 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4109954391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=5.47
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 9549 0 0 0 532 15 0 0 16 0 13 0 8351406 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=5.5
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 8517 0 0 0 537 13 0 0 16 0 13 0 8351406 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=5.19
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 559 0 0 0 511 8 0 0 16 0 13 0 8351408 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=1.1
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 704 0 0 0 110 0 0 0 15 0 13 0 8351413 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530832 CPUtime=0.98
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1320 0 0 0 98 0 0 0 16 0 13 0 8351413 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8351413 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530832 CPUtime=0.02
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 95 0 0 0 1 1 0 0 15 0 13 0 8351413 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15012] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15012/stat : 15012 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8352856 1567571968 55447 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.55
Current children cumulated vsize (KiB) 1530832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15067
/proc/meminfo: memFree=1584044/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530832 CPUtime=1728.71
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 59464 0 1 0 172782 89 0 0 15 0 13 0 8351403 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 55615 1445 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=1709.83
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 37479 0 1 0 170936 47 0 0 25 0 13 0 8351405 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4109916127 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=5.66
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 9656 0 0 0 551 15 0 0 16 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=5.71
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 8578 0 0 0 558 13 0 0 15 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=5.33
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 563 0 0 0 525 8 0 0 15 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=1.1
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 704 0 0 0 110 0 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530832 CPUtime=0.98
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1320 0 0 0 98 0 0 0 16 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530832 CPUtime=0.02
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 99 0 0 0 1 1 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15012] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15012/stat : 15012 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8352856 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.71
Current children cumulated vsize (KiB) 1530832

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15069
/proc/meminfo: memFree=1583796/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530832 CPUtime=1788.89
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 59505 0 1 0 178798 91 0 0 15 0 13 0 8351403 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 55615 1445 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=1769.39
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 37512 0 1 0 176891 48 0 0 25 0 13 0 8351405 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4110040258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=5.86
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 9656 0 0 0 571 15 0 0 16 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=5.91
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 8578 0 0 0 578 13 0 0 16 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=5.54
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 567 0 0 0 545 9 0 0 15 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=1.1
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 704 0 0 0 110 0 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530832 CPUtime=0.98
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1320 0 0 0 98 0 0 0 16 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530832 CPUtime=0.04
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 103 0 0 0 2 2 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15012] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15012/stat : 15012 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8352856 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.89
Current children cumulated vsize (KiB) 1530832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15069
/proc/meminfo: memFree=1583796/2059040 swapFree=4168596/4192956
[pid=14999] ppid=14997 vsize=1530832 CPUtime=1800.02
/proc/14999/stat : 14999 (java) S 14997 14999 14290 0 -1 4202496 59510 0 1 0 179911 91 0 0 15 0 13 0 8351403 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14999/statm: 382708 55615 1445 10 0 380010 0
[pid=14999/tid=15001] ppid=14997 vsize=1530832 CPUtime=1780.45
/proc/14999/task/15001/stat : 15001 (java) R 14997 14999 14290 0 -1 4202560 37517 0 1 0 177997 48 0 0 25 0 13 0 8351405 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4109949691 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14999/tid=15002] ppid=14997 vsize=1530832 CPUtime=5.89
/proc/14999/task/15002/stat : 15002 (java) S 14997 14999 14290 0 -1 4202560 9656 0 0 0 574 15 0 0 15 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15003] ppid=14997 vsize=1530832 CPUtime=5.94
/proc/14999/task/15003/stat : 15003 (java) S 14997 14999 14290 0 -1 4202560 8578 0 0 0 581 13 0 0 15 0 13 0 8351406 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15004] ppid=14997 vsize=1530832 CPUtime=5.54
/proc/14999/task/15004/stat : 15004 (java) S 14997 14999 14290 0 -1 4202560 567 0 0 0 545 9 0 0 15 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 0 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15005] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15005/stat : 15005 (java) S 14997 14999 14290 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15006] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15006/stat : 15006 (java) S 14997 14999 14290 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8351408 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15007] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15007/stat : 15007 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15008] ppid=14997 vsize=1530832 CPUtime=1.1
/proc/14999/task/15008/stat : 15008 (java) S 14997 14999 14290 0 -1 4202560 704 0 0 0 110 0 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15009] ppid=14997 vsize=1530832 CPUtime=0.98
/proc/14999/task/15009/stat : 15009 (java) S 14997 14999 14290 0 -1 4202560 1320 0 0 0 98 0 0 0 16 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15010] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15010/stat : 15010 (java) S 14997 14999 14290 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
[pid=14999/tid=15011] ppid=14997 vsize=1530832 CPUtime=0.04
/proc/14999/task/15011/stat : 15011 (java) S 14997 14999 14290 0 -1 4202560 103 0 0 0 2 2 0 0 15 0 13 0 8351413 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 1 0 0 0
[pid=14999/tid=15012] ppid=14997 vsize=1530832 CPUtime=0
/proc/14999/task/15012/stat : 15012 (java) S 14997 14999 14290 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8352856 1567571968 55615 1992294400 134512640 134550932 4290651328 18446744073709551615 4294960144 0 4 0 16800975 18446604437825445952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1530832

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.49
CPU time (s): 1800.15
CPU user time (s): 1799.21
CPU system time (s): 0.943856
CPU usage (%): 100.372
Max. virtual memory (cumulated for all children) (KiB): 1530908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59529
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47508
involuntary context switches= 31320

runsolver used 3.84542 second user time and 9.71552 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 08:43:25
IDJOB=2658639
IDBENCH=48253
IDSOLVER=1164
FILE ID=node055/2658639-1276670605
PBS_JOBID= 11172503
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658639-1276670605/watcher-2658639-1276670605 -o /tmp/evaluation-result-2658639-1276670605/solver-2658639-1276670605 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658639-1276670605.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=1557589645

node055.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804456 kB
Buffers:         45784 kB
Cached:         107248 kB
SwapCached:       1504 kB
Active:          91488 kB
Inactive:        98204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804456 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       35128 kB
Mapped:          15100 kB
Slab:            42968 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node055 at 2010-06-16 09:13:20