Trace number 2658406

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 201.66 199.469

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
MD5SUMa6d214cc283b484f5cca285d86c4d8bb
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 benchmark2.23766
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 variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

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.09/0.19	c Pseudo Boolean Optimization
0.09/0.19	c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.19	c Expensive reason simplification
0.09/0.19	c Armin Biere (Picosat) restarts strategy
0.09/0.19	c Glucose learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658406-1276649197.opb
0.09/0.20	c reading problem ... 
0.40/0.39	c ... done. Wall clock time 0.189s.
0.40/0.39	c #vars     704
0.40/0.39	c #constraints  1049
0.40/0.39	c constraints type 
0.40/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.40/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
2.55/1.73	c cleaning 2494 clauses out of 5002 with flag 5002/5002
3.71/2.90	c cleaning 4251 clauses out of 8506 with flag 11000/11000
5.23/4.38	c cleaning 5623 clauses out of 11256 with flag 18001/18001
6.85/5.92	c cleaning 6812 clauses out of 13632 with flag 26000/26000
8.81/7.74	c cleaning 7905 clauses out of 15820 with flag 35000/35000
11.31/9.81	c cleaning 8955 clauses out of 17916 with flag 45001/45001
13.76/12.09	c cleaning 9476 clauses out of 18960 with flag 55000/55000
15.26/13.52	c cleaning 9740 clauses out of 19485 with flag 65001/65001
17.88/16.18	c cleaning 9871 clauses out of 19744 with flag 75000/75000
21.40/19.66	c cleaning 9934 clauses out of 19874 with flag 85001/85001
23.61/21.83	c cleaning 9964 clauses out of 19941 with flag 95002/95002
25.31/23.56	c cleaning 9986 clauses out of 19975 with flag 105000/105000
27.66/25.84	c cleaning 9990 clauses out of 19988 with flag 115000/115000
29.17/27.38	c cleaning 9998 clauses out of 19998 with flag 125000/125000
30.98/29.14	c cleaning 10000 clauses out of 20001 with flag 135001/135001
33.38/31.52	c cleaning 9995 clauses out of 20001 with flag 145001/145001
35.48/33.68	c cleaning 9979 clauses out of 20005 with flag 155000/155000
37.11/35.22	c cleaning 9992 clauses out of 20026 with flag 165000/165000
38.51/36.61	c cleaning 10011 clauses out of 20035 with flag 175001/175001
40.22/38.39	c cleaning 10001 clauses out of 20024 with flag 185002/185002
41.72/39.82	c cleaning 9999 clauses out of 20023 with flag 195002/195002
43.83/41.95	c cleaning 10007 clauses out of 20023 with flag 205001/205001
45.43/43.55	c cleaning 9994 clauses out of 20016 with flag 215001/215001
47.83/45.94	c cleaning 10001 clauses out of 20024 with flag 225003/225003
50.34/48.40	c cleaning 10006 clauses out of 20020 with flag 235000/235000
53.14/51.24	c cleaning 10004 clauses out of 20014 with flag 245000/245000
54.54/52.64	c cleaning 9987 clauses out of 20010 with flag 255000/255000
56.34/54.49	c cleaning 10009 clauses out of 20023 with flag 265000/265000
58.55/56.67	c cleaning 10002 clauses out of 20013 with flag 275000/275000
60.26/58.35	c cleaning 9998 clauses out of 20011 with flag 285000/285000
62.26/60.33	c cleaning 10001 clauses out of 20014 with flag 295001/295001
64.46/62.52	c cleaning 9997 clauses out of 20013 with flag 305001/305001
66.37/64.43	c cleaning 9986 clauses out of 20016 with flag 315001/315001
67.98/66.01	c cleaning 10008 clauses out of 20029 with flag 325000/325000
70.09/68.13	c cleaning 10005 clauses out of 20021 with flag 335000/335000
72.18/70.26	c cleaning 10002 clauses out of 20017 with flag 345001/345001
73.89/71.97	c cleaning 9989 clauses out of 20014 with flag 355000/355000
74.09/72.15	c SATISFIABLE
74.09/72.15	c OPTIMIZING...
74.09/72.15	c Got one! Elapsed wall clock time (in seconds):71.949
74.09/72.15	o 19
75.39/73.41	c cleaning 9993 clauses out of 20025 with flag 365000/365000
77.09/75.17	c cleaning 9996 clauses out of 20032 with flag 375000/375000
78.80/76.83	c cleaning 9998 clauses out of 20037 with flag 385001/385001
80.60/78.67	c cleaning 9996 clauses out of 20039 with flag 395001/395001
82.40/80.40	c cleaning 10020 clauses out of 20043 with flag 405001/405001
84.71/82.74	c cleaning 10005 clauses out of 20025 with flag 415003/415003
86.91/84.98	c cleaning 10005 clauses out of 20016 with flag 425000/425000
89.51/87.54	c cleaning 10002 clauses out of 20011 with flag 435000/435000
91.72/89.73	c cleaning 10000 clauses out of 20011 with flag 445002/445002
93.33/91.38	c cleaning 9993 clauses out of 20009 with flag 455000/455000
94.73/92.71	c cleaning 10000 clauses out of 20017 with flag 465001/465001
96.43/94.43	c cleaning 9999 clauses out of 20016 with flag 475000/475000
98.53/96.54	c cleaning 10001 clauses out of 20018 with flag 485001/485001
100.94/99.00	c cleaning 10004 clauses out of 20017 with flag 495001/495001
102.74/100.72	c cleaning 10000 clauses out of 20012 with flag 505000/505000
104.35/102.36	c cleaning 10000 clauses out of 20013 with flag 515001/515001
106.14/104.16	c cleaning 9999 clauses out of 20013 with flag 525001/525001
107.65/105.64	c cleaning 10000 clauses out of 20015 with flag 535002/535002
109.05/107.04	c cleaning 9997 clauses out of 20013 with flag 545000/545000
110.75/108.75	c cleaning 10003 clauses out of 20016 with flag 555000/555000
113.06/111.07	c cleaning 10006 clauses out of 20014 with flag 565001/565001
114.76/112.79	c cleaning 9997 clauses out of 20008 with flag 575002/575002
116.47/114.43	c cleaning 9997 clauses out of 20010 with flag 585001/585001
118.08/116.05	c cleaning 9997 clauses out of 20012 with flag 595000/595000
119.48/117.41	c cleaning 9999 clauses out of 20016 with flag 605001/605001
120.38/118.31	c Got one! Elapsed wall clock time (in seconds):118.114
120.38/118.31	o 9
121.18/119.10	c cleaning 9995 clauses out of 20016 with flag 615000/615000
123.00/120.94	c cleaning 9994 clauses out of 20021 with flag 625000/625000
124.69/122.61	c cleaning 10000 clauses out of 20027 with flag 635000/635000
126.10/124.09	c cleaning 9999 clauses out of 20028 with flag 645001/645001
127.50/125.44	c cleaning 9997 clauses out of 20028 with flag 655000/655000
129.00/126.95	c cleaning 10001 clauses out of 20032 with flag 665001/665001
130.40/128.39	c cleaning 9998 clauses out of 20030 with flag 675000/675000
131.11/129.07	c Got one! Elapsed wall clock time (in seconds):128.87
131.11/129.07	o 3
132.30/130.24	c cleaning 10011 clauses out of 20032 with flag 685000/685000
134.11/132.02	c cleaning 10005 clauses out of 20021 with flag 695000/695000
136.42/134.39	c cleaning 9998 clauses out of 20016 with flag 705000/705000
138.35/136.22	c cleaning 10001 clauses out of 20018 with flag 715000/715000
140.45/138.37	c cleaning 10002 clauses out of 20018 with flag 725001/725001
142.55/140.44	c cleaning 10005 clauses out of 20016 with flag 735001/735001
144.16/142.01	c cleaning 9995 clauses out of 20012 with flag 745002/745002
145.76/143.60	c cleaning 9997 clauses out of 20016 with flag 755001/755001
147.67/145.51	c cleaning 10003 clauses out of 20019 with flag 765001/765001
149.67/147.55	c cleaning 10007 clauses out of 20017 with flag 775003/775003
151.57/149.48	c cleaning 10000 clauses out of 20008 with flag 785001/785001
153.17/151.02	c cleaning 10000 clauses out of 20007 with flag 795000/795000
154.98/152.83	c cleaning 9997 clauses out of 20007 with flag 805000/805000
156.98/154.81	c cleaning 9998 clauses out of 20011 with flag 815001/815001
158.28/156.14	c cleaning 9994 clauses out of 20013 with flag 825001/825001
159.99/157.84	c cleaning 10004 clauses out of 20019 with flag 835001/835001
161.49/159.34	c cleaning 10000 clauses out of 20014 with flag 845000/845000
163.19/161.04	c cleaning 10001 clauses out of 20014 with flag 855000/855000
165.10/162.90	c cleaning 10001 clauses out of 20013 with flag 865000/865000
167.00/164.85	c cleaning 9995 clauses out of 20012 with flag 875000/875000
168.89/166.73	c cleaning 10004 clauses out of 20017 with flag 885000/885000
170.69/168.59	c cleaning 10004 clauses out of 20014 with flag 895001/895001
172.41/170.27	c cleaning 10003 clauses out of 20010 with flag 905001/905001
174.11/171.95	c cleaning 9997 clauses out of 20005 with flag 915000/915000
175.81/173.67	c cleaning 9998 clauses out of 20008 with flag 925000/925000
177.62/175.40	c cleaning 9997 clauses out of 20011 with flag 935001/935001
179.31/177.19	c cleaning 9999 clauses out of 20013 with flag 945000/945000
181.42/179.22	c cleaning 10003 clauses out of 20015 with flag 955001/955001
183.31/181.14	c cleaning 10002 clauses out of 20011 with flag 965000/965000
185.41/183.26	c cleaning 9999 clauses out of 20009 with flag 975000/975000
187.41/185.25	c cleaning 9997 clauses out of 20010 with flag 985000/985000
189.42/187.23	c cleaning 10002 clauses out of 20013 with flag 995000/995000
191.22/189.09	c cleaning 10000 clauses out of 20011 with flag 1005000/1005000
193.92/191.73	c cleaning 10002 clauses out of 20012 with flag 1015001/1015001
196.22/194.06	c cleaning 10001 clauses out of 20009 with flag 1025000/1025000
198.42/196.28	c cleaning 10002 clauses out of 20009 with flag 1035001/1035001
200.83/198.64	c cleaning 10000 clauses out of 20006 with flag 1045001/1045001
201.53/199.40	c starts		: 187
201.53/199.40	c conflicts		: 1049250
201.53/199.40	c decisions		: 1082626
201.53/199.40	c propagations		: 20290237
201.53/199.40	c inspects		: 560043415
201.53/199.40	c learnt literals	: 18
201.53/199.40	c learnt binary clauses	: 85
201.53/199.40	c learnt ternary clauses	: 280
201.53/199.40	c learnt clauses	: 1049231
201.63/199.40	c ignored clauses	: 0
201.63/199.40	c root simplifications	: 0
201.63/199.40	c removed literals (reason simplification)	: 34315482
201.63/199.40	c reason swapping (by a shorter reason)	: 0
201.63/199.40	c Calls to reduceDB	: 106
201.63/199.40	c number of reductions to clauses (during analyze)	: 0
201.63/199.40	c number of learned constraints concerned by reduction	: 0
201.63/199.40	c number of learning phase by resolution	: 0
201.63/199.40	c number of learning phase by cutting planes	: 0
201.63/199.40	c speed (assignments/second)	: 288488.14923293475
201.63/199.40	c non guided choices	6209
201.63/199.40	c learnt constraints type 
201.63/199.40	c constraints type 
201.63/199.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
201.63/199.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
201.63/199.40	s OPTIMUM FOUND
201.63/199.40	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 
201.63/199.40	c objective function=3
201.63/199.40	c Total wall clock time (in seconds): 199.205

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-2658406-1276649197/watcher-2658406-1276649197 -o /tmp/evaluation-result-2658406-1276649197/solver-2658406-1276649197 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658406-1276649197.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.05 1.01 1.00 3/106 5616
/proc/meminfo: memFree=1827196/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=13164 CPUtime=0
/proc/5616/stat : 5616 (java) R 5614 5616 5005 0 -1 4194304 843 0 0 0 0 0 0 0 19 0 1 0 38575128 13479936 380 1992294400 134512640 134550932 4291821840 18446744073709551615 6932101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5616/statm: 3291 383 143 10 0 1121 0

[startup+0.081268 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 5616
/proc/meminfo: memFree=1827196/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1521796 CPUtime=0.07
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 3832 0 1 0 5 2 0 0 19 0 7 0 38575128 1558319104 3274 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 380449 3274 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101269 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 5616
/proc/meminfo: memFree=1827196/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1524184 CPUtime=0.09
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 4003 0 1 0 7 2 0 0 19 0 12 0 38575128 1560764416 3443 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 381046 3443 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.30086 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 5616
/proc/meminfo: memFree=1827196/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1526124 CPUtime=0.4
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 5317 0 1 0 37 3 0 0 19 0 12 0 38575128 1562750976 4755 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 381531 4755 1365 10 0 378833 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526124

[startup+0.700845 s]
/proc/loadavg: 1.05 1.01 1.00 3/106 5616
/proc/meminfo: memFree=1827196/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1530600 CPUtime=1.16
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 7139 0 1 0 112 4 0 0 19 0 13 0 38575128 1567334400 6236 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 382650 6236 1411 10 0 379952 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530600

[startup+1.50182 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 5629
/proc/meminfo: memFree=1803656/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1530600 CPUtime=2.29
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 12051 0 1 0 222 7 0 0 19 0 13 0 38575128 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 382650 11118 1421 10 0 379952 0
[pid=5616/tid=5618] ppid=5614 vsize=1530600 CPUtime=1.28
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 9047 0 1 0 124 4 0 0 20 0 13 0 38575129 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4108810014 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 13 0 38575130 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 38575130 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38575132 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 38575132 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 38575132 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1530600 CPUtime=0.59
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 921 0 0 0 59 0 0 0 15 0 13 0 38575136 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1530600 CPUtime=0.38
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 1020 0 0 0 38 0 0 0 23 0 13 0 38575136 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38575136 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1567334400 11118 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1530600

[startup+3.10176 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 5629
/proc/meminfo: memFree=1778484/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1530600 CPUtime=4.02
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 15211 0 1 0 394 8 0 0 19 0 13 0 38575128 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 382650 14246 1440 10 0 379952 0
[pid=5616/tid=5618] ppid=5614 vsize=1530600 CPUtime=2.82
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 10524 0 1 0 277 5 0 0 24 0 13 0 38575129 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4109183771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 476 0 0 0 0 0 0 0 18 0 13 0 38575130 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 394 0 0 0 0 0 0 0 18 0 13 0 38575130 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1530600 CPUtime=0.04
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 736 0 0 0 4 0 0 0 16 0 13 0 38575132 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1530600 CPUtime=0.66
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 931 0 0 0 66 0 0 0 15 0 13 0 38575136 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1530600 CPUtime=0.44
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 1087 0 0 0 44 0 0 0 18 0 13 0 38575136 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38575136 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1530600 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1567334400 14246 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 1530600

[startup+6.30064 s]
/proc/loadavg: 1.05 1.01 1.00 3/119 5629
/proc/meminfo: memFree=1769184/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1528824 CPUtime=7.28
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 19466 0 1 0 718 10 0 0 19 0 13 0 38575128 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 382206 18087 1440 10 0 379508 0
[pid=5616/tid=5618] ppid=5614 vsize=1528824 CPUtime=5.93
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 14334 0 1 0 586 7 0 0 25 0 13 0 38575129 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4109134816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1528824 CPUtime=0.01
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 564 0 0 0 1 0 0 0 18 0 13 0 38575130 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1528824 CPUtime=0.02
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 483 0 0 0 2 0 0 0 15 0 13 0 38575130 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1528824 CPUtime=0.1
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 976 0 0 0 10 0 0 0 15 0 13 0 38575132 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1528824 CPUtime=0.66
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 931 0 0 0 66 0 0 0 15 0 13 0 38575136 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1528824 CPUtime=0.5
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 1115 0 0 0 50 0 0 0 17 0 13 0 38575136 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38575136 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1528824 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1565515776 18087 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1528824

[startup+12.7014 s]
/proc/loadavg: 1.04 1.01 1.00 2/119 5631
/proc/meminfo: memFree=1720700/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=14.46
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 31437 0 1 0 1432 14 0 0 19 0 13 0 38575128 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 27980 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=12.18
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 21220 0 1 0 1209 9 0 0 25 0 13 0 38575129 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4109134580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.02
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 597 0 0 0 2 0 0 0 16 0 13 0 38575130 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.04
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 573 0 0 0 4 0 0 0 15 0 13 0 38575130 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=0.19
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 1768 0 0 0 19 0 0 0 16 0 13 0 38575132 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537016 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 13 0 38575136 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537016 CPUtime=1.27
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5283 0 0 0 125 2 0 0 15 0 13 0 38575136 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 27980 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 1537016

[startup+25.5089 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 5631
/proc/meminfo: memFree=1681764/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=27.35
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 40956 0 1 0 2714 21 0 0 19 0 13 0 38575128 1573904384 37423 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 37423 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=24.75
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 30399 0 1 0 2461 14 0 0 25 0 13 0 38575129 1573904384 37423 1992294400 134512640 134550932 4291821840 18446744073709551615 4109244423 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.05
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 606 0 0 0 5 0 0 0 16 0 13 0 38575130 1573904384 37423 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.07
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 587 0 0 0 7 0 0 0 15 0 13 0 38575130 1573904384 37423 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=0.37

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

/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.32
Current children cumulated vsize (KiB) 1537016

[startup+196.702 s]
/proc/loadavg: 1.06 1.02 1.00 3/119 5635
/proc/meminfo: memFree=1673084/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=198.93
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 43132 0 1 0 19864 29 0 0 19 0 13 0 38575128 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 39478 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=191.6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 30495 0 1 0 19142 18 0 0 25 0 13 0 38575129 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4109154620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.55
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 622 0 0 0 53 2 0 0 15 0 13 0 38575130 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.58
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 611 0 0 0 57 1 0 0 15 0 13 0 38575130 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=4.01
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 4109 0 0 0 399 2 0 0 16 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537016 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537016 CPUtime=1.42
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5287 0 0 0 140 2 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.93
Current children cumulated vsize (KiB) 1537016

[startup+198.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 5635
/proc/meminfo: memFree=1673084/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=200.53
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 43132 0 1 0 20024 29 0 0 19 0 13 0 38575128 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 39478 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=193.2
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 30495 0 1 0 19302 18 0 0 25 0 13 0 38575129 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4109134913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.55
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 622 0 0 0 53 2 0 0 15 0 13 0 38575130 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.58
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 611 0 0 0 57 1 0 0 15 0 13 0 38575130 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=4.01
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 4109 0 0 0 399 2 0 0 15 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537016 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537016 CPUtime=1.42
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5287 0 0 0 140 2 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 39478 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.53
Current children cumulated vsize (KiB) 1537016

[startup+199.109 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 5635
/proc/meminfo: memFree=1673084/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=201.34
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 43145 0 1 0 20105 29 0 0 19 0 13 0 38575128 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 39490 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=193.96
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 30496 0 1 0 19378 18 0 0 25 0 13 0 38575129 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4109144804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.56
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 622 0 0 0 54 2 0 0 16 0 13 0 38575130 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.58
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 611 0 0 0 57 1 0 0 15 0 13 0 38575130 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=4.04
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 4121 0 0 0 402 2 0 0 16 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537016 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537016 CPUtime=1.42
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5287 0 0 0 140 2 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.34
Current children cumulated vsize (KiB) 1537016

[startup+199.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 5635
/proc/meminfo: memFree=1673084/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537016 CPUtime=201.53
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 43145 0 1 0 20124 29 0 0 19 0 13 0 38575128 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384254 39490 1440 10 0 381556 0
[pid=5616/tid=5618] ppid=5614 vsize=1537016 CPUtime=194.15
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 5005 0 -1 4202560 30496 0 1 0 19397 18 0 0 25 0 13 0 38575129 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4109153288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537016 CPUtime=0.56
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 622 0 0 0 54 2 0 0 16 0 13 0 38575130 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537016 CPUtime=0.58
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 611 0 0 0 57 1 0 0 15 0 13 0 38575130 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537016 CPUtime=4.04
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 4121 0 0 0 402 2 0 0 16 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38575132 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537016 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537016 CPUtime=1.42
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5287 0 0 0 140 2 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 38575136 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537016 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38575167 1573904384 39490 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.53
Current children cumulated vsize (KiB) 1537016

[startup+199.401 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 5635
/proc/meminfo: memFree=1673084/2059040 swapFree=4136680/4192956
[pid=5616] ppid=5614 vsize=1537340 CPUtime=201.63
/proc/5616/stat : 5616 (java) S 5614 5616 5005 0 -1 4202496 43153 0 1 0 20134 29 0 0 19 0 14 0 38575128 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5616/statm: 384335 39498 1440 10 0 381637 0
[pid=5616/tid=5618] ppid=5614 vsize=1537340 CPUtime=194.25
/proc/5616/task/5618/stat : 5618 (java) S 5614 5616 5005 0 -1 4202560 30499 0 1 0 19407 18 0 0 25 0 14 0 38575129 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=1537340 CPUtime=0.56
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 5005 0 -1 4202560 622 0 0 0 54 2 0 0 16 0 14 0 38575130 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=1537340 CPUtime=0.58
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 5005 0 -1 4202560 611 0 0 0 57 1 0 0 15 0 14 0 38575130 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=1537340 CPUtime=4.04
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 5005 0 -1 4202560 4121 0 0 0 402 2 0 0 16 0 14 0 38575132 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 0 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 5005 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 38575132 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 38575132 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 38575136 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=1537340 CPUtime=0.7
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 5005 0 -1 4202560 933 0 0 0 70 0 0 0 15 0 14 0 38575136 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=1537340 CPUtime=1.42
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 5005 0 -1 4202560 5287 0 0 0 140 2 0 0 15 0 14 0 38575136 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 5005 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 38575136 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 5005 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 38575136 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 1 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=1537340 CPUtime=0
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 5005 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 38575167 1574236160 39498 1992294400 134512640 134550932 4291821840 18446744073709551615 4294960144 0 4 0 16800975 18446604437824025856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.63
Current children cumulated vsize (KiB) 1537340

Child status: 30
Real time (s): 199.469
CPU time (s): 201.66
CPU user time (s): 201.344
CPU system time (s): 0.315951
CPU usage (%): 101.099
Max. virtual memory (cumulated for all children) (KiB): 1539164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.344
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43161
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= 5349
involuntary context switches= 3398

runsolver used 0.467928 second user time and 1.03684 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 02:46:37
IDJOB=2658406
IDBENCH=48020
IDSOLVER=1164
FILE ID=node026/2658406-1276649197
PBS_JOBID= 11172409
Free space on /tmp= 62560 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=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658406-1276649197/watcher-2658406-1276649197 -o /tmp/evaluation-result-2658406-1276649197/solver-2658406-1276649197 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658406-1276649197.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=1740748613

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827716 kB
Buffers:         32972 kB
Cached:         106824 kB
SwapCached:       9808 kB
Active:          83800 kB
Inactive:        69396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827716 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:             344 kB
Writeback:           0 kB
AnonPages:       11632 kB
Mapped:           9432 kB
Slab:            56340 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181992 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= 62560 MiB
End job on node026 at 2010-06-16 02:49:57