Trace number 2658454

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-26OPT3 183.387 181.411

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
MD5SUM9b7cb599a49db47c0ffbf25416bcef37
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark10.6474
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2658454-1276650324.opb
0.21/0.21	c reading problem ... 
0.51/0.44	c ... done. Wall clock time 0.222s.
0.51/0.44	c #vars     792
0.51/0.44	c #constraints  1180
0.51/0.44	c constraints type 
0.51/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.51/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
2.77/1.83	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.06/3.00	c cleaning 4251 clauses out of 8501 with flag 11002/11002
5.68/4.61	c cleaning 5621 clauses out of 11250 with flag 18002/18002
7.50/6.45	c cleaning 6814 clauses out of 13628 with flag 26001/26001
9.43/8.36	c cleaning 7899 clauses out of 15813 with flag 35000/35000
11.33/10.22	c cleaning 8952 clauses out of 17914 with flag 45000/45000
13.54/12.46	c cleaning 9478 clauses out of 18963 with flag 55001/55001
14.85/13.76	c cleaning 9718 clauses out of 19486 with flag 65002/65002
16.75/15.64	c cleaning 9879 clauses out of 19766 with flag 75000/75000
18.76/17.69	c cleaning 9941 clauses out of 19887 with flag 85000/85000
20.76/19.68	c cleaning 9967 clauses out of 19947 with flag 95001/95001
22.65/21.49	c cleaning 9988 clauses out of 19978 with flag 105000/105000
24.37/22.85	c cleaning 9980 clauses out of 19990 with flag 115000/115000
26.39/24.80	c cleaning 9996 clauses out of 20010 with flag 125000/125000
29.19/27.63	c cleaning 10004 clauses out of 20015 with flag 135001/135001
31.89/30.38	c cleaning 10002 clauses out of 20011 with flag 145001/145001
33.70/32.18	c cleaning 9993 clauses out of 20009 with flag 155001/155001
36.03/34.44	c cleaning 10001 clauses out of 20016 with flag 165001/165001
39.15/37.57	c cleaning 9997 clauses out of 20015 with flag 175001/175001
42.07/40.40	c cleaning 9998 clauses out of 20018 with flag 185001/185001
45.19/43.54	c cleaning 10009 clauses out of 20020 with flag 195001/195001
47.01/45.31	c cleaning 9994 clauses out of 20011 with flag 205002/205002
48.81/47.17	c cleaning 10002 clauses out of 20015 with flag 215000/215000
50.82/49.14	c cleaning 9999 clauses out of 20014 with flag 225001/225001
52.32/50.62	c cleaning 9985 clauses out of 20014 with flag 235000/235000
54.02/52.32	c cleaning 9999 clauses out of 20030 with flag 245001/245001
56.52/54.85	c cleaning 10002 clauses out of 20030 with flag 255000/255000
59.04/57.31	c cleaning 10003 clauses out of 20028 with flag 265000/265000
61.64/59.97	c cleaning 10008 clauses out of 20025 with flag 275000/275000
63.94/62.25	c cleaning 9994 clauses out of 20017 with flag 285000/285000
65.85/64.18	c cleaning 10003 clauses out of 20024 with flag 295001/295001
68.25/66.50	c cleaning 10002 clauses out of 20020 with flag 305000/305000
69.86/68.13	c cleaning 9994 clauses out of 20017 with flag 315000/315000
71.66/69.91	c cleaning 10003 clauses out of 20023 with flag 325000/325000
72.47/70.75	c SATISFIABLE
72.47/70.75	c OPTIMIZING...
72.47/70.75	c Got one! Elapsed wall clock time (in seconds):70.533
72.47/70.75	o 53
73.06/71.36	c cleaning 9991 clauses out of 20021 with flag 335001/335001
74.77/73.08	c cleaning 9997 clauses out of 20029 with flag 345000/345000
76.58/74.89	c cleaning 9995 clauses out of 20032 with flag 355000/355000
78.07/76.31	c cleaning 10005 clauses out of 20038 with flag 365001/365001
80.17/78.40	c cleaning 10005 clauses out of 20033 with flag 375001/375001
82.18/80.48	c cleaning 10006 clauses out of 20027 with flag 385000/385000
84.29/82.54	c cleaning 10002 clauses out of 20022 with flag 395001/395001
86.49/84.77	c cleaning 10007 clauses out of 20020 with flag 405001/405001
88.98/87.28	c cleaning 10001 clauses out of 20014 with flag 415002/415002
90.69/88.91	c cleaning 9990 clauses out of 20011 with flag 425000/425000
92.69/90.92	c cleaning 10005 clauses out of 20021 with flag 435000/435000
94.49/92.76	c cleaning 9997 clauses out of 20016 with flag 445001/445001
95.90/94.15	c cleaning 10001 clauses out of 20019 with flag 455001/455001
97.90/96.15	c cleaning 9987 clauses out of 20018 with flag 465001/465001
100.21/98.41	c cleaning 10009 clauses out of 20031 with flag 475001/475001
101.72/99.97	c cleaning 10000 clauses out of 20022 with flag 485001/485001
103.03/101.24	c cleaning 9994 clauses out of 20022 with flag 495001/495001
104.32/102.55	c cleaning 10009 clauses out of 20028 with flag 505001/505001
106.63/104.80	c cleaning 9999 clauses out of 20019 with flag 515001/515001
108.93/107.11	c cleaning 10003 clauses out of 20019 with flag 525000/525000
110.84/109.09	c cleaning 10004 clauses out of 20015 with flag 535000/535000
113.34/111.54	c cleaning 10001 clauses out of 20012 with flag 545001/545001
115.64/113.81	c cleaning 10003 clauses out of 20011 with flag 555001/555001
116.25/114.48	c Got one! Elapsed wall clock time (in seconds):114.265
116.25/114.48	o 5
117.04/115.25	c cleaning 9984 clauses out of 20008 with flag 565001/565001
118.86/117.08	c cleaning 9991 clauses out of 20024 with flag 575001/575001
120.56/118.75	c cleaning 9996 clauses out of 20032 with flag 585000/585000
122.06/120.29	c cleaning 10001 clauses out of 20036 with flag 595000/595000
123.67/121.85	c cleaning 10011 clauses out of 20036 with flag 605001/605001
125.87/124.08	c cleaning 10006 clauses out of 20025 with flag 615001/615001
127.98/126.12	c cleaning 10004 clauses out of 20018 with flag 625000/625000
129.98/128.18	c cleaning 9999 clauses out of 20014 with flag 635001/635001
130.88/129.09	c Got one! Elapsed wall clock time (in seconds):128.871
130.88/129.09	o 3
131.59/129.72	c cleaning 9988 clauses out of 20014 with flag 645000/645000
133.09/131.23	c cleaning 10008 clauses out of 20026 with flag 655001/655001
135.29/133.49	c cleaning 10002 clauses out of 20018 with flag 665001/665001
137.70/135.85	c cleaning 10003 clauses out of 20016 with flag 675001/675001
139.90/138.05	c cleaning 9999 clauses out of 20013 with flag 685001/685001
142.11/140.30	c cleaning 10001 clauses out of 20014 with flag 695001/695001
144.41/142.52	c cleaning 10004 clauses out of 20013 with flag 705001/705001
146.55/144.69	c cleaning 10001 clauses out of 20008 with flag 715000/715000
148.95/147.05	c cleaning 9999 clauses out of 20008 with flag 725001/725001
150.86/148.95	c cleaning 9997 clauses out of 20010 with flag 735002/735002
152.47/150.52	c cleaning 10004 clauses out of 20012 with flag 745001/745001
154.27/152.37	c cleaning 9998 clauses out of 20008 with flag 755001/755001
156.48/154.58	c cleaning 9998 clauses out of 20009 with flag 765000/765000
158.18/156.21	c cleaning 9997 clauses out of 20013 with flag 775003/775003
160.18/158.27	c cleaning 9999 clauses out of 20013 with flag 785000/785000
162.19/160.25	c cleaning 10001 clauses out of 20015 with flag 795001/795001
164.09/162.15	c cleaning 10003 clauses out of 20014 with flag 805001/805001
166.09/164.12	c cleaning 10000 clauses out of 20011 with flag 815001/815001
168.30/166.37	c cleaning 10001 clauses out of 20012 with flag 825002/825002
170.50/168.52	c cleaning 10002 clauses out of 20010 with flag 835001/835001
172.51/170.52	c cleaning 10001 clauses out of 20007 with flag 845000/845000
174.70/172.77	c cleaning 9999 clauses out of 20008 with flag 855002/855002
177.20/175.20	c cleaning 10001 clauses out of 20009 with flag 865002/865002
179.40/177.49	c cleaning 10000 clauses out of 20007 with flag 875001/875001
181.90/179.93	c cleaning 9999 clauses out of 20005 with flag 885000/885000
183.31/181.34	c starts		: 173
183.31/181.34	c conflicts		: 892497
183.31/181.34	c decisions		: 926749
183.31/181.34	c propagations		: 17982039
183.31/181.34	c inspects		: 481872618
183.31/181.34	c learnt literals	: 20
183.31/181.34	c learnt binary clauses	: 83
183.31/181.34	c learnt ternary clauses	: 267
183.31/181.34	c learnt clauses	: 892476
183.31/181.34	c ignored clauses	: 0
183.31/181.34	c root simplifications	: 0
183.31/181.34	c removed literals (reason simplification)	: 28042999
183.31/181.34	c reason swapping (by a shorter reason)	: 0
183.31/181.34	c Calls to reduceDB	: 90
183.31/181.34	c number of reductions to clauses (during analyze)	: 0
183.31/181.34	c number of learned constraints concerned by reduction	: 0
183.31/181.34	c number of learning phase by resolution	: 0
183.31/181.34	c number of learning phase by cutting planes	: 0
183.31/181.34	c speed (assignments/second)	: 344101.1711125569
183.31/181.34	c non guided choices	6983
183.31/181.34	c learnt constraints type 
183.31/181.34	c constraints type 
183.31/181.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
183.31/181.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
183.31/181.34	s OPTIMUM FOUND
183.31/181.35	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 
183.31/181.35	c objective function=3
183.31/181.35	c Total wall clock time (in seconds): 181.131

Verifier Data

OK	3

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 6256
/proc/meminfo: memFree=1824104/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=392 CPUtime=0
/proc/6256/stat : 6256 (java6) S 6254 6256 5501 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 38688127 401408 40 1992294400 134512640 134550932 4289001200 18446744073709551615 8401492 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/6256/statm: 107 40 32 10 0 25 0

[startup+0.106862 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 6256
/proc/meminfo: memFree=1824104/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1524184 CPUtime=0.08
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 3971 0 1 0 6 2 0 0 15 0 12 0 38688127 1560764416 3411 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 381046 3411 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.200867 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 6256
/proc/meminfo: memFree=1824104/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1526084 CPUtime=0.21
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 4966 0 1 0 18 3 0 0 15 0 12 0 38688127 1562710016 4404 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 381521 4405 1340 10 0 378823 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526084

[startup+0.300873 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 6256
/proc/meminfo: memFree=1824104/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1526252 CPUtime=0.35
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 5253 0 1 0 32 3 0 0 15 0 12 0 38688127 1562882048 4691 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 381563 4691 1356 10 0 378865 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526252

[startup+0.700914 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 6256
/proc/meminfo: memFree=1824104/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1530000 CPUtime=1.11
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 6833 0 1 0 107 4 0 0 15 0 13 0 38688127 1566720000 6153 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382500 6153 1410 10 0 379802 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530000

[startup+1.50098 s]
/proc/loadavg: 0.99 0.98 0.99 4/120 6269
/proc/meminfo: memFree=1800756/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1530212 CPUtime=2.42
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 11374 0 1 0 236 6 0 0 15 0 13 0 38688127 1566937088 10693 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382553 10694 1421 10 0 379855 0
[pid=6256/tid=6258] ppid=6254 vsize=1530212 CPUtime=1.46
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 8656 0 1 0 142 4 0 0 25 0 13 0 38688129 1566937088 10694 1992294400 134512640 134550932 4289002224 18446744073709551615 4109867179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 38688130 1566937088 10694 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38688130 1566937088 10695 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38688132 1566937088 10695 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38688132 1566937088 10695 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 38688132 1566937088 10696 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566937088 10696 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1530212 CPUtime=0.47
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 791 0 0 0 47 0 0 0 20 0 13 0 38688137 1566937088 10697 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1530212 CPUtime=0.45
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 864 0 0 0 45 0 0 0 20 0 13 0 38688137 1566937088 10697 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566937088 10697 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38688137 1566937088 10698 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566937088 10698 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1530212

[startup+3.10112 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6269
/proc/meminfo: memFree=1774964/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1530212 CPUtime=4.16
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 15491 0 1 0 409 7 0 0 15 0 13 0 38688127 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382553 14802 1440 10 0 379855 0
[pid=6256/tid=6258] ppid=6254 vsize=1530212 CPUtime=2.99
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 10922 0 1 0 294 5 0 0 25 0 13 0 38688129 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4109817158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1530212 CPUtime=0.01
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 601 0 0 0 1 0 0 0 15 0 13 0 38688130 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 403 0 0 0 0 0 0 0 18 0 13 0 38688130 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1530212 CPUtime=0.04
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 828 0 0 0 4 0 0 0 16 0 13 0 38688132 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1530212 CPUtime=0.5
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 793 0 0 0 50 0 0 0 15 0 13 0 38688137 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1530212 CPUtime=0.57
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 881 0 0 0 57 0 0 0 15 0 13 0 38688137 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38688137 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1530212 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566937088 14802 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1530212

[startup+6.3024 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6271
/proc/meminfo: memFree=1766036/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=7.38
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 17187 0 1 0 730 8 0 0 15 0 13 0 38688127 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 16324 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=6.16
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 12423 0 1 0 611 5 0 0 25 0 13 0 38688129 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4109880492 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.01
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 606 0 0 0 1 0 0 0 15 0 13 0 38688130 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.01
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 406 0 0 0 1 0 0 0 18 0 13 0 38688130 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=0.07
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 1013 0 0 0 7 0 0 0 15 0 13 0 38688132 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=0.51
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 795 0 0 0 51 0 0 0 15 0 13 0 38688137 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.57
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 881 0 0 0 57 0 0 0 15 0 13 0 38688137 1566175232 16324 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 16325 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 16325 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 16325 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1529468

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 3/120 6271
/proc/meminfo: memFree=1749668/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=13.84
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 21490 0 1 0 1373 11 0 0 15 0 13 0 38688127 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 20623 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=12.41
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 16176 0 1 0 1233 8 0 0 25 0 13 0 38688129 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4109882325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.03
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 632 0 0 0 3 0 0 0 16 0 13 0 38688130 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.02
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 419 0 0 0 2 0 0 0 15 0 13 0 38688130 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=0.19
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 1517 0 0 0 19 0 0 0 16 0 13 0 38688132 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=0.56
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 802 0 0 0 56 0 0 0 15 0 13 0 38688137 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.57
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 881 0 0 0 57 0 0 0 15 0 13 0 38688137 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 20623 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 1529468

[startup+25.5021 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6271
/proc/meminfo: memFree=1728712/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1536420 CPUtime=27.09
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 26613 0 1 0 2695 14 0 0 15 0 13 0 38688127 1573294080 24863 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 384105 24863 1440 10 0 381407 0
[pid=6256/tid=6258] ppid=6254 vsize=1536420 CPUtime=24.9
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 17703 0 1 0 2481 9 0 0 25 0 13 0 38688129 1573294080 24863 1992294400 134512640 134550932 4289002224 18446744073709551615 4109837098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1536420 CPUtime=0.08
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 836 0 0 0 8 0 0 0 15 0 13 0 38688130 1573294080 24863 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1536420 CPUtime=0.06
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 541 0 0 0 6 0 0 0 16 0 13 0 38688130 1573294080 24863 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1536420 CPUtime=0.44

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

/proc/6256/statm: 382367 35926 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=168.71
/proc/6256/task/6258/stat : 6258 (java) S 6254 6256 5501 0 -1 4202560 28649 0 1 0 16856 15 0 0 25 0 13 0 38688129 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.52
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 846 0 0 0 51 1 0 0 15 0 13 0 38688130 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.47
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 554 0 0 0 46 1 0 0 16 0 13 0 38688130 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=3.38
/proc/6256/task/6261/stat : 6261 (java) R 6254 6256 5501 0 -1 4202560 4057 0 0 0 336 2 0 0 15 0 13 0 38688132 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=1.02
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 3405 0 0 0 101 1 0 0 15 0 13 0 38688137 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.65
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 883 0 0 0 65 0 0 0 15 0 13 0 38688137 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 35926 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 174.81
Current children cumulated vsize (KiB) 1529468

[startup+176.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6275
/proc/meminfo: memFree=1684072/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=178.01
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 39499 0 1 0 17778 23 0 0 15 0 13 0 38688127 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 35957 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=171.83
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 28650 0 1 0 17168 15 0 0 23 0 13 0 38688129 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4109842520 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.52
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 846 0 0 0 51 1 0 0 15 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.48
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 554 0 0 0 47 1 0 0 15 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=3.45
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 4088 0 0 0 343 2 0 0 16 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=1.02
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 3405 0 0 0 101 1 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.65
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 883 0 0 0 65 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 178.01
Current children cumulated vsize (KiB) 1529468

[startup+179.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6275
/proc/meminfo: memFree=1683948/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=181.2
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 39502 0 1 0 18097 23 0 0 15 0 13 0 38688127 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 35957 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=174.98
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 28651 0 1 0 17483 15 0 0 25 0 13 0 38688129 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4109882244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.52
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 846 0 0 0 51 1 0 0 15 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.48
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 554 0 0 0 47 1 0 0 16 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=3.49
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 4088 0 0 0 347 2 0 0 15 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=1.02
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 3405 0 0 0 101 1 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.65
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 883 0 0 0 65 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 181.2
Current children cumulated vsize (KiB) 1529468

[startup+180.801 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6275
/proc/meminfo: memFree=1683948/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=182.81
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 39505 0 1 0 18257 24 0 0 15 0 13 0 38688127 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 35957 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=176.53
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 28652 0 1 0 17638 15 0 0 19 0 13 0 38688129 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4109882083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.53
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 846 0 0 0 52 1 0 0 15 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.48
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 554 0 0 0 47 1 0 0 16 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=3.53
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 4090 0 0 0 351 2 0 0 16 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=1.02
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 3405 0 0 0 101 1 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.65
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 883 0 0 0 65 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 182.81
Current children cumulated vsize (KiB) 1529468

[startup+181.201 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6275
/proc/meminfo: memFree=1683948/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=1529468 CPUtime=183.21
/proc/6256/stat : 6256 (java) S 6254 6256 5501 0 -1 4202496 39505 0 1 0 18297 24 0 0 15 0 13 0 38688127 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 382367 35957 1440 10 0 379669 0
[pid=6256/tid=6258] ppid=6254 vsize=1529468 CPUtime=176.93
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4202560 28652 0 1 0 17678 15 0 0 19 0 13 0 38688129 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4109969902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6256/tid=6259] ppid=6254 vsize=1529468 CPUtime=0.53
/proc/6256/task/6259/stat : 6259 (java) S 6254 6256 5501 0 -1 4202560 846 0 0 0 52 1 0 0 15 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6260] ppid=6254 vsize=1529468 CPUtime=0.48
/proc/6256/task/6260/stat : 6260 (java) S 6254 6256 5501 0 -1 4202560 554 0 0 0 47 1 0 0 16 0 13 0 38688130 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6261] ppid=6254 vsize=1529468 CPUtime=3.53
/proc/6256/task/6261/stat : 6261 (java) S 6254 6256 5501 0 -1 4202560 4090 0 0 0 351 2 0 0 15 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 0 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6262] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6262/stat : 6262 (java) S 6254 6256 5501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6263] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6263/stat : 6263 (java) S 6254 6256 5501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38688132 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6264] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6264/stat : 6264 (java) S 6254 6256 5501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6265] ppid=6254 vsize=1529468 CPUtime=1.02
/proc/6256/task/6265/stat : 6265 (java) S 6254 6256 5501 0 -1 4202560 3405 0 0 0 101 1 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6266] ppid=6254 vsize=1529468 CPUtime=0.65
/proc/6256/task/6266/stat : 6266 (java) S 6254 6256 5501 0 -1 4202560 883 0 0 0 65 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6267] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6267/stat : 6267 (java) S 6254 6256 5501 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
[pid=6256/tid=6268] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6268/stat : 6268 (java) S 6254 6256 5501 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38688137 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 1 0 0 0
[pid=6256/tid=6269] ppid=6254 vsize=1529468 CPUtime=0
/proc/6256/task/6269/stat : 6269 (java) S 6254 6256 5501 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38688172 1566175232 35957 1992294400 134512640 134550932 4289002224 18446744073709551615 4294960144 0 4 0 16800975 18446604437857710208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.21
Current children cumulated vsize (KiB) 1529468

[startup+181.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/120 6275
/proc/meminfo: memFree=1683948/2059040 swapFree=4140108/4192956
[pid=6256] ppid=6254 vsize=0 CPUtime=183.37
/proc/6256/stat : 6256 (java) Z 6254 6256 5501 0 -1 4203548 39518 0 1 0 18313 24 0 0 15 0 2 0 38688127 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6256/statm: 0 0 0 0 0 0 0
[pid=6256/tid=6258] ppid=6254 vsize=0 CPUtime=177.09
/proc/6256/task/6258/stat : 6258 (java) R 6254 6256 5501 0 -1 4203588 28656 0 1 0 17693 16 0 0 18 0 2 0 38688129 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) 183.37
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 181.411
CPU time (s): 183.387
CPU user time (s): 183.13
CPU system time (s): 0.25696
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 1537376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.13
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39518
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= 4879
involuntary context switches= 2069

runsolver used 0.353946 second user time and 1.00685 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 03:05:24
IDJOB=2658454
IDBENCH=48068
IDSOLVER=1164
FILE ID=node025/2658454-1276650324
PBS_JOBID= 11172423
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658454-1276650324/watcher-2658454-1276650324 -o /tmp/evaluation-result-2658454-1276650324/solver-2658454-1276650324 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658454-1276650324.opb

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

MD5SUM BENCH= 9b7cb599a49db47c0ffbf25416bcef37
RANDOM SEED=978666915

node025.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.242
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.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1824376 kB
Buffers:         42648 kB
Cached:         103188 kB
SwapCached:       7256 kB
Active:          92148 kB
Inactive:        68096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824376 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:       11976 kB
Mapped:          13008 kB
Slab:            52476 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182232 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 node025 at 2010-06-16 03:08:26