Trace number 2658349

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 193.037 190.957

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
MD5SUM651e385f00e2858954d8683e891a1dbe
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.2704
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658349-1276647783.opb
0.24/0.20	c reading problem ... 
0.40/0.40	c ... done. Wall clock time 0.207s.
0.40/0.40	c #vars     792
0.40/0.40	c #constraints  1180
0.40/0.40	c constraints type 
0.40/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.40/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
2.92/1.93	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.24/3.19	c cleaning 4247 clauses out of 8500 with flag 11000/11000
5.64/4.52	c cleaning 5624 clauses out of 11253 with flag 18000/18000
7.15/6.07	c cleaning 6815 clauses out of 13630 with flag 26001/26001
8.69/7.55	c cleaning 7903 clauses out of 15814 with flag 35000/35000
10.60/9.49	c cleaning 8952 clauses out of 17913 with flag 45002/45002
15.00/13.87	c cleaning 9479 clauses out of 18960 with flag 55001/55001
17.53/16.33	c cleaning 9734 clauses out of 19481 with flag 65001/65001
19.62/18.25	c cleaning 9870 clauses out of 19747 with flag 75001/75001
23.02/21.49	c cleaning 9934 clauses out of 19877 with flag 85001/85001
25.52/23.97	c cleaning 9961 clauses out of 19943 with flag 95001/95001
27.54/25.98	c cleaning 9970 clauses out of 19981 with flag 105000/105000
29.34/27.71	c cleaning 10004 clauses out of 20013 with flag 115002/115002
31.27/29.63	c cleaning 9996 clauses out of 20006 with flag 125000/125000
32.87/31.26	c cleaning 9999 clauses out of 20010 with flag 135000/135000
34.18/32.59	c cleaning 10006 clauses out of 20011 with flag 145000/145000
36.19/34.57	c cleaning 10001 clauses out of 20006 with flag 155001/155001
37.90/36.21	c cleaning 9995 clauses out of 20005 with flag 165001/165001
39.50/37.80	c cleaning 10002 clauses out of 20009 with flag 175000/175000
41.50/39.88	c cleaning 9990 clauses out of 20007 with flag 185000/185000
43.21/41.56	c cleaning 9995 clauses out of 20019 with flag 195002/195002
44.62/42.99	c cleaning 10002 clauses out of 20022 with flag 205000/205000
46.62/44.96	c cleaning 10006 clauses out of 20020 with flag 215000/215000
48.82/47.14	c cleaning 10008 clauses out of 20015 with flag 225001/225001
50.06/48.36	c cleaning 9991 clauses out of 20007 with flag 235002/235002
51.26/49.53	c cleaning 9992 clauses out of 20014 with flag 245000/245000
52.86/51.10	c cleaning 10009 clauses out of 20024 with flag 255002/255002
54.78/53.05	c cleaning 9997 clauses out of 20014 with flag 265001/265001
56.88/55.14	c cleaning 9998 clauses out of 20017 with flag 275001/275001
58.29/56.59	c cleaning 9997 clauses out of 20018 with flag 285000/285000
59.89/58.11	c cleaning 10007 clauses out of 20022 with flag 295001/295001
62.20/60.45	c cleaning 9999 clauses out of 20015 with flag 305001/305001
64.69/62.99	c cleaning 10000 clauses out of 20016 with flag 315001/315001
66.19/64.45	c cleaning 9991 clauses out of 20016 with flag 325001/325001
67.60/65.83	c cleaning 9998 clauses out of 20026 with flag 335002/335002
69.91/68.17	c cleaning 10005 clauses out of 20026 with flag 345000/345000
72.21/70.47	c cleaning 10005 clauses out of 20021 with flag 355000/355000
74.00/72.24	c cleaning 9999 clauses out of 20017 with flag 365001/365001
75.31/73.53	c cleaning 9995 clauses out of 20018 with flag 375001/375001
76.71/74.95	c cleaning 9996 clauses out of 20023 with flag 385001/385001
78.22/76.45	c cleaning 9997 clauses out of 20027 with flag 395001/395001
79.93/78.15	c cleaning 10000 clauses out of 20030 with flag 405001/405001
81.63/79.88	c cleaning 10012 clauses out of 20029 with flag 415001/415001
83.93/82.13	c cleaning 10005 clauses out of 20017 with flag 425001/425001
86.14/84.36	c cleaning 10000 clauses out of 20011 with flag 435000/435000
87.34/85.55	c cleaning 9978 clauses out of 20012 with flag 445001/445001
87.94/86.14	c SATISFIABLE
87.94/86.14	c OPTIMIZING...
87.94/86.14	c Got one! Elapsed wall clock time (in seconds):85.946
87.94/86.14	o 129
88.84/87.06	c cleaning 9995 clauses out of 20033 with flag 455000/455000
90.45/88.65	c cleaning 9983 clauses out of 20038 with flag 465000/465000
91.96/90.18	c cleaning 10020 clauses out of 20055 with flag 475000/475000
94.35/92.55	c cleaning 10005 clauses out of 20035 with flag 485000/485000
95.96/94.18	c cleaning 10010 clauses out of 20030 with flag 495001/495001
97.96/96.17	c cleaning 10005 clauses out of 20020 with flag 505001/505001
98.96/97.16	c Got one! Elapsed wall clock time (in seconds):96.966
98.96/97.16	o 5
99.36/97.53	c cleaning 9988 clauses out of 20016 with flag 515002/515002
100.88/99.08	c cleaning 9993 clauses out of 20028 with flag 525002/525002
102.47/100.67	c cleaning 9994 clauses out of 20033 with flag 535000/535000
103.97/102.14	c cleaning 10014 clauses out of 20039 with flag 545000/545000
106.28/104.42	c cleaning 10008 clauses out of 20025 with flag 555000/555000
108.49/106.70	c cleaning 10005 clauses out of 20017 with flag 565000/565000
110.18/108.36	c cleaning 10000 clauses out of 20013 with flag 575001/575001
111.80/109.98	c cleaning 9989 clauses out of 20010 with flag 585000/585000
112.50/110.60	c Got one! Elapsed wall clock time (in seconds):110.402
112.50/110.60	o 3
113.20/111.39	c cleaning 9995 clauses out of 20022 with flag 595001/595001
114.90/113.05	c cleaning 9994 clauses out of 20026 with flag 605000/605000
116.81/114.96	c cleaning 9995 clauses out of 20033 with flag 615001/615001
118.92/117.04	c cleaning 10001 clauses out of 20038 with flag 625001/625001
120.74/118.83	c cleaning 10015 clauses out of 20037 with flag 635001/635001
122.23/120.30	c cleaning 9998 clauses out of 20021 with flag 645000/645000
123.64/121.79	c cleaning 9997 clauses out of 20023 with flag 655000/655000
125.24/123.30	c cleaning 10004 clauses out of 20028 with flag 665002/665002
126.95/125.02	c cleaning 10002 clauses out of 20023 with flag 675001/675001
128.36/126.46	c cleaning 10001 clauses out of 20020 with flag 685000/685000
130.26/128.32	c cleaning 10001 clauses out of 20020 with flag 695001/695001
131.96/130.06	c cleaning 10000 clauses out of 20016 with flag 705000/705000
134.09/132.14	c cleaning 10003 clauses out of 20016 with flag 715000/715000
135.79/133.87	c cleaning 10003 clauses out of 20013 with flag 725000/725000
137.70/135.73	c cleaning 9997 clauses out of 20010 with flag 735000/735000
139.60/137.65	c cleaning 10001 clauses out of 20014 with flag 745001/745001
141.80/139.83	c cleaning 9999 clauses out of 20012 with flag 755000/755000
143.31/141.39	c cleaning 10004 clauses out of 20014 with flag 765001/765001
145.81/143.80	c cleaning 10003 clauses out of 20010 with flag 775001/775001
148.11/146.13	c cleaning 9999 clauses out of 20006 with flag 785000/785000
149.72/147.73	c cleaning 9990 clauses out of 20008 with flag 795001/795001
151.12/149.17	c cleaning 10005 clauses out of 20017 with flag 805000/805000
153.23/151.20	c cleaning 10004 clauses out of 20012 with flag 815000/815000
155.43/153.44	c cleaning 10000 clauses out of 20009 with flag 825001/825001
157.54/155.58	c cleaning 9997 clauses out of 20008 with flag 835000/835000
159.35/157.35	c cleaning 10002 clauses out of 20013 with flag 845002/845002
160.85/158.87	c cleaning 10002 clauses out of 20009 with flag 855000/855000
162.56/160.51	c cleaning 9995 clauses out of 20006 with flag 865000/865000
164.56/162.52	c cleaning 10000 clauses out of 20012 with flag 875001/875001
166.56/164.58	c cleaning 9999 clauses out of 20012 with flag 885001/885001
168.66/166.68	c cleaning 9999 clauses out of 20012 with flag 895000/895000
170.67/168.69	c cleaning 10001 clauses out of 20014 with flag 905001/905001
172.88/170.84	c cleaning 10003 clauses out of 20013 with flag 915001/915001
174.69/172.64	c cleaning 10002 clauses out of 20011 with flag 925002/925002
176.68/174.67	c cleaning 10000 clauses out of 20007 with flag 935000/935000
178.48/176.49	c cleaning 10002 clauses out of 20009 with flag 945002/945002
180.79/178.77	c cleaning 10001 clauses out of 20006 with flag 955001/955001
182.79/180.73	c cleaning 9998 clauses out of 20004 with flag 965000/965000
184.99/182.90	c cleaning 9996 clauses out of 20006 with flag 975000/975000
187.29/185.24	c cleaning 10000 clauses out of 20011 with flag 985001/985001
189.49/187.45	c cleaning 10002 clauses out of 20010 with flag 995000/995000
192.09/190.04	c cleaning 10001 clauses out of 20008 with flag 1005001/1005001
192.99/190.91	c starts		: 174
192.99/190.91	c conflicts		: 1009561
192.99/190.91	c decisions		: 1043719
192.99/190.91	c propagations		: 19108005
192.99/190.91	c inspects		: 564808939
192.99/190.91	c learnt literals	: 21
192.99/190.91	c learnt binary clauses	: 89
192.99/190.91	c learnt ternary clauses	: 266
192.99/190.91	c learnt clauses	: 1009539
192.99/190.91	c ignored clauses	: 0
192.99/190.91	c root simplifications	: 0
192.99/190.91	c removed literals (reason simplification)	: 31884258
192.99/190.91	c reason swapping (by a shorter reason)	: 0
192.99/190.91	c Calls to reduceDB	: 102
192.99/190.91	c number of reductions to clauses (during analyze)	: 0
192.99/190.91	c number of learned constraints concerned by reduction	: 0
192.99/190.91	c number of learning phase by resolution	: 0
192.99/190.91	c number of learning phase by cutting planes	: 0
192.99/190.91	c speed (assignments/second)	: 237919.20361585298
192.99/190.91	c non guided choices	8279
192.99/190.91	c learnt constraints type 
192.99/190.91	c constraints type 
192.99/190.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
192.99/190.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
192.99/190.91	s OPTIMUM FOUND
192.99/190.92	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 
192.99/190.92	c objective function=3
192.99/190.92	c Total wall clock time (in seconds): 190.719

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-2658349-1276647783/watcher-2658349-1276647783 -o /tmp/evaluation-result-2658349-1276647783/solver-2658349-1276647783 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658349-1276647783.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: 1.15 1.03 1.16 3/105 14165
/proc/meminfo: memFree=1787876/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1832 CPUtime=0
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4194304 419 0 0 0 0 0 0 0 25 0 1 0 6072016 1875968 148 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/14165/statm: 458 148 111 10 0 63 0

[startup+0.0684539 s]
/proc/loadavg: 1.15 1.03 1.16 3/105 14165
/proc/meminfo: memFree=1787876/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1521796 CPUtime=0.06
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 3721 0 1 0 4 2 0 0 25 0 7 0 6072016 1558319104 3162 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 380449 3163 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10145 s]
/proc/loadavg: 1.15 1.03 1.16 3/105 14165
/proc/meminfo: memFree=1787876/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1525208 CPUtime=0.09
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 4009 0 1 0 7 2 0 0 25 0 12 0 6072016 1561812992 3447 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 381302 3447 1079 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525208

[startup+0.309976 s]
/proc/loadavg: 1.15 1.03 1.16 3/105 14165
/proc/meminfo: memFree=1787876/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1526648 CPUtime=0.4
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 5474 0 1 0 37 3 0 0 25 0 12 0 6072016 1563287552 4891 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 381662 4892 1365 10 0 378964 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526648

[startup+0.701532 s]
/proc/loadavg: 1.15 1.03 1.16 3/105 14165
/proc/meminfo: memFree=1787876/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1529020 CPUtime=1.17
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 6980 0 1 0 113 4 0 0 25 0 13 0 6072016 1565716480 6130 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 382255 6130 1410 10 0 379557 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1529020

[startup+1.50263 s]
/proc/loadavg: 1.15 1.03 1.16 4/118 14178
/proc/meminfo: memFree=1766136/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1529020 CPUtime=2.5
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 11207 0 1 0 243 7 0 0 25 0 13 0 6072016 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 382255 10356 1421 10 0 379557 0
[pid=14165/tid=14167] ppid=14163 vsize=1529020 CPUtime=1.47
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 8427 0 1 0 141 6 0 0 25 0 13 0 6072017 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4108935502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 13 0 6072018 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072018 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6072020 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 6072020 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6072020 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1529020 CPUtime=0.09
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 82 0 0 0 9 0 0 0 23 0 13 0 6072024 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1529020 CPUtime=0.92
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1627 0 0 0 92 0 0 0 18 0 13 0 6072024 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6072024 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1529020 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1565716480 10356 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1529020

[startup+3.10181 s]
/proc/loadavg: 1.15 1.03 1.16 2/118 14178
/proc/meminfo: memFree=1739724/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1529324 CPUtime=4.24
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 14466 0 1 0 416 8 0 0 25 0 13 0 6072016 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 382331 13608 1440 10 0 379633 0
[pid=14165/tid=14167] ppid=14163 vsize=1529324 CPUtime=3.02
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 10794 0 1 0 296 6 0 0 25 0 13 0 6072017 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4108849017 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 243 0 0 0 0 0 0 0 18 0 13 0 6072018 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 172 0 0 0 0 0 0 0 18 0 13 0 6072018 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1529324 CPUtime=0.02
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 407 0 0 0 2 0 0 0 16 0 13 0 6072020 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1529324 CPUtime=0.17
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 148 0 0 0 17 0 0 0 18 0 13 0 6072024 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1529324 CPUtime=0.99
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1633 0 0 0 99 0 0 0 15 0 13 0 6072024 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6072024 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1529324 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1566027776 13608 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1529324

[startup+6.30216 s]
/proc/loadavg: 1.13 1.03 1.16 2/118 14178
/proc/meminfo: memFree=1722364/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1529916 CPUtime=7.49
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 18756 0 1 0 740 9 0 0 25 0 13 0 6072016 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 382479 17875 1440 10 0 379781 0
[pid=14165/tid=14167] ppid=14163 vsize=1529916 CPUtime=6.1
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 13814 0 1 0 602 8 0 0 25 0 13 0 6072017 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4108867551 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1529916 CPUtime=0.01
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 485 0 0 0 1 0 0 0 18 0 13 0 6072018 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1529916 CPUtime=0.02
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 491 0 0 0 2 0 0 0 15 0 13 0 6072018 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1529916 CPUtime=0.1
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 951 0 0 0 10 0 0 0 16 0 13 0 6072020 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1529916 CPUtime=0.21
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 311 0 0 0 21 0 0 0 15 0 13 0 6072024 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1529916 CPUtime=1.01
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1635 0 0 0 101 0 0 0 16 0 13 0 6072024 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6072024 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1529916 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1566633984 17875 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1529916

[startup+12.7019 s]
/proc/loadavg: 1.12 1.03 1.16 2/118 14178
/proc/meminfo: memFree=1706988/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1529600 CPUtime=13.9
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 23138 0 1 0 1379 11 0 0 25 0 13 0 6072016 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 382400 22196 1440 10 0 379702 0
[pid=14165/tid=14167] ppid=14163 vsize=1529600 CPUtime=12.42
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 17625 0 1 0 1233 9 0 0 25 0 13 0 6072017 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4108901164 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1529600 CPUtime=0.02
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 576 0 0 0 2 0 0 0 18 0 13 0 6072018 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1529600 CPUtime=0.03
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 586 0 0 0 3 0 0 0 15 0 13 0 6072018 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1529600 CPUtime=0.16
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 1336 0 0 0 16 0 0 0 15 0 13 0 6072020 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1529600 CPUtime=0.21
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 311 0 0 0 21 0 0 0 15 0 13 0 6072024 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1529600 CPUtime=1.01
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1635 0 0 0 101 0 0 0 16 0 13 0 6072024 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6072024 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1529600 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1566310400 22196 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1529600

[startup+25.5023 s]
/proc/loadavg: 1.10 1.03 1.15 2/118 14178
/proc/meminfo: memFree=1683428/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=27.14
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 30406 0 1 0 2698 16 0 0 25 0 13 0 6072016 1570713600 27162 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 27162 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=24.99
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 21159 0 1 0 2487 12 0 0 25 0 13 0 6072017 1570713600 27162 1992294400 134512640 134550932 4294478352 18446744073709551615 4108901034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.05
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 604 0 0 0 5 0 0 0 15 0 13 0 6072018 1570713600 27162 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.06
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 618 0 0 0 6 0 0 0 16 0 13 0 6072018 1570713600 27162 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=0.32

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

/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35373 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35373 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 181.19
Current children cumulated vsize (KiB) 1533900

[startup+185.502 s]
/proc/loadavg: 1.00 1.01 1.12 2/118 14182
/proc/meminfo: memFree=1650196/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=187.59
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 38752 0 1 0 18737 22 0 0 25 0 13 0 6072016 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 35391 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=180.84
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 26678 0 1 0 18070 14 0 0 25 0 13 0 6072017 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4108798153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.56
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 653 0 0 0 55 1 0 0 15 0 13 0 6072018 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.58
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 712 0 0 0 57 1 0 0 15 0 13 0 6072018 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=3.78
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 4337 0 0 0 376 2 0 0 16 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1533900 CPUtime=0.73
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 3649 0 0 0 72 1 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1533900 CPUtime=1.05
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1642 0 0 0 105 0 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 187.59
Current children cumulated vsize (KiB) 1533900

[startup+188.702 s]
/proc/loadavg: 1.00 1.01 1.12 2/118 14182
/proc/meminfo: memFree=1650196/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=190.79
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 38753 0 1 0 19057 22 0 0 25 0 13 0 6072016 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 35391 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=184
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 26679 0 1 0 18386 14 0 0 25 0 13 0 6072017 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4108901272 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.56
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 653 0 0 0 55 1 0 0 16 0 13 0 6072018 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.58
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 712 0 0 0 57 1 0 0 15 0 13 0 6072018 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=3.82
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 4337 0 0 0 380 2 0 0 15 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1533900 CPUtime=0.73
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 3649 0 0 0 72 1 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1533900 CPUtime=1.05
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1642 0 0 0 105 0 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35391 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 190.79
Current children cumulated vsize (KiB) 1533900

[startup+190.309 s]
/proc/loadavg: 1.00 1.01 1.12 2/118 14182
/proc/meminfo: memFree=1650196/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=192.4
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 38755 0 1 0 19218 22 0 0 25 0 13 0 6072016 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 35392 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=185.56
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 26680 0 1 0 18542 14 0 0 25 0 13 0 6072017 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4108849314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.57
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 653 0 0 0 56 1 0 0 16 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.58
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 712 0 0 0 57 1 0 0 15 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=3.86
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 4338 0 0 0 384 2 0 0 16 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1533900 CPUtime=0.73
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 3649 0 0 0 72 1 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1533900 CPUtime=1.05
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1642 0 0 0 105 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 192.4
Current children cumulated vsize (KiB) 1533900

[startup+190.702 s]
/proc/loadavg: 1.00 1.01 1.12 2/118 14182
/proc/meminfo: memFree=1650196/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=192.79
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 38755 0 1 0 19257 22 0 0 25 0 13 0 6072016 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 35392 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=185.95
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 26680 0 1 0 18581 14 0 0 25 0 13 0 6072017 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4108867568 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.57
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 653 0 0 0 56 1 0 0 16 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.58
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 712 0 0 0 57 1 0 0 15 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=3.86
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 4338 0 0 0 384 2 0 0 16 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1533900 CPUtime=0.73
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 3649 0 0 0 72 1 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1533900 CPUtime=1.05
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1642 0 0 0 105 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 192.79
Current children cumulated vsize (KiB) 1533900

[startup+190.902 s]
/proc/loadavg: 1.00 1.01 1.12 2/118 14182
/proc/meminfo: memFree=1650196/2059040 swapFree=4192956/4192956
[pid=14165] ppid=14163 vsize=1533900 CPUtime=192.99
/proc/14165/stat : 14165 (java) S 14163 14165 13474 0 -1 4202496 38755 0 1 0 19277 22 0 0 25 0 13 0 6072016 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14165/statm: 383475 35392 1440 10 0 380777 0
[pid=14165/tid=14167] ppid=14163 vsize=1533900 CPUtime=186.15
/proc/14165/task/14167/stat : 14167 (java) R 14163 14165 13474 0 -1 4202560 26680 0 1 0 18601 14 0 0 25 0 13 0 6072017 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4108525308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14165/tid=14168] ppid=14163 vsize=1533900 CPUtime=0.57
/proc/14165/task/14168/stat : 14168 (java) S 14163 14165 13474 0 -1 4202560 653 0 0 0 56 1 0 0 16 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14169] ppid=14163 vsize=1533900 CPUtime=0.58
/proc/14165/task/14169/stat : 14169 (java) S 14163 14165 13474 0 -1 4202560 712 0 0 0 57 1 0 0 15 0 13 0 6072018 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14170] ppid=14163 vsize=1533900 CPUtime=3.86
/proc/14165/task/14170/stat : 14170 (java) S 14163 14165 13474 0 -1 4202560 4338 0 0 0 384 2 0 0 16 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 0 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14171] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14171/stat : 14171 (java) S 14163 14165 13474 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14172] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14172/stat : 14172 (java) S 14163 14165 13474 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6072020 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14173] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14173/stat : 14173 (java) S 14163 14165 13474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14174] ppid=14163 vsize=1533900 CPUtime=0.73
/proc/14165/task/14174/stat : 14174 (java) S 14163 14165 13474 0 -1 4202560 3649 0 0 0 72 1 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14175] ppid=14163 vsize=1533900 CPUtime=1.05
/proc/14165/task/14175/stat : 14175 (java) S 14163 14165 13474 0 -1 4202560 1642 0 0 0 105 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
[pid=14165/tid=14176] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14176/stat : 14176 (java) S 14163 14165 13474 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14177] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14177/stat : 14177 (java) S 14163 14165 13474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 6072024 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 0 0 0 0
[pid=14165/tid=14178] ppid=14163 vsize=1533900 CPUtime=0
/proc/14165/task/14178/stat : 14178 (java) S 14163 14165 13474 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6072057 1570713600 35392 1992294400 134512640 134550932 4294478352 18446744073709551615 4294960144 0 4 0 16800975 18446604437813719424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 192.99
Current children cumulated vsize (KiB) 1533900

Child status: 30
Real time (s): 190.957
CPU time (s): 193.037
CPU user time (s): 192.797
CPU system time (s): 0.239963
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 1539608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.797
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38771
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= 5191
involuntary context switches= 2209

runsolver used 0.356945 second user time and 1.06884 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 02:23:03
IDJOB=2658349
IDBENCH=47963
IDSOLVER=1164
FILE ID=node086/2658349-1276647783
PBS_JOBID= 11172419
Free space on /tmp= 62576 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=139-P1=67-P2=211-P3=127-P4=137-P5=173-P6=89-P7=223-P8=227-P9=79-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658349-1276647783/watcher-2658349-1276647783 -o /tmp/evaluation-result-2658349-1276647783/solver-2658349-1276647783 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658349-1276647783.opb

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

MD5SUM BENCH= 651e385f00e2858954d8683e891a1dbe
RANDOM SEED=1120796101

node086.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.244
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.244
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788272 kB
Buffers:         29920 kB
Cached:         105288 kB
SwapCached:          0 kB
Active:         117508 kB
Inactive:        77064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             576 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15488 kB
Slab:            54608 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180668 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= 62576 MiB
End job on node086 at 2010-06-16 02:26:14