Trace number 2661984

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 RES // CP 2.2.0 2010-05-31SAT (TO)-23 1800.37 933.628

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM4142356c9f50acd7c9005938f6b31a6d
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.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
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)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661984-1276668205.opb
0.23/0.21	c reading problem ... 
17.00/15.22	c ... done. Wall clock time 15.007s.
17.00/15.22	c #vars     6604
17.00/15.22	c #constraints  13010
17.00/15.22	c constraints type 
17.00/15.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
17.00/15.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
17.00/15.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
17.00/15.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
17.00/15.22	c constraints type 
17.00/15.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
17.00/15.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
17.00/15.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
17.00/15.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
18.75/16.16	c And the winner is CuttingPlanes
18.87/16.24	c SATISFIABLE
18.87/16.24	c OPTIMIZING...
18.87/16.24	c Got one! Elapsed wall clock time (in seconds):16.025
18.87/16.24	o -5
19.41/16.53	c And the winner is CuttingPlanes
19.46/17.25	c Got one! Elapsed wall clock time (in seconds):17.038
19.46/17.25	o -6
20.36/17.74	c And the winner is CuttingPlanes
20.92/18.26	c Got one! Elapsed wall clock time (in seconds):18.044
20.92/18.26	o -7
21.41/18.59	c And the winner is CuttingPlanes
21.67/19.33	c Got one! Elapsed wall clock time (in seconds):19.112
21.67/19.33	o -8
21.81/19.47	c And the winner is CuttingPlanes
21.96/20.33	c Got one! Elapsed wall clock time (in seconds):20.121
21.96/20.33	o -9
22.28/20.50	c And the winner is CuttingPlanes
22.30/21.34	c Got one! Elapsed wall clock time (in seconds):21.13
22.30/21.34	o -10
22.81/21.60	c And the winner is CuttingPlanes
22.82/22.45	c Got one! Elapsed wall clock time (in seconds):22.238
22.82/22.45	o -11
23.10/22.69	c And the winner is CuttingPlanes
23.30/23.46	c Got one! Elapsed wall clock time (in seconds):23.245
23.30/23.46	o -12
23.98/23.81	c And the winner is CuttingPlanes
24.01/24.46	c Got one! Elapsed wall clock time (in seconds):24.252
24.01/24.46	o -13
24.47/24.78	c And the winner is CuttingPlanes
24.63/25.47	c Got one! Elapsed wall clock time (in seconds):25.258
24.63/25.47	o -14
24.88/25.65	c And the winner is CuttingPlanes
24.98/26.48	c Got one! Elapsed wall clock time (in seconds):26.263
24.98/26.48	o -15
25.42/26.76	c And the winner is CuttingPlanes
25.54/27.48	c Got one! Elapsed wall clock time (in seconds):27.269
25.54/27.48	o -16
27.95/28.76	c And the winner is CuttingPlanes
28.09/29.49	c Got one! Elapsed wall clock time (in seconds):29.278
28.09/29.49	o -17
35.81/33.40	c And the winner is CuttingPlanes
35.82/33.52	c Got one! Elapsed wall clock time (in seconds):33.305
35.82/33.52	o -18
43.89/37.69	c cleaning 2413 clauses out of 5000 with flag 5000/5000
51.72/41.64	c And the winner is CuttingPlanes
51.80/42.54	c Got one! Elapsed wall clock time (in seconds):42.329
51.80/42.54	o -22
63.21/48.32	c cleaning 4256 clauses out of 8587 with flag 11000/11000
79.54/56.60	c cleaning 5666 clauses out of 11332 with flag 18001/18001
111.93/73.02	c cleaning 6798 clauses out of 13665 with flag 26000/26000
140.45/87.53	c cleaning 7891 clauses out of 15867 with flag 35000/35000
172.01/103.51	c cleaning 8979 clauses out of 17976 with flag 45000/45000
197.02/116.29	c cleaning 9993 clauses out of 19997 with flag 56000/56000
233.50/134.79	c cleaning 10934 clauses out of 22004 with flag 68000/68000
277.86/157.21	c cleaning 11937 clauses out of 24070 with flag 81000/81000
323.04/180.13	c cleaning 12974 clauses out of 26133 with flag 95000/95000
335.33/186.42	c And the winner is CuttingPlanes
335.37/187.13	c Got one! Elapsed wall clock time (in seconds):186.92
335.37/187.13	o -23
363.05/201.11	c cleaning 13580 clauses out of 27159 with flag 109000/109000
399.29/219.60	c cleaning 13736 clauses out of 27579 with flag 123000/123000
450.94/245.71	c cleaning 13794 clauses out of 27843 with flag 137000/137000
498.27/269.79	c cleaning 13910 clauses out of 28049 with flag 151000/151000
536.89/289.32	c cleaning 13936 clauses out of 28139 with flag 165000/165000
582.42/312.49	c cleaning 13943 clauses out of 28203 with flag 179000/179000
630.64/336.93	c cleaning 14118 clauses out of 28260 with flag 193000/193000
672.01/357.96	c cleaning 0 clauses out of 5000 with flag 0/5000
685.02/364.61	c cleaning 13905 clauses out of 28142 with flag 207000/207000
724.56/384.80	c cleaning 14030 clauses out of 28237 with flag 221000/221000
767.23/406.49	c cleaning 13946 clauses out of 28207 with flag 235000/235000
803.42/424.87	c cleaning 14022 clauses out of 28261 with flag 249000/249000
843.35/445.12	c cleaning 14056 clauses out of 28239 with flag 263000/263000
888.05/467.89	c cleaning 14020 clauses out of 28183 with flag 277000/277000
931.05/489.71	c cleaning 13909 clauses out of 28163 with flag 291000/291000
967.25/508.15	c cleaning 14070 clauses out of 28254 with flag 305000/305000
997.04/523.32	c cleaning 13996 clauses out of 28184 with flag 319000/319000
1024.28/537.27	c cleaning 14085 clauses out of 28188 with flag 333000/333000
1055.82/553.32	c cleaning 13971 clauses out of 28103 with flag 347000/347000
1086.59/569.02	c cleaning 13983 clauses out of 28132 with flag 361000/361000
1115.01/583.56	c cleaning 14009 clauses out of 28149 with flag 375000/375000
1147.79/600.20	c cleaning 14015 clauses out of 28140 with flag 389000/389000
1181.06/617.26	c cleaning 13952 clauses out of 28125 with flag 403000/403000
1210.26/632.12	c cleaning 14020 clauses out of 28173 with flag 417000/417000
1239.08/646.85	c cleaning 14009 clauses out of 28153 with flag 431000/431000
1269.43/662.37	c cleaning 14011 clauses out of 28144 with flag 445000/445000
1299.94/677.99	c cleaning 13982 clauses out of 28133 with flag 459000/459000
1331.70/694.11	c cleaning 14058 clauses out of 28151 with flag 473000/473000
1368.80/713.00	c cleaning 13998 clauses out of 28093 with flag 487000/487000
1398.77/728.35	c cleaning 13903 clauses out of 28095 with flag 501000/501000
1431.59/745.19	c cleaning 14080 clauses out of 28192 with flag 515000/515000
1464.34/761.83	c cleaning 14018 clauses out of 28112 with flag 529000/529000
1495.68/777.87	c cleaning 13949 clauses out of 28094 with flag 543000/543000
1529.20/794.92	c cleaning 13977 clauses out of 28145 with flag 557000/557000
1561.44/811.45	c cleaning 14016 clauses out of 28168 with flag 571000/571000
1592.99/827.53	c cleaning 14043 clauses out of 28152 with flag 585000/585000
1623.53/843.10	c cleaning 13991 clauses out of 28109 with flag 599000/599000
1650.30/856.85	c cleaning 14027 clauses out of 28118 with flag 613000/613000
1682.73/873.41	c cleaning 13999 clauses out of 28091 with flag 627000/627000
1712.66/888.74	c cleaning 13982 clauses out of 28092 with flag 641000/641000
1741.00/903.21	c cleaning 14014 clauses out of 28110 with flag 655000/655000
1773.69/919.92	c cleaning 14003 clauses out of 28096 with flag 669000/669000
1800.17/933.52	c starts		: 44
1800.17/933.52	c conflicts		: 7751
1800.17/933.52	c decisions		: 132908
1800.17/933.52	c propagations		: 3139313
1800.17/933.52	c inspects		: 249692258
1800.17/933.52	c learnt literals	: 0
1800.17/933.52	c learnt binary clauses	: 0
1800.17/933.52	c learnt ternary clauses	: 0
1800.17/933.52	c learnt clauses	: 7750
1800.17/933.52	c ignored clauses	: 0
1800.17/933.52	c root simplifications	: 0
1800.17/933.52	c removed literals (reason simplification)	: 0
1800.17/933.52	c reason swapping (by a shorter reason)	: 0
1800.17/933.52	c Calls to reduceDB	: 1
1800.17/933.52	c number of reductions to clauses (during analyze)	: 0
1800.17/933.52	c number of learned constraints concerned by reduction	: 0
1800.17/933.52	c number of learning phase by resolution	: 0
1800.17/933.52	c number of learning phase by cutting planes	: 0
1800.17/933.52	c speed (assignments/second)	: 4206.051877059943
1800.17/933.52	c non guided choices	22
1800.17/933.55	c learnt constraints type 
1800.17/933.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.17/933.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7749
1800.17/933.55	c constraints type 
1800.17/933.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1800.17/933.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.17/933.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.17/933.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.17/933.55	c constraints type 
1800.17/933.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.17/933.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
1800.17/933.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.17/933.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.17/933.55	s SATISFIABLE
1800.17/933.55	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.17/933.55	c objective function=-23
1800.17/933.55	c Total wall clock time (in seconds): 933.341

Verifier Data

OK	-23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661984-1276668205/watcher-2661984-1276668205 -o /tmp/evaluation-result-2661984-1276668205/solver-2661984-1276668205 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661984-1276668205.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.92 0.98 0.99 2/106 9110
/proc/meminfo: memFree=1759864/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1832 CPUtime=0
/proc/9110/stat : 9110 (java6) S 9108 9110 8452 0 -1 4194304 254 0 0 0 0 0 0 0 24 0 1 0 40476803 1875968 156 1992294400 134512640 134550932 4292374144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/9110/statm: 458 156 119 10 0 63 0

[startup+0.0821561 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 9110
/proc/meminfo: memFree=1759864/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1521796 CPUtime=0.06
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 3787 0 1 0 5 1 0 0 18 0 7 0 40476803 1558319104 3228 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 380449 3228 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.107859 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 9110
/proc/meminfo: memFree=1759864/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1524180 CPUtime=0.09
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 4013 0 1 0 7 2 0 0 18 0 12 0 40476803 1560760320 3452 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 381045 3454 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300855 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 9110
/proc/meminfo: memFree=1759864/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1525788 CPUtime=0.36
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 5370 0 1 0 34 2 0 0 18 0 12 0 40476803 1562406912 4806 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 381447 4806 1356 10 0 378750 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525788

[startup+0.700846 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 9110
/proc/meminfo: memFree=1759864/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1528460 CPUtime=1.09
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 7172 0 1 0 105 4 0 0 18 0 12 0 40476803 1565143040 6540 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 382115 6540 1402 10 0 379418 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528460

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 9122
/proc/meminfo: memFree=1734968/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1528460 CPUtime=2.21
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 9297 0 1 0 216 5 0 0 18 0 12 0 40476803 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 382115 8067 1409 10 0 379418 0
[pid=9110/tid=9112] ppid=9108 vsize=1528460 CPUtime=1.44
/proc/9110/task/9112/stat : 9112 (java) R 9108 9110 8452 0 -1 4202560 6260 0 1 0 141 3 0 0 25 0 12 0 40476805 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4109465036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40476806 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40476806 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 40476808 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 40476808 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40476808 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1528460 CPUtime=0.26
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 778 0 0 0 26 0 0 0 21 0 12 0 40476813 1565143040 8067 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1528460 CPUtime=0.47
/proc/9110/task/9120/stat : 9120 (java) R 9108 9110 8452 0 -1 4202560 1192 0 0 0 47 0 0 0 22 0 12 0 40476813 1565143040 8068 1992294400 134512640 134550932 4292305552 18446744073709551615 102551648 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1565143040 8068 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1528460 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40476813 1565143040 8068 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1528460

[startup+3.1018 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 9122
/proc/meminfo: memFree=1723808/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1541772 CPUtime=4.68
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 17506 0 1 0 459 9 0 0 18 0 12 0 40476803 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 385443 12302 1410 10 0 382746 0
[pid=9110/tid=9112] ppid=9108 vsize=1541772 CPUtime=3.02
/proc/9110/task/9112/stat : 9112 (java) R 9108 9110 8452 0 -1 4202560 7352 0 1 0 298 4 0 0 25 0 12 0 40476805 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4109465036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40476806 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40476806 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 40476808 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 40476808 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40476808 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1541772 CPUtime=0.3
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 835 0 0 0 30 0 0 0 15 0 12 0 40476813 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1541772 CPUtime=1.35
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 8252 0 0 0 131 4 0 0 17 0 12 0 40476813 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1541772 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40476813 1578774528 12302 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1541772

[startup+6.30173 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 9122
/proc/meminfo: memFree=1710912/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1540920 CPUtime=7.98
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 19152 0 1 0 787 11 0 0 18 0 12 0 40476803 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 385230 13733 1417 10 0 382533 0
[pid=9110/tid=9112] ppid=9108 vsize=1540920 CPUtime=6.18
/proc/9110/task/9112/stat : 9112 (java) R 9108 9110 8452 0 -1 4202560 8973 0 1 0 613 5 0 0 25 0 12 0 40476805 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4109464974 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40476806 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40476806 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 40476808 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 40476808 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40476808 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1540920 CPUtime=0.37
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 851 0 0 0 37 0 0 0 15 0 12 0 40476813 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1540920 CPUtime=1.4
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 8261 0 0 0 136 4 0 0 16 0 12 0 40476813 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1540920 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40476813 1577902080 13733 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1540920

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 9122
/proc/meminfo: memFree=1698264/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1542276 CPUtime=14.49
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 22845 0 1 0 1436 13 0 0 18 0 12 0 40476803 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 385569 17073 1417 10 0 382872 0
[pid=9110/tid=9112] ppid=9108 vsize=1542276 CPUtime=12.55
/proc/9110/task/9112/stat : 9112 (java) R 9108 9110 8452 0 -1 4202560 12042 0 1 0 1248 7 0 0 25 0 12 0 40476805 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4109464449 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40476806 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40476806 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 40476808 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 40476808 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40476808 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1542276 CPUtime=0.5
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 1468 0 0 0 50 0 0 0 15 0 12 0 40476813 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1542276 CPUtime=1.41
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 8268 0 0 0 137 4 0 0 16 0 12 0 40476813 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40476813 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1542276 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40476813 1579290624 17073 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 1542276

[startup+25.5013 s]
/proc/loadavg: 0.94 0.98 0.99 1/120 9146
/proc/meminfo: memFree=1595948/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1545132 CPUtime=24.68
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 49243 0 1 0 2428 40 0 0 18 0 16 0 40476803 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 386283 42096 1442 10 0 383586 0
[pid=9110/tid=9112] ppid=9108 vsize=1545132 CPUtime=15.1
/proc/9110/task/9112/stat : 9112 (java) S 9108 9110 8452 0 -1 4202560 13669 0 1 0 1501 9 0 0 19 0 16 0 40476805 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1545132 CPUtime=0.14
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 2411 0 0 0 13 1 0 0 18 0 16 0 40476806 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1545132 CPUtime=0.12
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 2052 0 0 0 12 0 0 0 18 0 16 0 40476806 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1545132 CPUtime=0.24
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 18 0 0 0 10 14 0 0 16 0 16 0 40476808 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1545132 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40476808 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1545132 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40476808 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1545132 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582215168 42096 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1545132 CPUtime=1.69

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

/proc/9110/statm: 387009 78763 1453 10 0 384312 0
[pid=9110/tid=9112] ppid=9108 vsize=1548036 CPUtime=15.11
/proc/9110/task/9112/stat : 9112 (java) S 9108 9110 8452 0 -1 4202560 13679 0 1 0 1502 9 0 0 15 0 16 0 40476805 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1548036 CPUtime=10.13
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 19516 0 0 0 992 21 0 0 15 0 16 0 40476806 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1548036 CPUtime=10.14
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 19270 0 0 0 989 25 0 0 16 0 16 0 40476806 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1548036 CPUtime=12.53
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 1217 0 0 0 1230 23 0 0 16 0 16 0 40476808 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40476808 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40476808 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1548036 CPUtime=3.24
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 4782 0 0 0 322 2 0 0 15 0 16 0 40476813 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1548036 CPUtime=3.57
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 9778 0 0 0 353 4 0 0 16 0 16 0 40476813 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 40476813 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9127] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9127/stat : 9127 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 40478336 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9128] ppid=9108 vsize=1548036 CPUtime=0
/proc/9110/task/9128/stat : 9128 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40478336 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9163] ppid=9108 vsize=1548036 CPUtime=551.56
/proc/9110/task/9163/stat : 9163 (java) R 9108 9110 8452 0 -1 4202560 283 0 0 0 55142 14 0 0 22 0 16 0 40495517 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4110372180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9110/tid=9164] ppid=9108 vsize=1548036 CPUtime=550.7
/proc/9110/task/9164/stat : 9164 (java) R 9108 9110 8452 0 -1 4202560 203 0 0 0 55062 8 0 0 21 0 16 0 40495517 1585188864 78763 1992294400 134512640 134550932 4292305552 18446744073709551615 4109938900 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1464.96
Current children cumulated vsize (KiB) 1548036

[startup+822.302 s]
/proc/loadavg: 2.21 2.00 1.59 3/122 9180
/proc/meminfo: memFree=1448000/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1545320 CPUtime=1582.68
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 91653 0 1 0 158135 133 0 0 18 0 16 0 40476803 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 386330 78716 1453 10 0 383633 0
[pid=9110/tid=9112] ppid=9108 vsize=1545320 CPUtime=15.11
/proc/9110/task/9112/stat : 9112 (java) S 9108 9110 8452 0 -1 4202560 13680 0 1 0 1502 9 0 0 15 0 16 0 40476805 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1545320 CPUtime=11.03
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 19901 0 0 0 1081 22 0 0 16 0 16 0 40476806 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1545320 CPUtime=11.03
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 19550 0 0 0 1076 27 0 0 15 0 16 0 40476806 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1545320 CPUtime=13.78
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 1221 0 0 0 1355 23 0 0 15 0 16 0 40476808 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1545320 CPUtime=3.24
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 4782 0 0 0 322 2 0 0 15 0 16 0 40476813 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1545320 CPUtime=3.57
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 9778 0 0 0 353 4 0 0 16 0 16 0 40476813 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 40476813 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9127] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9127/stat : 9127 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 40478336 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9128] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9128/stat : 9128 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40478336 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9163] ppid=9108 vsize=1545320 CPUtime=609.08
/proc/9110/task/9163/stat : 9163 (java) R 9108 9110 8452 0 -1 4202560 313 0 0 0 60894 14 0 0 25 0 16 0 40495517 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4109927712 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9110/tid=9164] ppid=9108 vsize=1545320 CPUtime=607.85
/proc/9110/task/9164/stat : 9164 (java) R 9108 9110 8452 0 -1 4202560 220 0 0 0 60775 10 0 0 25 0 16 0 40495517 1582407680 78716 1992294400 134512640 134550932 4292305552 18446744073709551615 4109938481 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1582.68
Current children cumulated vsize (KiB) 1545320

[startup+882.301 s]
/proc/loadavg: 2.15 2.01 1.62 4/122 9182
/proc/meminfo: memFree=1447008/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1545320 CPUtime=1699.96
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 91951 0 1 0 169857 139 0 0 18 0 16 0 40476803 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 386330 78949 1453 10 0 383633 0
[pid=9110/tid=9112] ppid=9108 vsize=1545320 CPUtime=15.11
/proc/9110/task/9112/stat : 9112 (java) S 9108 9110 8452 0 -1 4202560 13680 0 1 0 1502 9 0 0 15 0 16 0 40476805 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1545320 CPUtime=11.94
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 20013 0 0 0 1170 24 0 0 16 0 16 0 40476806 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1545320 CPUtime=11.95
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 19679 0 0 0 1168 27 0 0 15 0 16 0 40476806 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1545320 CPUtime=15.45
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 1225 0 0 0 1521 24 0 0 15 0 16 0 40476808 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1545320 CPUtime=3.24
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 4782 0 0 0 322 2 0 0 15 0 16 0 40476813 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1545320 CPUtime=3.57
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 9778 0 0 0 353 4 0 0 16 0 16 0 40476813 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 40476813 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9127] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9127/stat : 9127 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 40478336 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9128] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9128/stat : 9128 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40478336 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9163] ppid=9108 vsize=1545320 CPUtime=666.15
/proc/9110/task/9163/stat : 9163 (java) R 9108 9110 8452 0 -1 4202560 334 0 0 0 66599 16 0 0 25 0 16 0 40495517 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4109871838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9110/tid=9164] ppid=9108 vsize=1545320 CPUtime=664.55
/proc/9110/task/9164/stat : 9164 (java) R 9108 9110 8452 0 -1 4202560 248 0 0 0 66445 10 0 0 25 0 16 0 40495517 1582407680 78949 1992294400 134512640 134550932 4292305552 18446744073709551615 4109938900 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1699.96
Current children cumulated vsize (KiB) 1545320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.501 s]
/proc/loadavg: 2.14 2.04 1.65 3/122 9184
/proc/meminfo: memFree=1442296/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=1545320 CPUtime=1800.17
/proc/9110/stat : 9110 (java) S 9108 9110 8452 0 -1 4202496 93223 0 1 0 179871 146 0 0 18 0 16 0 40476803 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 386330 80101 1453 10 0 383633 0
[pid=9110/tid=9112] ppid=9108 vsize=1545320 CPUtime=15.11
/proc/9110/task/9112/stat : 9112 (java) S 9108 9110 8452 0 -1 4202560 13684 0 1 0 1502 9 0 0 15 0 16 0 40476805 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9113] ppid=9108 vsize=1545320 CPUtime=12.83
/proc/9110/task/9113/stat : 9113 (java) S 9108 9110 8452 0 -1 4202560 20490 0 0 0 1256 27 0 0 16 0 16 0 40476806 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9114] ppid=9108 vsize=1545320 CPUtime=12.83
/proc/9110/task/9114/stat : 9114 (java) S 9108 9110 8452 0 -1 4202560 20428 0 0 0 1256 27 0 0 15 0 16 0 40476806 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9115] ppid=9108 vsize=1545320 CPUtime=16.74
/proc/9110/task/9115/stat : 9115 (java) S 9108 9110 8452 0 -1 4202560 1227 0 0 0 1650 24 0 0 15 0 16 0 40476808 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 0 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9116] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9116/stat : 9116 (java) S 9108 9110 8452 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9117] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9117/stat : 9117 (java) S 9108 9110 8452 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40476808 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9118] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9118/stat : 9118 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9119] ppid=9108 vsize=1545320 CPUtime=3.24
/proc/9110/task/9119/stat : 9119 (java) S 9108 9110 8452 0 -1 4202560 4782 0 0 0 322 2 0 0 15 0 16 0 40476813 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9120] ppid=9108 vsize=1545320 CPUtime=3.57
/proc/9110/task/9120/stat : 9120 (java) S 9108 9110 8452 0 -1 4202560 9778 0 0 0 353 4 0 0 16 0 16 0 40476813 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9121] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9121/stat : 9121 (java) S 9108 9110 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40476813 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9122] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9122/stat : 9122 (java) S 9108 9110 8452 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 40476813 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 1 0 0 0
[pid=9110/tid=9127] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9127/stat : 9127 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 40478336 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9128] ppid=9108 vsize=1545320 CPUtime=0
/proc/9110/task/9128/stat : 9128 (java) S 9108 9110 8452 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40478336 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4294960144 0 4 0 16800975 18446604437845402048 0 0 -1 0 0 0 0
[pid=9110/tid=9163] ppid=9108 vsize=1545320 CPUtime=714.68
/proc/9110/task/9163/stat : 9163 (java) R 9108 9110 8452 0 -1 4202560 359 0 0 0 71450 18 0 0 25 0 16 0 40495517 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4109849447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9110/tid=9164] ppid=9108 vsize=1545320 CPUtime=713.15
/proc/9110/task/9164/stat : 9164 (java) R 9108 9110 8452 0 -1 4202560 261 0 0 0 71304 11 0 0 25 0 16 0 40495517 1582407680 80101 1992294400 134512640 134550932 4292305552 18446744073709551615 4109938481 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1545320

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

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

[startup+933.616 s]
/proc/loadavg: 2.14 2.04 1.65 3/122 9184
/proc/meminfo: memFree=1442296/2059040 swapFree=4140256/4192956
[pid=9110] ppid=9108 vsize=0 CPUtime=1800.35
/proc/9110/stat : 9110 (java) Z 9108 9110 8452 0 -1 4203548 93244 0 1 0 179887 148 0 0 17 0 2 0 40476803 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9110/statm: 0 0 0 0 0 0 0
[pid=9110/tid=9164] ppid=9108 vsize=0 CPUtime=713.24
/proc/9110/task/9164/stat : 9164 (java) R 9108 9110 8452 0 -1 4203588 261 0 0 0 71311 13 0 0 25 0 2 0 40495517 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 933.628
CPU time (s): 1800.37
CPU user time (s): 1798.88
CPU system time (s): 1.49577
CPU usage (%): 192.836
Max. virtual memory (cumulated for all children) (KiB): 1552180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.49577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93244
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= 29620
involuntary context switches= 52758

runsolver used 4.91825 second user time and 10.7614 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-16 08:03:25
IDJOB=2661984
IDBENCH=48239
IDSOLVER=1166
FILE ID=node018/2661984-1276668205
PBS_JOBID= 11172473
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661984-1276668205/watcher-2661984-1276668205 -o /tmp/evaluation-result-2661984-1276668205/solver-2661984-1276668205 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661984-1276668205.opb

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

MD5SUM BENCH= 4142356c9f50acd7c9005938f6b31a6d
RANDOM SEED=1580880641

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1760384 kB
Buffers:         94536 kB
Cached:         116196 kB
SwapCached:       6364 kB
Active:          97120 kB
Inactive:       127192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1760384 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       11752 kB
Mapped:          13080 kB
Slab:            52532 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180892 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= 62484 MiB
End job on node018 at 2010-06-16 08:19:00