Trace number 2659868

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-26OPT5 121.445 118.864

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ricks.r.opb
MD5SUM518a034b80f08d868ecb31feb5231fce
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.709891
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables363
Total number of constraints78
Number of constraints which are clauses78
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint228
Number of terms in the objective function 363
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 363
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 363
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2659868-1276592868.opb
0.25/0.20	c reading problem ... 
0.96/0.64	c ... done. Wall clock time 0.415s.
0.96/0.64	c #vars     363
0.96/0.64	c #constraints  67
0.96/0.64	c constraints type 
0.96/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66
0.96/0.66	c SATISFIABLE
0.96/0.66	c OPTIMIZING...
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.46
0.96/0.66	o 7
1.16/0.71	c Got one! Elapsed wall clock time (in seconds):0.509
1.16/0.71	o 6
3.25/1.90	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.09/2.58	c cleaning 4235 clauses out of 8503 with flag 11000/11000
4.90/3.35	c cleaning 5636 clauses out of 11276 with flag 18008/18008
5.82/4.28	c cleaning 6817 clauses out of 13637 with flag 26005/26005
7.06/5.44	c cleaning 7906 clauses out of 15817 with flag 35002/35002
8.28/6.70	c cleaning 8952 clauses out of 17910 with flag 45001/45001
9.48/7.87	c cleaning 9477 clauses out of 18957 with flag 55000/55000
10.68/9.10	c cleaning 9744 clauses out of 19489 with flag 65009/65009
12.16/10.44	c cleaning 9868 clauses out of 19742 with flag 75006/75006
13.38/11.67	c cleaning 9933 clauses out of 19872 with flag 85004/85004
14.79/13.06	c cleaning 9970 clauses out of 19943 with flag 95008/95008
16.20/14.47	c cleaning 9981 clauses out of 19967 with flag 105002/105002
17.81/16.00	c cleaning 9988 clauses out of 19984 with flag 115000/115000
19.12/17.36	c cleaning 9989 clauses out of 19996 with flag 125000/125000
20.43/18.64	c cleaning 10002 clauses out of 20010 with flag 135003/135003
21.73/19.95	c cleaning 9998 clauses out of 20007 with flag 145002/145002
23.34/21.51	c cleaning 10006 clauses out of 20016 with flag 155009/155009
24.74/23.00	c cleaning 10002 clauses out of 20005 with flag 165004/165004
26.24/24.46	c cleaning 9999 clauses out of 20003 with flag 175004/175004
27.45/25.66	c cleaning 9998 clauses out of 20001 with flag 185001/185001
28.75/26.92	c cleaning 9999 clauses out of 20002 with flag 195000/195000
30.06/28.20	c cleaning 9997 clauses out of 20003 with flag 205000/205000
31.36/29.55	c cleaning 9998 clauses out of 20007 with flag 215001/215001
32.96/31.12	c cleaning 9997 clauses out of 20008 with flag 225000/225000
34.37/32.53	c cleaning 10003 clauses out of 20012 with flag 235001/235001
34.78/32.99	c Got one! Elapsed wall clock time (in seconds):32.788
34.78/32.99	o 5
35.78/33.90	c cleaning 10002 clauses out of 20010 with flag 245002/245002
37.18/35.32	c cleaning 10002 clauses out of 20007 with flag 255001/255001
38.89/37.01	c cleaning 9997 clauses out of 20004 with flag 265000/265000
40.30/38.50	c cleaning 10007 clauses out of 20015 with flag 275008/275008
42.19/40.33	c cleaning 10001 clauses out of 20004 with flag 285004/285004
43.90/42.04	c cleaning 9999 clauses out of 20001 with flag 295002/295002
45.61/43.70	c cleaning 9999 clauses out of 20001 with flag 305001/305001
47.11/45.27	c cleaning 9997 clauses out of 20001 with flag 315000/315000
48.82/46.92	c cleaning 9999 clauses out of 20006 with flag 325002/325002
51.02/49.13	c cleaning 10002 clauses out of 20008 with flag 335003/335003
52.63/50.77	c cleaning 9999 clauses out of 20003 with flag 345000/345000
54.53/52.68	c cleaning 10005 clauses out of 20009 with flag 355005/355005
56.24/54.40	c cleaning 9999 clauses out of 20006 with flag 365007/365007
58.05/56.15	c cleaning 9999 clauses out of 20005 with flag 375005/375005
59.74/57.86	c cleaning 9999 clauses out of 20002 with flag 385001/385001
61.65/59.79	c cleaning 10001 clauses out of 20008 with flag 395006/395006
63.36/61.43	c cleaning 10002 clauses out of 20006 with flag 405005/405005
65.06/63.14	c cleaning 10001 clauses out of 20004 with flag 415005/415005
66.77/64.85	c cleaning 10000 clauses out of 20004 with flag 425006/425006
68.86/66.95	c cleaning 9994 clauses out of 19998 with flag 435000/435000
70.57/68.64	c cleaning 9999 clauses out of 20005 with flag 445001/445001
72.17/70.30	c cleaning 10001 clauses out of 20008 with flag 455003/455003
73.87/71.93	c cleaning 10002 clauses out of 20007 with flag 465003/465003
75.69/73.73	c cleaning 9998 clauses out of 20004 with flag 475002/475002
77.68/75.73	c cleaning 10005 clauses out of 20013 with flag 485009/485009
79.39/77.48	c cleaning 9998 clauses out of 19999 with flag 495000/495000
81.30/79.39	c cleaning 9999 clauses out of 20002 with flag 505001/505001
83.31/81.33	c cleaning 10000 clauses out of 20004 with flag 515002/515002
85.31/83.31	c cleaning 10001 clauses out of 20007 with flag 525005/525005
87.01/85.09	c cleaning 10006 clauses out of 20013 with flag 535012/535012
88.82/86.85	c cleaning 9987 clauses out of 19995 with flag 545000/545000
90.71/88.71	c cleaning 10006 clauses out of 20016 with flag 555008/555008
92.62/90.70	c cleaning 10000 clauses out of 20010 with flag 565008/565008
94.73/92.71	c cleaning 9999 clauses out of 20003 with flag 575001/575001
96.73/94.73	c cleaning 10002 clauses out of 20006 with flag 585003/585003
98.64/96.68	c cleaning 10003 clauses out of 20008 with flag 595007/595007
100.24/98.24	c cleaning 9994 clauses out of 19998 with flag 605000/605000
101.84/99.89	c cleaning 10001 clauses out of 20008 with flag 615004/615004
103.85/101.89	c cleaning 9999 clauses out of 20004 with flag 625001/625001
105.75/103.71	c cleaning 10000 clauses out of 20008 with flag 635004/635004
107.85/105.83	c cleaning 10002 clauses out of 20009 with flag 645005/645005
109.75/107.71	c cleaning 10005 clauses out of 20013 with flag 655011/655011
111.66/109.68	c cleaning 9996 clauses out of 19998 with flag 665001/665001
113.56/111.53	c cleaning 9998 clauses out of 20004 with flag 675003/675003
115.82/113.67	c cleaning 9999 clauses out of 20003 with flag 685000/685000
117.99/115.52	c cleaning 10001 clauses out of 20005 with flag 695001/695001
119.99/117.51	c cleaning 10006 clauses out of 20011 with flag 705008/705008
121.37/118.82	c starts		: 172
121.37/118.82	c conflicts		: 712111
121.37/118.82	c decisions		: 1742672
121.37/118.82	c propagations		: 14679010
121.37/118.82	c inspects		: 88116728
121.37/118.82	c learnt literals	: 7
121.37/118.82	c learnt binary clauses	: 8
121.37/118.82	c learnt ternary clauses	: 145
121.37/118.82	c learnt clauses	: 712103
121.37/118.82	c ignored clauses	: 0
121.37/118.82	c root simplifications	: 0
121.37/118.82	c removed literals (reason simplification)	: 849359
121.37/118.82	c reason swapping (by a shorter reason)	: 0
121.37/118.82	c Calls to reduceDB	: 72
121.37/118.82	c number of reductions to clauses (during analyze)	: 0
121.37/118.82	c number of learned constraints concerned by reduction	: 0
121.37/118.82	c number of learning phase by resolution	: 0
121.37/118.82	c number of learning phase by cutting planes	: 0
121.37/118.82	c speed (assignments/second)	: 171030.21193796824
121.37/118.82	c non guided choices	0
121.37/118.82	c learnt constraints type 
121.37/118.82	c constraints type 
121.37/118.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66
121.37/118.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
121.37/118.82	s OPTIMUM FOUND
121.37/118.82	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 
121.37/118.82	c objective function=5
121.37/118.82	c Total wall clock time (in seconds): 118.621

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659868-1276592868/watcher-2659868-1276592868 -o /tmp/evaluation-result-2659868-1276592868/solver-2659868-1276592868 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659868-1276592868.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 3/106 1103
/proc/meminfo: memFree=1761756/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=24036 CPUtime=0
/proc/1103/stat : 1103 (runsolver) R 1101 1103 509 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 34890733 24612864 107 1992294400 4194304 4302564 140736421290000 18446744073709551615 263434380279 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1103/statm: 6009 107 69 27 0 2647 0

[startup+0.0125209 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1103
/proc/meminfo: memFree=1761756/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1832 CPUtime=0
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 34890733 1875968 148 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/1103/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101339 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1103
/proc/meminfo: memFree=1761756/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1524184 CPUtime=0.08
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 34890733 1560764416 3401 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300298 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1103
/proc/meminfo: memFree=1761756/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1526416 CPUtime=0.36
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 5330 0 1 0 33 3 0 0 18 0 12 0 34890733 1563049984 4767 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 381604 4767 1361 10 0 378906 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526416

[startup+0.700284 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1103
/proc/meminfo: memFree=1761756/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1529944 CPUtime=1.16
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 7719 0 1 0 112 4 0 0 18 0 13 0 34890733 1566662656 7102 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382486 7102 1407 10 0 379788 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529944

[startup+1.50125 s]
/proc/loadavg: 0.93 0.98 0.99 4/119 1116
/proc/meminfo: memFree=1737784/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1530056 CPUtime=2.7
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 8506 0 1 0 265 5 0 0 18 0 13 0 34890733 1566777344 7815 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382514 7815 1423 10 0 379816 0
[pid=1103/tid=1105] ppid=1101 vsize=1530056 CPUtime=1.47
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 5767 0 1 0 144 3 0 0 20 0 13 0 34890735 1566777344 7815 1992294400 134512640 134550932 4293124528 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 34890736 1566777344 7815 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 34890736 1566777344 7815 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 34890738 1566777344 7815 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 34890738 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 34890738 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1530056 CPUtime=0.62
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 883 0 0 0 62 0 0 0 25 0 13 0 34890742 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1530056 CPUtime=0.58
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 788 0 0 0 58 0 0 0 25 0 13 0 34890743 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 34890743 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1530056 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1566777344 7816 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1530056

[startup+3.1012 s]
/proc/loadavg: 0.93 0.98 0.99 3/119 1116
/proc/meminfo: memFree=1725136/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1532548 CPUtime=4.7
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 13253 0 1 0 463 7 0 0 18 0 13 0 34890733 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 383137 12041 1442 10 0 380439 0
[pid=1103/tid=1105] ppid=1101 vsize=1532548 CPUtime=3
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6530 0 1 0 296 4 0 0 24 0 13 0 34890735 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4109507022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 1199 0 0 0 0 0 0 0 16 0 13 0 34890736 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 644 0 0 0 0 0 0 0 16 0 13 0 34890736 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1532548 CPUtime=0.04
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 1001 0 0 0 4 0 0 0 16 0 13 0 34890738 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1532548 CPUtime=0.92
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 2019 0 0 0 92 0 0 0 22 0 13 0 34890742 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1532548 CPUtime=0.67
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 794 0 0 0 67 0 0 0 18 0 13 0 34890743 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 34890743 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1532548 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1569329152 12041 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1532548

[startup+6.30108 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 1116
/proc/meminfo: memFree=1711372/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531948 CPUtime=7.97
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 15835 0 1 0 788 9 0 0 18 0 13 0 34890733 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382987 14489 1442 10 0 380289 0
[pid=1103/tid=1105] ppid=1101 vsize=1531948 CPUtime=6.07
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6534 0 1 0 603 4 0 0 25 0 13 0 34890735 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4109345869 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531948 CPUtime=0.02
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 1921 0 0 0 2 0 0 0 15 0 13 0 34890736 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531948 CPUtime=0.03
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1776 0 0 0 2 1 0 0 16 0 13 0 34890736 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531948 CPUtime=0.13
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 1709 0 0 0 13 0 0 0 16 0 13 0 34890738 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531948 CPUtime=0.98
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 2034 0 0 0 98 0 0 0 15 0 13 0 34890742 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531948 CPUtime=0.68
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 68 0 0 0 16 0 13 0 34890743 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 34890743 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568714752 14489 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1531948

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/119 1116
/proc/meminfo: memFree=1705792/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531948 CPUtime=14.49
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 16542 0 1 0 1440 9 0 0 18 0 13 0 34890733 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382987 15190 1442 10 0 380289 0
[pid=1103/tid=1105] ppid=1101 vsize=1531948 CPUtime=12.25
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6539 0 1 0 1221 4 0 0 25 0 13 0 34890735 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4109343000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531948 CPUtime=0.06
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 1976 0 0 0 6 0 0 0 16 0 13 0 34890736 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531948 CPUtime=0.07
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1866 0 0 0 6 1 0 0 15 0 13 0 34890736 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531948 CPUtime=0.29
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2259 0 0 0 29 0 0 0 16 0 13 0 34890738 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531948 CPUtime=1.07
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 2041 0 0 0 107 0 0 0 15 0 13 0 34890742 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531948 CPUtime=0.68
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 68 0 0 0 15 0 13 0 34890743 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 34890743 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531948 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568714752 15190 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 1531948

[startup+25.5024 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 1118
/proc/meminfo: memFree=1704800/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531948 CPUtime=27.35
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 16788 0 1 0 2725 10 0 0 18 0 13 0 34890733 1568714752 15427 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382987 15427 1442 10 0 380289 0
[pid=1103/tid=1105] ppid=1101 vsize=1531948 CPUtime=24.66
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6548 0 1 0 2462 4 0 0 25 0 13 0 34890735 1568714752 15427 1992294400 134512640 134550932 4293124528 18446744073709551615 4109355000 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531948 CPUtime=0.12
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 1977 0 0 0 12 0 0 0 15 0 13 0 34890736 1568714752 15427 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531948 CPUtime=0.15
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1866 0 0 0 14 1 0 0 16 0 13 0 34890736 1568714752 15427 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531948 CPUtime=0.58

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

/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15538 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15538 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 117.59
Current children cumulated vsize (KiB) 1531724

[startup+116.702 s]
/proc/loadavg: 0.99 0.98 0.99 3/119 1120
/proc/meminfo: memFree=1703312/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531724 CPUtime=119.19
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 19063 0 1 0 11906 13 0 0 18 0 13 0 34890733 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382931 15539 1442 10 0 380233 0
[pid=1103/tid=1105] ppid=1101 vsize=1531724 CPUtime=113.66
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6604 0 1 0 11361 5 0 0 19 0 13 0 34890735 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4109322835 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531724 CPUtime=0.45
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 2025 0 0 0 44 1 0 0 16 0 13 0 34890736 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531724 CPUtime=0.49
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1947 0 0 0 47 2 0 0 15 0 13 0 34890736 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531724 CPUtime=2.27
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2507 0 0 0 226 1 0 0 15 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531724 CPUtime=1.52
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 4111 0 0 0 151 1 0 0 15 0 13 0 34890742 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531724 CPUtime=0.75
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 75 0 0 0 15 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 119.19
Current children cumulated vsize (KiB) 1531724

[startup+117.502 s]
/proc/loadavg: 0.99 0.98 0.99 3/119 1120
/proc/meminfo: memFree=1703312/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531724 CPUtime=119.99
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 19063 0 1 0 11986 13 0 0 18 0 13 0 34890733 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382931 15539 1442 10 0 380233 0
[pid=1103/tid=1105] ppid=1101 vsize=1531724 CPUtime=114.46
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6604 0 1 0 11441 5 0 0 20 0 13 0 34890735 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4109619481 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531724 CPUtime=0.45
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 2025 0 0 0 44 1 0 0 16 0 13 0 34890736 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531724 CPUtime=0.49
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1947 0 0 0 47 2 0 0 15 0 13 0 34890736 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531724 CPUtime=2.27
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2507 0 0 0 226 1 0 0 15 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531724 CPUtime=1.52
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 4111 0 0 0 151 1 0 0 15 0 13 0 34890742 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531724 CPUtime=0.75
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 75 0 0 0 15 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15539 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 119.99
Current children cumulated vsize (KiB) 1531724

[startup+118.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 1120
/proc/meminfo: memFree=1703312/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531724 CPUtime=120.79
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 19065 0 1 0 12066 13 0 0 18 0 13 0 34890733 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382931 15540 1442 10 0 380233 0
[pid=1103/tid=1105] ppid=1101 vsize=1531724 CPUtime=115.22
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6605 0 1 0 11517 5 0 0 21 0 13 0 34890735 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4109360369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531724 CPUtime=0.45
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 2025 0 0 0 44 1 0 0 16 0 13 0 34890736 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531724 CPUtime=0.49
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1948 0 0 0 47 2 0 0 15 0 13 0 34890736 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531724 CPUtime=2.3
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2507 0 0 0 229 1 0 0 16 0 13 0 34890738 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531724 CPUtime=1.52
/proc/1103/task/1112/stat : 1112 (java) S 1101 1103 509 0 -1 4202560 4111 0 0 0 151 1 0 0 15 0 13 0 34890742 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531724 CPUtime=0.75
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 75 0 0 0 15 0 13 0 34890743 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15540 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 120.79
Current children cumulated vsize (KiB) 1531724

[startup+118.702 s]
/proc/loadavg: 0.99 0.98 0.99 3/119 1120
/proc/meminfo: memFree=1703312/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531724 CPUtime=121.26
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 19067 0 1 0 12113 13 0 0 18 0 13 0 34890733 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382931 15541 1442 10 0 380233 0
[pid=1103/tid=1105] ppid=1101 vsize=1531724 CPUtime=115.63
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6607 0 1 0 11558 5 0 0 23 0 13 0 34890735 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4109323393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531724 CPUtime=0.45
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 2025 0 0 0 44 1 0 0 16 0 13 0 34890736 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531724 CPUtime=0.49
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1948 0 0 0 47 2 0 0 15 0 13 0 34890736 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531724 CPUtime=2.3
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2507 0 0 0 229 1 0 0 16 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531724 CPUtime=1.58
/proc/1103/task/1112/stat : 1112 (java) R 1101 1103 509 0 -1 4202560 4111 0 0 0 157 1 0 0 16 0 13 0 34890742 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 106252565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531724 CPUtime=0.76
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 76 0 0 0 15 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 121.26
Current children cumulated vsize (KiB) 1531724

[startup+118.81 s]
/proc/loadavg: 0.99 0.98 0.99 3/119 1120
/proc/meminfo: memFree=1703312/2059040 swapFree=4140192/4192956
[pid=1103] ppid=1101 vsize=1531724 CPUtime=121.37
/proc/1103/stat : 1103 (java) S 1101 1103 509 0 -1 4202496 19067 0 1 0 12124 13 0 0 18 0 13 0 34890733 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1103/statm: 382931 15541 1442 10 0 380233 0
[pid=1103/tid=1105] ppid=1101 vsize=1531724 CPUtime=115.73
/proc/1103/task/1105/stat : 1105 (java) R 1101 1103 509 0 -1 4202560 6607 0 1 0 11568 5 0 0 24 0 13 0 34890735 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4108875450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1103/tid=1106] ppid=1101 vsize=1531724 CPUtime=0.45
/proc/1103/task/1106/stat : 1106 (java) S 1101 1103 509 0 -1 4202560 2025 0 0 0 44 1 0 0 16 0 13 0 34890736 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1107] ppid=1101 vsize=1531724 CPUtime=0.49
/proc/1103/task/1107/stat : 1107 (java) S 1101 1103 509 0 -1 4202560 1948 0 0 0 47 2 0 0 15 0 13 0 34890736 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1108] ppid=1101 vsize=1531724 CPUtime=2.3
/proc/1103/task/1108/stat : 1108 (java) S 1101 1103 509 0 -1 4202560 2507 0 0 0 229 1 0 0 16 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 0 0 16800975 18446604437830147008 0 0 -1 1 0 0 0
[pid=1103/tid=1109] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1109/stat : 1109 (java) S 1101 1103 509 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1110] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1110/stat : 1110 (java) S 1101 1103 509 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 34890738 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1111] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1111/stat : 1111 (java) S 1101 1103 509 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 34890742 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1112] ppid=1101 vsize=1531724 CPUtime=1.58
/proc/1103/task/1112/stat : 1112 (java) R 1101 1103 509 0 -1 4202560 4111 0 0 0 157 1 0 0 15 0 13 0 34890742 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1103/tid=1113] ppid=1101 vsize=1531724 CPUtime=0.76
/proc/1103/task/1113/stat : 1113 (java) S 1101 1103 509 0 -1 4202560 795 0 0 0 76 0 0 0 15 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1114] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1114/stat : 1114 (java) S 1101 1103 509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1115] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1115/stat : 1115 (java) S 1101 1103 509 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 34890743 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
[pid=1103/tid=1116] ppid=1101 vsize=1531724 CPUtime=0
/proc/1103/task/1116/stat : 1116 (java) S 1101 1103 509 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 34890797 1568485376 15541 1992294400 134512640 134550932 4293124528 18446744073709551615 4294960144 0 4 0 16800975 18446604437830147008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 121.37
Current children cumulated vsize (KiB) 1531724

Child status: 30
Real time (s): 118.864
CPU time (s): 121.445
CPU user time (s): 121.3
CPU system time (s): 0.144977
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 1537948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.3
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19080
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= 3378
involuntary context switches= 1628

runsolver used 0.253961 second user time and 0.6569 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-15 11:07:48
IDJOB=2659868
IDBENCH=2861
IDSOLVER=1164
FILE ID=node003/2659868-1276592868
PBS_JOBID= 11173538
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ricks.r.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659868-1276592868/watcher-2659868-1276592868 -o /tmp/evaluation-result-2659868-1276592868/solver-2659868-1276592868 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659868-1276592868.opb

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

MD5SUM BENCH= 518a034b80f08d868ecb31feb5231fce
RANDOM SEED=2088813591

node003.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.251
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.50
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762012 kB
Buffers:         85168 kB
Cached:         131432 kB
SwapCached:       5848 kB
Active:          80116 kB
Inactive:       149488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762012 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:             384 kB
Writeback:           8 kB
AnonPages:       11664 kB
Mapped:          13076 kB
Slab:            45548 kB
PageTables:       3872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182936 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= 62580 MiB
End job on node003 at 2010-06-15 11:09:47