Trace number 2698151

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 89.6814 87.5535

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark89.6814
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698151-1278328193.wbo
0.11/0.10	c reading problem ... 
0.53/0.32	c ... done. Wall clock time 0.22s.
0.53/0.32	c #vars     2938
0.53/0.32	c #constraints  2707
0.53/0.32	c constraints type 
0.53/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.53/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
1.73/0.76	c SATISFIABLE
1.73/0.76	c OPTIMIZING...
1.73/0.76	c Got one! Elapsed wall clock time (in seconds):0.663
1.73/0.76	o 396
2.03/0.84	c Got one! Elapsed wall clock time (in seconds):0.742
2.03/0.84	o 326
2.03/0.88	c Got one! Elapsed wall clock time (in seconds):0.776
2.03/0.88	o 291
2.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.804
2.30/0.90	o 285
2.30/0.93	c Got one! Elapsed wall clock time (in seconds):0.834
2.30/0.93	o 267
2.30/0.98	c Got one! Elapsed wall clock time (in seconds):0.878
2.30/0.98	o 250
2.48/1.03	c Got one! Elapsed wall clock time (in seconds):0.933
2.48/1.03	o 245
2.57/1.17	c Got one! Elapsed wall clock time (in seconds):1.072
2.57/1.17	o 232
2.67/1.22	c Got one! Elapsed wall clock time (in seconds):1.122
2.67/1.22	o 191
2.67/1.29	c Got one! Elapsed wall clock time (in seconds):1.194
2.67/1.29	o 189
2.77/1.34	c Got one! Elapsed wall clock time (in seconds):1.238
2.77/1.34	o 177
2.86/1.48	c Got one! Elapsed wall clock time (in seconds):1.377
2.86/1.48	o 163
3.17/1.73	c Got one! Elapsed wall clock time (in seconds):1.63
3.17/1.73	o 162
3.17/1.79	c Got one! Elapsed wall clock time (in seconds):1.691
3.17/1.79	o 141
3.37/1.90	c Got one! Elapsed wall clock time (in seconds):1.799
3.37/1.90	o 127
3.37/1.96	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.59/2.11	c Got one! Elapsed wall clock time (in seconds):2.009
3.59/2.11	o 123
3.59/2.19	c Got one! Elapsed wall clock time (in seconds):2.092
3.59/2.19	o 122
3.79/2.32	c Got one! Elapsed wall clock time (in seconds):2.221
3.79/2.32	o 116
3.79/2.38	c Got one! Elapsed wall clock time (in seconds):2.276
3.79/2.38	o 98
3.99/2.55	c Got one! Elapsed wall clock time (in seconds):2.447
3.99/2.55	o 96
4.19/2.71	c Got one! Elapsed wall clock time (in seconds):2.613
4.19/2.71	o 88
4.39/2.90	c Got one! Elapsed wall clock time (in seconds):2.801
4.39/2.90	o 87
4.62/3.20	c Got one! Elapsed wall clock time (in seconds):3.097
4.62/3.20	o 82
5.12/3.69	c cleaning 4249 clauses out of 8504 with flag 11002/11002
5.26/3.72	c Got one! Elapsed wall clock time (in seconds):3.623
5.26/3.72	o 79
5.26/3.78	c Got one! Elapsed wall clock time (in seconds):3.68
5.26/3.78	o 76
5.52/3.94	c Got one! Elapsed wall clock time (in seconds):3.837
5.52/3.94	o 73
5.62/4.05	c Got one! Elapsed wall clock time (in seconds):3.954
5.62/4.05	o 71
7.02/5.42	c Got one! Elapsed wall clock time (in seconds):5.317
7.02/5.42	o 61
7.32/5.72	c Got one! Elapsed wall clock time (in seconds):5.618
7.32/5.72	o 58
7.73/6.12	c cleaning 5624 clauses out of 11253 with flag 18000/18000
7.73/6.16	c Got one! Elapsed wall clock time (in seconds):6.066
7.73/6.16	o 53
9.68/7.92	c Got one! Elapsed wall clock time (in seconds):7.822
9.68/7.92	o 44
10.50/8.76	c cleaning 6811 clauses out of 13630 with flag 26001/26001
10.64/8.82	c Got one! Elapsed wall clock time (in seconds):8.723
10.64/8.82	o 38
11.53/9.74	c Got one! Elapsed wall clock time (in seconds):9.643
11.53/9.74	o 36
12.44/10.68	c cleaning 7903 clauses out of 15818 with flag 35000/35000
12.74/10.96	c Got one! Elapsed wall clock time (in seconds):10.865
12.74/10.96	o 32
13.34/11.57	c Got one! Elapsed wall clock time (in seconds):11.471
13.34/11.57	o 31
14.14/12.37	c Got one! Elapsed wall clock time (in seconds):12.268
14.14/12.37	o 26
14.44/12.60	c cleaning 8955 clauses out of 17915 with flag 45000/45000
14.44/12.67	c Got one! Elapsed wall clock time (in seconds):12.568
14.44/12.67	o 14
16.24/14.43	c cleaning 9476 clauses out of 18962 with flag 55002/55002
17.64/15.89	c cleaning 9738 clauses out of 19486 with flag 65002/65002
17.84/16.03	c Got one! Elapsed wall clock time (in seconds):15.928
17.84/16.03	o 6
18.84/17.05	c cleaning 9869 clauses out of 19750 with flag 75004/75004
19.37/17.51	c Got one! Elapsed wall clock time (in seconds):17.413
19.37/17.51	o 5
20.06/18.28	c cleaning 9933 clauses out of 19877 with flag 85000/85000
21.18/19.34	c cleaning 9968 clauses out of 19946 with flag 95002/95002
22.29/20.48	c cleaning 9978 clauses out of 19978 with flag 105002/105002
23.18/21.40	c cleaning 9993 clauses out of 19998 with flag 115000/115000
24.09/22.25	c cleaning 9994 clauses out of 20006 with flag 125001/125001
24.99/23.16	c cleaning 10004 clauses out of 20012 with flag 135001/135001
25.88/24.01	c cleaning 9998 clauses out of 20007 with flag 145000/145000
26.68/24.83	c cleaning 9998 clauses out of 20009 with flag 155000/155000
27.59/25.74	c cleaning 10002 clauses out of 20012 with flag 165001/165001
28.49/26.63	c cleaning 10000 clauses out of 20009 with flag 175000/175000
29.39/27.57	c cleaning 10001 clauses out of 20009 with flag 185000/185000
30.29/28.49	c cleaning 9995 clauses out of 20010 with flag 195002/195002
31.19/29.31	c cleaning 9999 clauses out of 20014 with flag 205001/205001
31.99/30.16	c cleaning 10002 clauses out of 20014 with flag 215000/215000
32.79/30.97	c cleaning 9991 clauses out of 20014 with flag 225002/225002
33.59/31.79	c cleaning 10004 clauses out of 20021 with flag 235000/235000
34.59/32.70	c cleaning 10001 clauses out of 20017 with flag 245000/245000
35.10/33.28	c Got one! Elapsed wall clock time (in seconds):33.179
35.10/33.28	o 4
35.50/33.67	c cleaning 10001 clauses out of 20016 with flag 255000/255000
36.40/34.54	c cleaning 9999 clauses out of 20016 with flag 265001/265001
37.30/35.44	c cleaning 10000 clauses out of 20018 with flag 275002/275002
38.11/36.24	c cleaning 10005 clauses out of 20017 with flag 285001/285001
38.80/36.98	c cleaning 10001 clauses out of 20011 with flag 295000/295000
39.61/37.76	c cleaning 9998 clauses out of 20012 with flag 305002/305002
40.42/38.59	c cleaning 9997 clauses out of 20012 with flag 315000/315000
41.32/39.46	c cleaning 10004 clauses out of 20015 with flag 325000/325000
42.22/40.32	c cleaning 9998 clauses out of 20011 with flag 335000/335000
43.02/41.12	c cleaning 10001 clauses out of 20015 with flag 345002/345002
43.74/41.86	c cleaning 10002 clauses out of 20013 with flag 355001/355001
44.43/42.57	c cleaning 9990 clauses out of 20010 with flag 365000/365000
45.24/43.30	c cleaning 10006 clauses out of 20020 with flag 375000/375000
46.04/44.11	c cleaning 9992 clauses out of 20014 with flag 385000/385000
46.74/44.86	c cleaning 10001 clauses out of 20022 with flag 395000/395000
47.54/45.62	c cleaning 10009 clauses out of 20025 with flag 405004/405004
48.34/46.40	c cleaning 10001 clauses out of 20012 with flag 415000/415000
49.05/47.19	c cleaning 9992 clauses out of 20012 with flag 425001/425001
49.85/47.94	c cleaning 10007 clauses out of 20022 with flag 435003/435003
50.65/48.79	c cleaning 10001 clauses out of 20017 with flag 445005/445005
51.46/49.57	c cleaning 10000 clauses out of 20014 with flag 455003/455003
52.35/50.40	c cleaning 9997 clauses out of 20011 with flag 465000/465000
53.06/51.19	c cleaning 10002 clauses out of 20014 with flag 475000/475000
54.06/52.14	c cleaning 10005 clauses out of 20014 with flag 485002/485002
54.86/52.95	c cleaning 9997 clauses out of 20007 with flag 495000/495000
55.26/53.32	c Got one! Elapsed wall clock time (in seconds):53.225
55.26/53.32	o 3
55.87/53.92	c cleaning 9996 clauses out of 20010 with flag 505000/505000
56.66/54.70	c cleaning 10001 clauses out of 20014 with flag 515000/515000
57.36/55.49	c cleaning 9998 clauses out of 20013 with flag 525000/525000
58.17/56.27	c cleaning 9998 clauses out of 20016 with flag 535001/535001
58.97/57.06	c cleaning 10002 clauses out of 20018 with flag 545001/545001
59.77/57.80	c cleaning 9999 clauses out of 20017 with flag 555002/555002
60.57/58.67	c cleaning 9994 clauses out of 20016 with flag 565000/565000
61.38/59.45	c cleaning 10007 clauses out of 20024 with flag 575002/575002
62.18/60.24	c cleaning 10000 clauses out of 20015 with flag 585000/585000
62.88/60.96	c cleaning 10005 clauses out of 20015 with flag 595000/595000
63.59/61.69	c cleaning 10000 clauses out of 20013 with flag 605003/605003
64.38/62.47	c cleaning 9999 clauses out of 20010 with flag 615000/615000
65.19/63.25	c cleaning 9998 clauses out of 20011 with flag 625000/625000
66.00/64.05	c cleaning 10001 clauses out of 20015 with flag 635002/635002
66.81/64.83	c cleaning 9998 clauses out of 20012 with flag 645000/645000
67.60/65.69	c cleaning 9987 clauses out of 20014 with flag 655000/655000
68.51/66.56	c cleaning 10008 clauses out of 20027 with flag 665000/665000
69.41/67.42	c cleaning 10002 clauses out of 20021 with flag 675002/675002
70.23/68.22	c cleaning 10002 clauses out of 20019 with flag 685002/685002
71.03/69.05	c cleaning 9999 clauses out of 20017 with flag 695002/695002
71.93/69.90	c cleaning 10006 clauses out of 20018 with flag 705002/705002
72.63/70.63	c cleaning 10001 clauses out of 20011 with flag 715001/715001
73.33/71.34	c cleaning 9999 clauses out of 20009 with flag 725000/725000
74.13/72.10	c cleaning 9995 clauses out of 20016 with flag 735006/735006
74.84/72.84	c cleaning 9996 clauses out of 20017 with flag 745002/745002
75.65/73.66	c cleaning 10000 clauses out of 20020 with flag 755001/755001
76.34/74.38	c cleaning 9995 clauses out of 20019 with flag 765000/765000
77.15/75.17	c cleaning 10010 clauses out of 20027 with flag 775003/775003
77.95/75.99	c cleaning 10001 clauses out of 20016 with flag 785002/785002
78.85/76.80	c cleaning 10004 clauses out of 20014 with flag 795001/795001
79.65/77.60	c cleaning 9997 clauses out of 20011 with flag 805002/805002
80.46/78.40	c cleaning 10003 clauses out of 20017 with flag 815005/815005
81.17/79.19	c cleaning 9998 clauses out of 20012 with flag 825003/825003
81.96/79.98	c cleaning 9995 clauses out of 20011 with flag 835000/835000
82.87/80.85	c cleaning 10002 clauses out of 20016 with flag 845000/845000
83.77/81.79	c cleaning 10000 clauses out of 20014 with flag 855000/855000
84.67/82.64	c cleaning 10006 clauses out of 20015 with flag 865001/865001
85.69/83.66	c cleaning 10002 clauses out of 20009 with flag 875001/875001
86.59/84.59	c cleaning 9991 clauses out of 20008 with flag 885002/885002
87.62/85.51	c cleaning 9999 clauses out of 20015 with flag 895000/895000
88.52/86.42	c cleaning 10002 clauses out of 20017 with flag 905001/905001
89.43/87.31	c cleaning 9999 clauses out of 20014 with flag 915001/915001
89.64/87.52	c starts		: 212
89.64/87.52	c conflicts		: 917394
89.64/87.52	c decisions		: 1641440
89.64/87.52	c propagations		: 49211827
89.64/87.52	c inspects		: 523175263
89.64/87.52	c learnt literals	: 6
89.64/87.52	c learnt binary clauses	: 25
89.64/87.52	c learnt ternary clauses	: 849
89.64/87.52	c learnt clauses	: 917387
89.64/87.52	c ignored clauses	: 0
89.64/87.52	c root simplifications	: 0
89.64/87.52	c removed literals (reason simplification)	: 4144249
89.64/87.52	c reason swapping (by a shorter reason)	: 0
89.64/87.52	c Calls to reduceDB	: 93
89.64/87.52	c number of reductions to clauses (during analyze)	: 0
89.64/87.52	c number of learned constraints concerned by reduction	: 0
89.64/87.52	c number of learning phase by resolution	: 0
89.64/87.52	c number of learning phase by cutting planes	: 0
89.64/87.52	c speed (assignments/second)	: 1439194.800257355
89.64/87.52	c non guided choices	5710
89.64/87.52	c learnt constraints type 
89.64/87.52	c constraints type 
89.64/87.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
89.64/87.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
89.64/87.52	s OPTIMUM FOUND
89.64/87.52	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
89.64/87.52	c objective function=3
89.64/87.52	c Total wall clock time (in seconds): 87.423

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-2698151-1278328193/watcher-2698151-1278328193 -o /tmp/evaluation-result-2698151-1278328193/solver-2698151-1278328193 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698151-1278328193.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.02 1.95 2/196 4518
/proc/meminfo: memFree=32276408/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1832 CPUtime=0
/proc/4518/stat : 4518 (java) R 4516 4518 3855 0 -1 4194304 432 0 0 0 0 0 0 0 25 0 1 0 1031587 1875968 160 4089446400 134512640 134550932 4287257344 18446744073709551615 3347028 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4518/statm: 458 160 123 10 0 63 0

[startup+0.068145 s]
/proc/loadavg: 2.03 2.02 1.95 2/196 4518
/proc/meminfo: memFree=32276408/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1528716 CPUtime=0.05
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 4249 0 1 0 4 1 0 0 25 0 18 0 1031587 1565405184 3687 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 382179 3687 1089 10 0 379482 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528716

[startup+0.101137 s]
/proc/loadavg: 2.03 2.02 1.95 2/196 4518
/proc/meminfo: memFree=32276408/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1529588 CPUtime=0.11
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 5161 0 1 0 10 1 0 0 25 0 18 0 1031587 1566298112 4596 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 382397 4596 1345 10 0 379700 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529588

[startup+0.302095 s]
/proc/loadavg: 2.03 2.02 1.95 2/196 4518
/proc/meminfo: memFree=32276408/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1533200 CPUtime=0.53
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 7678 0 1 0 51 2 0 0 25 0 18 0 1031587 1569996800 6963 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 383300 6964 1406 10 0 380603 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1533200

[startup+0.701044 s]
/proc/loadavg: 2.03 2.02 1.95 2/196 4518
/proc/meminfo: memFree=32276408/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1551412 CPUtime=1.73
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 17104 0 1 0 169 4 0 0 25 0 19 0 1031587 1588645888 12342 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387853 12342 1423 10 0 385156 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1551412

[startup+1.50089 s]
/proc/loadavg: 2.03 2.02 1.95 3/215 4537
/proc/meminfo: memFree=32211792/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550724 CPUtime=2.96
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 28084 0 1 0 292 4 0 0 25 0 19 0 1031587 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387681 23314 1431 10 0 384984 0
[pid=4518/tid=4520] ppid=4516 vsize=1550724 CPUtime=1.47
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 16962 0 1 0 145 2 0 0 19 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23314 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1031588 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 1031589 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 1031590 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1031590 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550724 CPUtime=0.74
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3821 0 0 0 73 1 0 0 17 0 19 0 1031592 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550724 CPUtime=0.73
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6226 0 0 0 73 0 0 0 17 0 19 0 1031592 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1031592 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587941376 23315 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1550724

[startup+3.10062 s]
/proc/loadavg: 2.03 2.02 1.95 3/215 4537
/proc/meminfo: memFree=32171368/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550724 CPUtime=4.62
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 32383 0 1 0 457 5 0 0 25 0 19 0 1031587 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387681 27608 1445 10 0 384984 0
[pid=4518/tid=4520] ppid=4516 vsize=1550724 CPUtime=3.05
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20138 0 1 0 303 2 0 0 18 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4110133932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 278 0 0 0 0 0 0 0 17 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 203 0 0 0 0 0 0 0 18 0 19 0 1031588 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 552 0 0 0 0 0 0 0 16 0 19 0 1031589 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550724 CPUtime=0.77
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3824 0 0 0 76 1 0 0 16 0 19 0 1031592 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550724 CPUtime=0.75
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6234 0 0 0 75 0 0 0 15 0 19 0 1031592 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1031592 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550724 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587941376 27608 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1550724

[startup+6.30102 s]
/proc/loadavg: 2.03 2.02 1.95 3/215 4537
/proc/meminfo: memFree=32164708/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550452 CPUtime=8.09
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 35234 0 1 0 804 5 0 0 25 0 19 0 1031587 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387613 30102 1445 10 0 384916 0
[pid=4518/tid=4520] ppid=4516 vsize=1550452 CPUtime=6.22
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20142 0 1 0 619 3 0 0 25 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4110099492 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 638 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 128 0 0 0 0 0 0 0 18 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 5 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 544 0 0 0 0 0 0 0 18 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 453 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 397 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550452 CPUtime=0.03
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 1278 0 0 0 3 0 0 0 15 0 19 0 1031589 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550452 CPUtime=0.79
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3826 0 0 0 78 1 0 0 15 0 19 0 1031592 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550452 CPUtime=1
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6593 0 0 0 100 0 0 0 16 0 19 0 1031592 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1031592 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587662848 30102 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1550452

[startup+12.7009 s]
/proc/loadavg: 2.02 2.02 1.95 3/215 4537
/proc/meminfo: memFree=32161216/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550452 CPUtime=14.54
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 35588 0 1 0 1448 6 0 0 25 0 19 0 1031587 1587662848 30453 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387613 30453 1445 10 0 384916 0
[pid=4518/tid=4520] ppid=4516 vsize=1550452 CPUtime=12.54
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20144 0 1 0 1251 3 0 0 18 0 19 0 1031588 1587662848 30453 4089446400 134512640 134550932 4287257344 18446744073709551615 4110056164 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 638 0 0 0 0 0 0 0 15 0 19 0 1031588 1587662848 30453 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0

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

/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 646 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 134 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 1 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550452 CPUtime=0.06
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 173 0 0 0 6 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 5 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 549 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 456 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 403 0 0 0 4 0 0 0 16 0 19 0 1031588 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550452 CPUtime=1.69
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 2249 0 0 0 168 1 0 0 16 0 19 0 1031589 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550452 CPUtime=0.79
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3826 0 0 0 78 1 0 0 15 0 19 0 1031592 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550452 CPUtime=1.11
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6604 0 0 0 111 0 0 0 15 0 19 0 1031592 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1031592 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587662848 31128 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 86.8
Current children cumulated vsize (KiB) 1550452

[startup+86.3014 s]
/proc/loadavg: 2.00 2.01 1.95 3/215 4539
/proc/meminfo: memFree=32157524/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550452 CPUtime=88.42
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 36366 0 1 0 8834 8 0 0 25 0 19 0 1031587 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387613 31138 1445 10 0 384916 0
[pid=4518/tid=4520] ppid=4516 vsize=1550452 CPUtime=84.33
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20226 0 1 0 8430 3 0 0 25 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4110099390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 646 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 134 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 12 0 0 0 4 0 0 0 16 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 1 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550452 CPUtime=0.06
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 173 0 0 0 6 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 5 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 549 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 456 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 403 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550452 CPUtime=1.71
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 2257 0 0 0 170 1 0 0 16 0 19 0 1031589 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550452 CPUtime=0.79
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3826 0 0 0 78 1 0 0 15 0 19 0 1031592 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550452 CPUtime=1.13
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6604 0 0 0 113 0 0 0 15 0 19 0 1031592 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1031592 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587662848 31138 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 88.42
Current children cumulated vsize (KiB) 1550452

[startup+87.1012 s]
/proc/loadavg: 2.00 2.01 1.95 3/215 4539
/proc/meminfo: memFree=32157524/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550452 CPUtime=89.23
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 36368 0 1 0 8915 8 0 0 25 0 19 0 1031587 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387613 31139 1445 10 0 384916 0
[pid=4518/tid=4520] ppid=4516 vsize=1550452 CPUtime=85.11
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20228 0 1 0 8508 3 0 0 18 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4109861735 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 646 0 0 0 5 0 0 0 16 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 134 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 1 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550452 CPUtime=0.06
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 173 0 0 0 6 0 0 0 16 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 5 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 549 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 456 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 403 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550452 CPUtime=1.73
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 2257 0 0 0 172 1 0 0 16 0 19 0 1031589 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550452 CPUtime=0.79
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3826 0 0 0 78 1 0 0 15 0 19 0 1031592 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550452 CPUtime=1.14
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6604 0 0 0 114 0 0 0 15 0 19 0 1031592 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1031592 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587662848 31139 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 89.23
Current children cumulated vsize (KiB) 1550452

[startup+87.5012 s]
/proc/loadavg: 2.00 2.01 1.95 3/215 4539
/proc/meminfo: memFree=32157524/32951124 swapFree=67111528/67111528
[pid=4518] ppid=4516 vsize=1550452 CPUtime=89.64
/proc/4518/stat : 4518 (java) S 4516 4518 3855 0 -1 4202496 36374 0 1 0 8955 9 0 0 25 0 19 0 1031587 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4518/statm: 387613 31144 1445 10 0 384916 0
[pid=4518/tid=4520] ppid=4516 vsize=1550452 CPUtime=85.49
/proc/4518/task/4520/stat : 4520 (java) R 4516 4518 3855 0 -1 4202560 20229 0 1 0 8546 3 0 0 17 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4109897644 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4518/tid=4521] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4521/stat : 4521 (java) S 4516 4518 3855 0 -1 4202560 646 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4522] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4522/stat : 4522 (java) S 4516 4518 3855 0 -1 4202560 134 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4523] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4523/stat : 4523 (java) S 4516 4518 3855 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 1 0 0 0
[pid=4518/tid=4524] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4524/stat : 4524 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4525] ppid=4516 vsize=1550452 CPUtime=0.06
/proc/4518/task/4525/stat : 4525 (java) S 4516 4518 3855 0 -1 4202560 175 0 0 0 6 0 0 0 16 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 5 0 0 0
[pid=4518/tid=4526] ppid=4516 vsize=1550452 CPUtime=0.05
/proc/4518/task/4526/stat : 4526 (java) S 4516 4518 3855 0 -1 4202560 549 0 0 0 5 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4527] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4527/stat : 4527 (java) S 4516 4518 3855 0 -1 4202560 456 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 3 0 0 0
[pid=4518/tid=4528] ppid=4516 vsize=1550452 CPUtime=0.04
/proc/4518/task/4528/stat : 4528 (java) S 4516 4518 3855 0 -1 4202560 403 0 0 0 4 0 0 0 15 0 19 0 1031588 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4529] ppid=4516 vsize=1550452 CPUtime=1.75
/proc/4518/task/4529/stat : 4529 (java) S 4516 4518 3855 0 -1 4202560 2260 0 0 0 174 1 0 0 15 0 19 0 1031589 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 0 0 16800975 18446604471095961536 0 0 -1 0 0 0 0
[pid=4518/tid=4530] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4530/stat : 4530 (java) S 4516 4518 3855 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4531] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4531/stat : 4531 (java) S 4516 4518 3855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 1031590 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4532] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4532/stat : 4532 (java) S 4516 4518 3855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1031592 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4533] ppid=4516 vsize=1550452 CPUtime=0.79
/proc/4518/task/4533/stat : 4533 (java) S 4516 4518 3855 0 -1 4202560 3826 0 0 0 78 1 0 0 15 0 19 0 1031592 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 2 0 0 0
[pid=4518/tid=4534] ppid=4516 vsize=1550452 CPUtime=1.15
/proc/4518/task/4534/stat : 4534 (java) S 4516 4518 3855 0 -1 4202560 6604 0 0 0 115 0 0 0 15 0 19 0 1031592 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 6 0 0 0
[pid=4518/tid=4535] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4535/stat : 4535 (java) S 4516 4518 3855 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 1031592 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 4 0 0 0
[pid=4518/tid=4536] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4536/stat : 4536 (java) S 4516 4518 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1031592 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
[pid=4518/tid=4537] ppid=4516 vsize=1550452 CPUtime=0
/proc/4518/task/4537/stat : 4537 (java) S 4516 4518 3855 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1031627 1587662848 31144 4089446400 134512640 134550932 4287257344 18446744073709551615 4294960144 0 4 0 16800975 18446604471095961536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 89.64
Current children cumulated vsize (KiB) 1550452

Child status: 30
Real time (s): 87.5535
CPU time (s): 89.6814
CPU user time (s): 89.5844
CPU system time (s): 0.096985
CPU usage (%): 102.43
Max. virtual memory (cumulated for all children) (KiB): 1552736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.5844
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36388
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= 4777
involuntary context switches= 16709

runsolver used 0.172973 second user time and 0.314952 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-05 13:09:53
IDJOB=2698151
IDBENCH=79300
IDSOLVER=1211
FILE ID=node147/2698151-1278328193
PBS_JOBID= 11207411
Free space on /tmp= 74192 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698151-1278328193/watcher-2698151-1278328193 -o /tmp/evaluation-result-2698151-1278328193/solver-2698151-1278328193 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698151-1278328193.wbo

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=872269639

node147.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32276688 kB
Buffers:         27448 kB
Cached:         290780 kB
SwapCached:          0 kB
Active:         337288 kB
Inactive:       237044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32276688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:      256436 kB
Mapped:          20336 kB
Slab:            35928 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node147 at 2010-07-05 13:11:21