Trace number 2698080

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 67.9437 65.4023

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark67.9437
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.1.v20100705
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/0.07	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2698080-1278327674.wbo
0.06/0.09	c reading problem ... 
0.56/0.31	c ... done. Wall clock time 0.214s.
0.56/0.31	c #vars     2938
0.56/0.31	c #constraints  2707
0.56/0.31	c constraints type 
0.56/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.56/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
1.75/0.74	c SATISFIABLE
1.75/0.74	c OPTIMIZING...
1.75/0.74	c Got one! Elapsed wall clock time (in seconds):0.651
1.75/0.74	o 534
2.05/0.81	c Got one! Elapsed wall clock time (in seconds):0.713
2.05/0.81	o 452
2.05/0.85	c Got one! Elapsed wall clock time (in seconds):0.758
2.05/0.85	o 428
2.05/0.88	c Got one! Elapsed wall clock time (in seconds):0.788
2.05/0.88	o 385
2.31/0.91	c Got one! Elapsed wall clock time (in seconds):0.816
2.31/0.91	o 382
2.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.849
2.31/0.94	o 347
2.31/0.96	c Got one! Elapsed wall clock time (in seconds):0.87
2.31/0.96	o 340
2.31/0.99	c Got one! Elapsed wall clock time (in seconds):0.896
2.31/0.99	o 304
2.50/1.02	c Got one! Elapsed wall clock time (in seconds):0.932
2.50/1.02	o 284
2.60/1.11	c Got one! Elapsed wall clock time (in seconds):1.013
2.60/1.11	o 268
2.60/1.14	c Got one! Elapsed wall clock time (in seconds):1.049
2.60/1.14	o 259
2.60/1.19	c Got one! Elapsed wall clock time (in seconds):1.093
2.60/1.19	o 226
2.69/1.25	c Got one! Elapsed wall clock time (in seconds):1.153
2.69/1.25	o 223
2.79/1.33	c Got one! Elapsed wall clock time (in seconds):1.233
2.79/1.33	o 217
2.79/1.36	c Got one! Elapsed wall clock time (in seconds):1.264
2.79/1.36	o 201
2.79/1.39	c Got one! Elapsed wall clock time (in seconds):1.297
2.79/1.39	o 193
2.89/1.44	c Got one! Elapsed wall clock time (in seconds):1.35
2.89/1.44	o 192
2.99/1.50	c Got one! Elapsed wall clock time (in seconds):1.407
2.99/1.50	o 183
3.09/1.60	c Got one! Elapsed wall clock time (in seconds):1.504
3.09/1.60	o 173
3.19/1.72	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.19/1.76	c Got one! Elapsed wall clock time (in seconds):1.663
3.19/1.76	o 154
3.19/1.79	c Got one! Elapsed wall clock time (in seconds):1.698
3.19/1.79	o 148
3.41/1.97	c Got one! Elapsed wall clock time (in seconds):1.873
3.41/1.97	o 146
3.81/2.36	c Got one! Elapsed wall clock time (in seconds):2.272
3.81/2.36	o 141
3.91/2.44	c Got one! Elapsed wall clock time (in seconds):2.351
3.91/2.44	o 140
4.22/2.74	c Got one! Elapsed wall clock time (in seconds):2.648
4.22/2.74	o 125
4.42/2.95	c Got one! Elapsed wall clock time (in seconds):2.86
4.42/2.95	o 122
4.42/2.99	c Got one! Elapsed wall clock time (in seconds):2.893
4.42/2.99	o 112
4.52/3.06	c Got one! Elapsed wall clock time (in seconds):2.971
4.52/3.06	o 105
4.64/3.14	c Got one! Elapsed wall clock time (in seconds):3.046
4.64/3.14	o 101
4.85/3.31	c Got one! Elapsed wall clock time (in seconds):3.213
4.85/3.31	o 98
4.85/3.38	c cleaning 4249 clauses out of 8508 with flag 11003/11003
4.99/3.48	c Got one! Elapsed wall clock time (in seconds):3.389
4.99/3.48	o 95
5.44/3.73	c Got one! Elapsed wall clock time (in seconds):3.633
5.44/3.73	o 94
5.64/3.97	c Got one! Elapsed wall clock time (in seconds):3.875
5.64/3.97	o 90
5.74/4.04	c Got one! Elapsed wall clock time (in seconds):3.946
5.74/4.04	o 87
5.74/4.09	c Got one! Elapsed wall clock time (in seconds):4.001
5.74/4.09	o 86
6.14/4.46	c Got one! Elapsed wall clock time (in seconds):4.372
6.14/4.46	o 83
6.34/4.63	c Got one! Elapsed wall clock time (in seconds):4.535
6.34/4.63	o 81
6.44/4.78	c Got one! Elapsed wall clock time (in seconds):4.683
6.44/4.78	o 69
6.54/4.87	c cleaning 5626 clauses out of 11256 with flag 18000/18000
6.89/5.02	c Got one! Elapsed wall clock time (in seconds):4.929
6.89/5.02	o 63
7.12/5.27	c Got one! Elapsed wall clock time (in seconds):5.173
7.12/5.27	o 57
7.52/5.65	c Got one! Elapsed wall clock time (in seconds):5.56
7.52/5.65	o 55
7.62/5.75	c Got one! Elapsed wall clock time (in seconds):5.655
7.62/5.75	o 44
7.93/6.00	c Got one! Elapsed wall clock time (in seconds):5.909
7.93/6.00	o 43
8.03/6.12	c Got one! Elapsed wall clock time (in seconds):6.025
8.03/6.12	o 28
8.24/6.32	c cleaning 6813 clauses out of 13630 with flag 26000/26000
8.38/6.40	c Got one! Elapsed wall clock time (in seconds):6.307
8.38/6.40	o 27
8.48/6.58	c Got one! Elapsed wall clock time (in seconds):6.489
8.48/6.58	o 24
8.89/6.92	c Got one! Elapsed wall clock time (in seconds):6.828
8.89/6.92	o 21
9.29/7.33	c Got one! Elapsed wall clock time (in seconds):7.233
9.29/7.33	o 19
9.70/7.80	c cleaning 7904 clauses out of 15818 with flag 35001/35001
9.90/7.97	c Got one! Elapsed wall clock time (in seconds):7.877
9.90/7.97	o 10
10.00/8.00	c Got one! Elapsed wall clock time (in seconds):7.905
10.00/8.00	o 6
10.90/8.96	c cleaning 8954 clauses out of 17914 with flag 45001/45001
11.12/9.11	c Got one! Elapsed wall clock time (in seconds):9.016
11.12/9.11	o 5
11.72/9.79	c Got one! Elapsed wall clock time (in seconds):9.7
11.72/9.79	o 4
12.44/10.41	c cleaning 9474 clauses out of 18960 with flag 55001/55001
13.35/11.39	c cleaning 9741 clauses out of 19485 with flag 65000/65000
14.35/12.38	c cleaning 9868 clauses out of 19744 with flag 75000/75000
14.65/12.65	c Got one! Elapsed wall clock time (in seconds):12.553
14.65/12.65	o 3
15.65/13.64	c cleaning 9935 clauses out of 19876 with flag 85000/85000
16.65/14.60	c cleaning 9967 clauses out of 19941 with flag 95000/95000
17.25/15.27	c Got one! Elapsed wall clock time (in seconds):15.172
17.25/15.27	o 1
17.55/15.52	c cleaning 9983 clauses out of 19974 with flag 105000/105000
18.57/16.55	c cleaning 9986 clauses out of 19991 with flag 115000/115000
19.37/17.35	c cleaning 9990 clauses out of 20005 with flag 125000/125000
20.17/18.14	c cleaning 10002 clauses out of 20016 with flag 135001/135001
20.97/18.97	c cleaning 10004 clauses out of 20013 with flag 145000/145000
21.77/19.70	c cleaning 9999 clauses out of 20009 with flag 155000/155000
22.47/20.46	c cleaning 10001 clauses out of 20013 with flag 165003/165003
23.27/21.28	c cleaning 9998 clauses out of 20010 with flag 175001/175001
24.08/22.02	c cleaning 9997 clauses out of 20011 with flag 185000/185000
24.87/22.82	c cleaning 9997 clauses out of 20014 with flag 195000/195000
25.57/23.58	c cleaning 9994 clauses out of 20017 with flag 205000/205000
26.37/24.37	c cleaning 10005 clauses out of 20023 with flag 215000/215000
27.19/25.14	c cleaning 10003 clauses out of 20020 with flag 225002/225002
27.89/25.88	c cleaning 10002 clauses out of 20015 with flag 235000/235000
28.79/26.71	c cleaning 10005 clauses out of 20014 with flag 245001/245001
29.50/27.43	c cleaning 9993 clauses out of 20008 with flag 255000/255000
30.33/28.21	c cleaning 10002 clauses out of 20018 with flag 265003/265003
31.26/29.08	c cleaning 10004 clauses out of 20014 with flag 275001/275001
32.35/29.91	c cleaning 10004 clauses out of 20011 with flag 285002/285002
32.95/30.58	c cleaning 9998 clauses out of 20011 with flag 295006/295006
33.65/31.28	c cleaning 9998 clauses out of 20008 with flag 305001/305001
34.36/31.98	c cleaning 9996 clauses out of 20009 with flag 315000/315000
35.15/32.76	c cleaning 10004 clauses out of 20014 with flag 325001/325001
35.95/33.58	c cleaning 9994 clauses out of 20009 with flag 335000/335000
36.65/34.29	c cleaning 9998 clauses out of 20016 with flag 345001/345001
37.35/34.99	c cleaning 9997 clauses out of 20018 with flag 355001/355001
38.25/35.87	c cleaning 10001 clauses out of 20020 with flag 365000/365000
38.95/36.57	c cleaning 10008 clauses out of 20020 with flag 375001/375001
39.55/37.19	c cleaning 10000 clauses out of 20011 with flag 385000/385000
40.26/37.88	c cleaning 10000 clauses out of 20012 with flag 395001/395001
40.96/38.54	c cleaning 10003 clauses out of 20013 with flag 405002/405002
41.66/39.27	c cleaning 10001 clauses out of 20009 with flag 415001/415001
42.46/40.00	c cleaning 9993 clauses out of 20007 with flag 425000/425000
43.06/40.69	c cleaning 9998 clauses out of 20015 with flag 435001/435001
43.86/41.42	c cleaning 10006 clauses out of 20019 with flag 445003/445003
44.66/42.21	c cleaning 10000 clauses out of 20013 with flag 455003/455003
45.46/43.06	c cleaning 9996 clauses out of 20010 with flag 465000/465000
46.27/43.86	c cleaning 9997 clauses out of 20014 with flag 475000/475000
46.97/44.57	c cleaning 10000 clauses out of 20017 with flag 485000/485000
47.78/45.33	c cleaning 10003 clauses out of 20017 with flag 495000/495000
48.58/46.15	c cleaning 9994 clauses out of 20015 with flag 505001/505001
49.38/46.94	c cleaning 10005 clauses out of 20023 with flag 515003/515003
50.18/47.76	c cleaning 10002 clauses out of 20015 with flag 525000/525000
50.98/48.55	c cleaning 10003 clauses out of 20013 with flag 535000/535000
51.58/49.18	c cleaning 10004 clauses out of 20011 with flag 545001/545001
52.18/49.71	c cleaning 9997 clauses out of 20007 with flag 555001/555001
52.78/50.33	c cleaning 9999 clauses out of 20009 with flag 565000/565000
53.38/50.97	c cleaning 10000 clauses out of 20011 with flag 575001/575001
54.09/51.64	c cleaning 9999 clauses out of 20010 with flag 585000/585000
54.78/52.35	c cleaning 10000 clauses out of 20011 with flag 595000/595000
55.59/53.13	c cleaning 10006 clauses out of 20013 with flag 605002/605002
56.19/53.76	c cleaning 9993 clauses out of 20005 with flag 615000/615000
56.79/54.37	c cleaning 10003 clauses out of 20013 with flag 625001/625001
57.41/54.91	c cleaning 9999 clauses out of 20009 with flag 635000/635000
58.01/55.56	c cleaning 10004 clauses out of 20012 with flag 645002/645002
58.71/56.23	c cleaning 10001 clauses out of 20006 with flag 655000/655000
59.41/56.97	c cleaning 9994 clauses out of 20011 with flag 665006/665006
60.31/57.84	c cleaning 9992 clauses out of 20011 with flag 675000/675000
61.11/58.69	c cleaning 10004 clauses out of 20020 with flag 685001/685001
61.92/59.44	c cleaning 10003 clauses out of 20017 with flag 695002/695002
62.72/60.20	c cleaning 9998 clauses out of 20012 with flag 705000/705000
63.42/60.95	c cleaning 10003 clauses out of 20015 with flag 715001/715001
64.22/61.70	c cleaning 10000 clauses out of 20013 with flag 725002/725002
64.92/62.47	c cleaning 10002 clauses out of 20011 with flag 735000/735000
65.92/63.43	c cleaning 10003 clauses out of 20010 with flag 745001/745001
67.02/64.54	c cleaning 9986 clauses out of 20006 with flag 755000/755000
67.83/65.39	c starts		: 224
67.83/65.39	c conflicts		: 764169
67.83/65.39	c decisions		: 1415118
67.83/65.39	c propagations		: 31698440
67.83/65.39	c inspects		: 487266759
67.83/65.39	c learnt literals	: 4
67.83/65.39	c learnt binary clauses	: 45
67.83/65.39	c learnt ternary clauses	: 853
67.83/65.39	c learnt clauses	: 764164
67.83/65.39	c ignored clauses	: 0
67.83/65.39	c root simplifications	: 0
67.83/65.39	c removed literals (reason simplification)	: 4178167
67.83/65.39	c reason swapping (by a shorter reason)	: 0
67.83/65.39	c Calls to reduceDB	: 77
67.83/65.39	c number of reductions to clauses (during analyze)	: 0
67.83/65.39	c number of learned constraints concerned by reduction	: 0
67.83/65.39	c number of learning phase by resolution	: 0
67.83/65.39	c number of learning phase by cutting planes	: 0
67.83/65.39	c speed (assignments/second)	: 632476.1562711999
67.83/65.39	c non guided choices	6384
67.83/65.39	c learnt constraints type 
67.83/65.39	c constraints type 
67.83/65.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
67.83/65.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
67.83/65.39	s OPTIMUM FOUND
67.83/65.39	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 
67.83/65.39	c objective function=1
67.83/65.39	c Total wall clock time (in seconds): 65.294

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698080-1278327674/watcher-2698080-1278327674 -o /tmp/evaluation-result-2698080-1278327674/solver-2698080-1278327674 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698080-1278327674.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.01 2.01 1.95 3/196 4520
/proc/meminfo: memFree=32392920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=13684 CPUtime=0
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 1180 0 0 0 0 0 0 0 22 0 2 0 982308 14012416 627 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 3421 628 304 10 0 1206 0
[pid=4520/tid=4521] ppid=4518 vsize=13684 CPUtime=0
/proc/4520/task/4521/stat : 4521 (java) S 4518 4520 3809 0 -1 4202560 142 0 0 0 0 0 0 0 24 0 2 0 982309 14012416 631 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16784584 4502831347915554815 0 0 -1 5 0 0 0

[startup+0.071414 s]
/proc/loadavg: 2.01 2.01 1.95 3/196 4520
/proc/meminfo: memFree=32392920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1528720 CPUtime=0.06
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 4534 0 1 0 6 0 0 0 22 0 18 0 982308 1565409280 3971 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 382180 3972 1216 10 0 379483 0
[pid=4520/tid=4521] ppid=4518 vsize=1528720 CPUtime=0.05
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 3272 0 1 0 5 0 0 0 18 0 18 0 982309 1565409280 3972 4089446400 134512640 134550932 4291431792 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528720

[startup+0.100413 s]
/proc/loadavg: 2.01 2.01 1.95 3/196 4520
/proc/meminfo: memFree=32392920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1529748 CPUtime=0.12
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 5244 0 1 0 11 1 0 0 22 0 18 0 982308 1566461952 4680 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 382437 4680 1347 10 0 379740 0
[pid=4520/tid=4521] ppid=4518 vsize=1529748 CPUtime=0.08
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 3573 0 1 0 8 0 0 0 18 0 18 0 982309 1566461952 4680 4089446400 134512640 134550932 4291431792 18446744073709551615 106835046 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529748

[startup+0.304368 s]
/proc/loadavg: 2.01 2.01 1.95 3/196 4520
/proc/meminfo: memFree=32392920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1533464 CPUtime=0.56
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 8359 0 1 0 55 1 0 0 22 0 18 0 982308 1570267136 7384 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 383366 7387 1415 10 0 380669 0
[pid=4520/tid=4521] ppid=4518 vsize=1533464 CPUtime=0.27
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 5355 0 1 0 27 0 0 0 18 0 18 0 982309 1570267136 7389 4089446400 134512640 134550932 4291431792 18446744073709551615 4109000543 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1533464

[startup+0.700305 s]
/proc/loadavg: 2.01 2.01 1.95 3/196 4520
/proc/meminfo: memFree=32392920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551700 CPUtime=1.75
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 17630 0 1 0 172 3 0 0 22 0 19 0 982308 1588940800 12474 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387925 12474 1423 10 0 385228 0
[pid=4520/tid=4521] ppid=4518 vsize=1551700 CPUtime=0.67
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 6154 0 1 0 67 0 0 0 18 0 19 0 982309 1588940800 12474 4089446400 134512640 134550932 4291431792 18446744073709551615 4108616195 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1551700

[startup+1.50115 s]
/proc/loadavg: 2.09 2.03 1.96 3/215 4539
/proc/meminfo: memFree=32320920/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551700 CPUtime=2.99
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 33007 0 1 0 294 5 0 0 22 0 19 0 982308 1588940800 27850 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387925 27850 1431 10 0 385228 0
[pid=4520/tid=4521] ppid=4518 vsize=1551700 CPUtime=1.47
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 21452 0 1 0 145 2 0 0 18 0 19 0 982309 1588940800 27851 4089446400 134512640 134550932 4291431792 18446744073709551615 4109053674 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982310 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 982310 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 982310 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551700 CPUtime=0.75
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4265 0 0 0 74 1 0 0 17 0 19 0 982312 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551700 CPUtime=0.74
/proc/4520/task/4536/stat : 4536 (java) S 4518 4520 3809 0 -1 4202560 6216 0 0 0 74 0 0 0 17 0 19 0 982312 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 982313 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1588940800 27854 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1551700

[startup+3.10085 s]
/proc/loadavg: 2.09 2.03 1.96 3/215 4539
/proc/meminfo: memFree=32273716/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551700 CPUtime=4.64
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 36381 0 1 0 458 6 0 0 22 0 19 0 982308 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387925 31222 1445 10 0 385228 0
[pid=4520/tid=4521] ppid=4518 vsize=1551700 CPUtime=3.06
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 23596 0 1 0 303 3 0 0 19 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4109217455 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 175 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 304 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 137 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 982309 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551700 CPUtime=0.01
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 605 0 0 0 1 0 0 0 15 0 19 0 982310 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551700 CPUtime=0.77
/proc/4520/task/4535/stat : 4535 (java) R 4518 4520 3809 0 -1 4202560 4267 0 0 0 76 1 0 0 15 0 19 0 982312 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 105708425 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551700 CPUtime=0.76
/proc/4520/task/4536/stat : 4536 (java) R 4518 4520 3809 0 -1 4202560 6222 0 0 0 76 0 0 0 16 0 19 0 982312 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 106262483 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 982313 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551700 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1588940800 31222 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1551700

[startup+6.30127 s]
/proc/loadavg: 2.08 2.03 1.96 3/215 4540
/proc/meminfo: memFree=32261936/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551716 CPUtime=8.24
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 40704 0 1 0 818 6 0 0 22 0 19 0 982308 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387929 33906 1445 10 0 385232 0
[pid=4520/tid=4521] ppid=4518 vsize=1551716 CPUtime=6.23
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 23603 0 1 0 620 3 0 0 25 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4159078334 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 325 0 0 0 0 0 0 0 16 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 958 0 0 0 0 0 0 0 18 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 659 0 0 0 0 0 0 0 18 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 982309 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551716 CPUtime=0.03
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 1347 0 0 0 3 0 0 0 15 0 19 0 982310 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551716 CPUtime=0.79
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4270 0 0 0 78 1 0 0 15 0 19 0 982312 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551716 CPUtime=1.14
/proc/4520/task/4536/stat : 4536 (java) R 4518 4520 3809 0 -1 4202560 7958 0 0 0 114 0 0 0 15 0 19 0 982312 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 106120413 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 982313 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551716 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1588957184 33906 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1551716


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

[pid=4520/tid=4529] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 255 0 0 0 3 0 0 0 16 0 19 0 982309 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551852 CPUtime=1.43
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 2222 0 0 0 141 2 0 0 15 0 19 0 982310 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551852 CPUtime=0.8
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4271 0 0 0 79 1 0 0 15 0 19 0 982312 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551852 CPUtime=1.59
/proc/4520/task/4536/stat : 4536 (java) S 4518 4520 3809 0 -1 4202560 8711 0 0 0 159 0 0 0 15 0 19 0 982312 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 982313 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1589096448 34918 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 66.42
Current children cumulated vsize (KiB) 1551852

[startup+64.7006 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4541
/proc/meminfo: memFree=32259324/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551852 CPUtime=67.23
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 42470 0 1 0 6713 10 0 0 22 0 19 0 982308 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387963 34949 1445 10 0 385266 0
[pid=4520/tid=4521] ppid=4518 vsize=1551852 CPUtime=63.09
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 23675 0 1 0 6306 3 0 0 25 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4109217910 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 330 0 0 0 3 0 0 0 16 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 960 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 660 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551852 CPUtime=0.01
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 197 0 0 0 1 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 2 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 255 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551852 CPUtime=1.45
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 2253 0 0 0 143 2 0 0 15 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551852 CPUtime=0.8
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4271 0 0 0 79 1 0 0 15 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551852 CPUtime=1.59
/proc/4520/task/4536/stat : 4536 (java) S 4518 4520 3809 0 -1 4202560 8711 0 0 0 159 0 0 0 15 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 982313 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 67.23
Current children cumulated vsize (KiB) 1551852

[startup+65.1006 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4541
/proc/meminfo: memFree=32259200/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551852 CPUtime=67.63
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 42470 0 1 0 6753 10 0 0 22 0 19 0 982308 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387963 34949 1445 10 0 385266 0
[pid=4520/tid=4521] ppid=4518 vsize=1551852 CPUtime=63.49
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 23675 0 1 0 6346 3 0 0 25 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4109197823 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 330 0 0 0 3 0 0 0 16 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 960 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 660 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551852 CPUtime=0.01
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 197 0 0 0 1 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 2 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 255 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551852 CPUtime=1.45
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 2253 0 0 0 143 2 0 0 15 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551852 CPUtime=0.8
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4271 0 0 0 79 1 0 0 15 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551852 CPUtime=1.59
/proc/4520/task/4536/stat : 4536 (java) S 4518 4520 3809 0 -1 4202560 8711 0 0 0 159 0 0 0 15 0 19 0 982312 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 982313 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1589096448 34949 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 67.63
Current children cumulated vsize (KiB) 1551852

[startup+65.3005 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4541
/proc/meminfo: memFree=32259200/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=1551852 CPUtime=67.83
/proc/4520/stat : 4520 (java) S 4518 4520 3809 0 -1 4202496 42471 0 1 0 6773 10 0 0 22 0 19 0 982308 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 387963 34950 1445 10 0 385266 0
[pid=4520/tid=4521] ppid=4518 vsize=1551852 CPUtime=63.69
/proc/4520/task/4521/stat : 4521 (java) R 4518 4520 3809 0 -1 4202560 23676 0 1 0 6366 3 0 0 25 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4109215066 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4520/tid=4523] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4523/stat : 4523 (java) S 4518 4520 3809 0 -1 4202560 330 0 0 0 3 0 0 0 16 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4524] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4524/stat : 4524 (java) S 4518 4520 3809 0 -1 4202560 960 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4525] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4525/stat : 4525 (java) S 4518 4520 3809 0 -1 4202560 660 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4526] ppid=4518 vsize=1551852 CPUtime=0.01
/proc/4520/task/4526/stat : 4526 (java) S 4518 4520 3809 0 -1 4202560 197 0 0 0 1 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4527] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4527/stat : 4527 (java) S 4518 4520 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 2 0 0 0
[pid=4520/tid=4528] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4528/stat : 4528 (java) S 4518 4520 3809 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
[pid=4520/tid=4529] ppid=4518 vsize=1551852 CPUtime=0.03
/proc/4520/task/4529/stat : 4529 (java) S 4518 4520 3809 0 -1 4202560 255 0 0 0 3 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 7 0 0 0
[pid=4520/tid=4530] ppid=4518 vsize=1551852 CPUtime=0.02
/proc/4520/task/4530/stat : 4530 (java) S 4518 4520 3809 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 982309 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4531] ppid=4518 vsize=1551852 CPUtime=1.45
/proc/4520/task/4531/stat : 4531 (java) S 4518 4520 3809 0 -1 4202560 2253 0 0 0 143 2 0 0 15 0 19 0 982310 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 0 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) S 4518 4520 3809 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4533] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4533/stat : 4533 (java) S 4518 4520 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 982310 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4534] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4534/stat : 4534 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 982312 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 1 0 0 0
[pid=4520/tid=4535] ppid=4518 vsize=1551852 CPUtime=0.8
/proc/4520/task/4535/stat : 4535 (java) S 4518 4520 3809 0 -1 4202560 4271 0 0 0 79 1 0 0 15 0 19 0 982312 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4536] ppid=4518 vsize=1551852 CPUtime=1.59
/proc/4520/task/4536/stat : 4536 (java) S 4518 4520 3809 0 -1 4202560 8711 0 0 0 159 0 0 0 15 0 19 0 982312 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 3 0 0 0
[pid=4520/tid=4537] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4537/stat : 4537 (java) S 4518 4520 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 982313 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 4 0 0 0
[pid=4520/tid=4538] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4538/stat : 4538 (java) S 4518 4520 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 982313 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 0 0 0 0
[pid=4520/tid=4539] ppid=4518 vsize=1551852 CPUtime=0
/proc/4520/task/4539/stat : 4539 (java) S 4518 4520 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 982347 1589096448 34950 4089446400 134512640 134550932 4291431792 18446744073709551615 4294960144 0 4 0 16800975 18446604471140959552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 67.83
Current children cumulated vsize (KiB) 1551852

[startup+65.4015 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4541
/proc/meminfo: memFree=32259200/32951124 swapFree=67111528/67111528
[pid=4520] ppid=4518 vsize=0 CPUtime=67.94
/proc/4520/stat : 4520 (java) Z 4518 4520 3809 0 -1 4203548 42483 0 1 0 6783 11 0 0 18 0 2 0 982308 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4520/statm: 0 0 0 0 0 0 0
[pid=4520/tid=4532] ppid=4518 vsize=0 CPUtime=0
/proc/4520/task/4532/stat : 4532 (java) R 4518 4520 3809 0 -1 4203588 13 0 0 0 0 0 0 0 18 0 2 0 982310 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.94
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 65.4023
CPU time (s): 67.9437
CPU user time (s): 67.8307
CPU system time (s): 0.112982
CPU usage (%): 103.886
Max. virtual memory (cumulated for all children) (KiB): 1553904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.8307
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42483
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= 3486
involuntary context switches= 13292

runsolver used 0.12698 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-05 13:01:14
IDJOB=2698080
IDBENCH=79277
IDSOLVER=1211
FILE ID=node106/2698080-1278327674
PBS_JOBID= 11207482
Free space on /tmp= 74188 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.1900574864--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-2698080-1278327674/watcher-2698080-1278327674 -o /tmp/evaluation-result-2698080-1278327674/solver-2698080-1278327674 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698080-1278327674.wbo

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

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=392709455

node106.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.814
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.62
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.814
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.75
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.814
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.76
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.814
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.77
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.814
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.82
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.814
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.814
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.82
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.814
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32393572 kB
Buffers:         34968 kB
Cached:         298796 kB
SwapCached:          0 kB
Active:         217956 kB
Inactive:       239224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32393572 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:      123284 kB
Mapped:          20244 kB
Slab:            36296 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1636200 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= 74188 MiB
End job on node106 at 2010-07-05 13:02:19