Trace number 2698700

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 91.6031 89.5853

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900669797--soft-33-100-0.wbo
MD5SUMebc456211cf99aa767d1987ef9daf648
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark91.6031
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2698700-1278326123.wbo
0.10/0.10	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.198s.
0.26/0.29	c #vars     2008
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1.11/0.54	c SATISFIABLE
1.11/0.54	c OPTIMIZING...
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
1.11/0.54	o 856
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.539
1.40/0.64	o 538
1.71/0.75	c Got one! Elapsed wall clock time (in seconds):0.654
1.71/0.75	o 264
1.71/0.78	c Got one! Elapsed wall clock time (in seconds):0.688
1.71/0.78	o 223
2.01/0.82	c Got one! Elapsed wall clock time (in seconds):0.726
2.01/0.82	o 171
2.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.804
2.30/0.90	o 165
2.30/0.99	c Got one! Elapsed wall clock time (in seconds):0.893
2.30/0.99	o 161
2.44/1.07	c Got one! Elapsed wall clock time (in seconds):0.972
2.44/1.07	o 159
2.44/1.09	c Got one! Elapsed wall clock time (in seconds):0.994
2.44/1.09	o 140
2.56/1.16	c Got one! Elapsed wall clock time (in seconds):1.06
2.56/1.16	o 130
2.66/1.24	c Got one! Elapsed wall clock time (in seconds):1.147
2.66/1.24	o 127
2.76/1.37	c Got one! Elapsed wall clock time (in seconds):1.274
2.76/1.37	o 120
3.06/1.62	c Got one! Elapsed wall clock time (in seconds):1.523
3.06/1.62	o 113
3.06/1.69	c cleaning 2497 clauses out of 5002 with flag 5002/5002
3.19/1.72	c Got one! Elapsed wall clock time (in seconds):1.627
3.19/1.72	o 98
3.29/1.89	c Got one! Elapsed wall clock time (in seconds):1.79
3.29/1.89	o 89
3.69/2.21	c Got one! Elapsed wall clock time (in seconds):2.111
3.69/2.21	o 88
3.79/2.33	c Got one! Elapsed wall clock time (in seconds):2.238
3.79/2.33	o 80
3.99/2.54	c Got one! Elapsed wall clock time (in seconds):2.443
3.99/2.54	o 66
3.99/2.59	c Got one! Elapsed wall clock time (in seconds):2.492
3.99/2.59	o 63
4.09/2.68	c Got one! Elapsed wall clock time (in seconds):2.581
4.09/2.68	o 52
4.21/2.73	c Got one! Elapsed wall clock time (in seconds):2.636
4.21/2.73	o 38
4.21/2.76	c cleaning 4247 clauses out of 8503 with flag 11000/11000
4.31/2.86	c Got one! Elapsed wall clock time (in seconds):2.768
4.31/2.86	o 25
4.51/3.02	c Got one! Elapsed wall clock time (in seconds):2.919
4.51/3.02	o 22
4.61/3.14	c Got one! Elapsed wall clock time (in seconds):3.045
4.61/3.14	o 20
4.91/3.46	c Got one! Elapsed wall clock time (in seconds):3.366
4.91/3.46	o 17
5.02/3.60	c cleaning 5624 clauses out of 11256 with flag 18000/18000
5.63/4.11	c Got one! Elapsed wall clock time (in seconds):4.017
5.63/4.11	o 12
6.13/4.69	c cleaning 6813 clauses out of 13634 with flag 26002/26002
6.56/5.07	c Got one! Elapsed wall clock time (in seconds):4.97
6.56/5.07	o 7
7.17/5.69	c cleaning 7907 clauses out of 15819 with flag 35000/35000
8.37/6.81	c cleaning 8952 clauses out of 17912 with flag 45000/45000
9.37/7.80	c cleaning 9475 clauses out of 18960 with flag 55000/55000
9.37/7.84	c Got one! Elapsed wall clock time (in seconds):7.741
9.37/7.84	o 3
9.47/7.92	c Got one! Elapsed wall clock time (in seconds):7.826
9.47/7.92	o 2
10.47/8.95	c cleaning 9742 clauses out of 19489 with flag 65004/65004
11.48/9.92	c cleaning 9868 clauses out of 19743 with flag 75000/75000
12.37/10.83	c cleaning 9933 clauses out of 19877 with flag 85002/85002
13.28/11.73	c cleaning 9951 clauses out of 19942 with flag 95000/95000
13.38/11.87	c Got one! Elapsed wall clock time (in seconds):11.773
13.38/11.87	o 1
14.18/12.63	c cleaning 9989 clauses out of 19991 with flag 105000/105000
15.09/13.50	c cleaning 9991 clauses out of 20002 with flag 115000/115000
15.89/14.35	c cleaning 10004 clauses out of 20012 with flag 125001/125001
16.69/15.18	c cleaning 9992 clauses out of 20007 with flag 135000/135000
17.59/16.06	c cleaning 9999 clauses out of 20016 with flag 145001/145001
18.40/16.87	c cleaning 10001 clauses out of 20016 with flag 155000/155000
19.30/17.71	c cleaning 10006 clauses out of 20016 with flag 165001/165001
20.10/18.54	c cleaning 9999 clauses out of 20009 with flag 175000/175000
20.80/19.26	c cleaning 9998 clauses out of 20011 with flag 185001/185001
21.60/20.09	c cleaning 10005 clauses out of 20012 with flag 195000/195000
22.30/20.79	c cleaning 9997 clauses out of 20011 with flag 205004/205004
23.01/21.47	c cleaning 9992 clauses out of 20011 with flag 215001/215001
23.71/22.19	c cleaning 10005 clauses out of 20018 with flag 225000/225000
24.51/22.97	c cleaning 9990 clauses out of 20013 with flag 235000/235000
25.31/23.76	c cleaning 10010 clauses out of 20026 with flag 245003/245003
26.11/24.53	c cleaning 9995 clauses out of 20015 with flag 255002/255002
27.06/25.40	c cleaning 10004 clauses out of 20021 with flag 265003/265003
27.88/26.12	c cleaning 9997 clauses out of 20015 with flag 275001/275001
28.60/26.79	c cleaning 10002 clauses out of 20018 with flag 285001/285001
29.51/27.61	c cleaning 10001 clauses out of 20017 with flag 295002/295002
30.31/28.40	c cleaning 10004 clauses out of 20016 with flag 305002/305002
31.10/29.20	c cleaning 9991 clauses out of 20011 with flag 315001/315001
31.70/29.89	c cleaning 10005 clauses out of 20022 with flag 325003/325003
32.41/30.54	c cleaning 10007 clauses out of 20018 with flag 335004/335004
33.21/31.31	c cleaning 9999 clauses out of 20008 with flag 345001/345001
33.91/32.06	c cleaning 9995 clauses out of 20008 with flag 355000/355000
34.61/32.75	c cleaning 10002 clauses out of 20014 with flag 365001/365001
35.31/33.43	c cleaning 9999 clauses out of 20012 with flag 375001/375001
36.11/34.22	c cleaning 9999 clauses out of 20014 with flag 385002/385002
36.81/34.97	c cleaning 9998 clauses out of 20014 with flag 395001/395001
37.61/35.79	c cleaning 10002 clauses out of 20016 with flag 405001/405001
38.31/36.43	c cleaning 9998 clauses out of 20014 with flag 415001/415001
39.02/37.12	c cleaning 10006 clauses out of 20019 with flag 425004/425004
39.74/37.84	c cleaning 9997 clauses out of 20010 with flag 435001/435001
40.56/38.66	c cleaning 9998 clauses out of 20012 with flag 445000/445000
41.37/39.48	c cleaning 10004 clauses out of 20017 with flag 455003/455003
42.17/40.25	c cleaning 10001 clauses out of 20011 with flag 465001/465001
42.87/40.98	c cleaning 9999 clauses out of 20010 with flag 475001/475001
43.58/41.68	c cleaning 9999 clauses out of 20012 with flag 485002/485002
44.37/42.48	c cleaning 9995 clauses out of 20012 with flag 495001/495001
45.27/43.32	c cleaning 10002 clauses out of 20016 with flag 505000/505000
46.07/44.10	c cleaning 10000 clauses out of 20014 with flag 515000/515000
46.77/44.86	c cleaning 9995 clauses out of 20014 with flag 525000/525000
47.57/45.61	c cleaning 10001 clauses out of 20019 with flag 535000/535000
48.18/46.27	c cleaning 10005 clauses out of 20019 with flag 545001/545001
48.88/46.96	c cleaning 10000 clauses out of 20014 with flag 555001/555001
49.68/47.73	c cleaning 9996 clauses out of 20013 with flag 565000/565000
50.38/48.42	c cleaning 9996 clauses out of 20017 with flag 575000/575000
51.08/49.18	c cleaning 10005 clauses out of 20023 with flag 585002/585002
51.89/49.98	c cleaning 10004 clauses out of 20020 with flag 595004/595004
52.60/50.66	c cleaning 10002 clauses out of 20014 with flag 605002/605002
53.19/51.26	c cleaning 10001 clauses out of 20011 with flag 615001/615001
53.99/52.03	c cleaning 10001 clauses out of 20016 with flag 625007/625007
54.80/52.82	c cleaning 9994 clauses out of 20008 with flag 635000/635000
55.49/53.58	c cleaning 10002 clauses out of 20015 with flag 645001/645001
56.30/54.33	c cleaning 9993 clauses out of 20013 with flag 655001/655001
57.10/55.15	c cleaning 10002 clauses out of 20019 with flag 665000/665000
57.90/55.92	c cleaning 10005 clauses out of 20018 with flag 675001/675001
58.70/56.71	c cleaning 9997 clauses out of 20012 with flag 685000/685000
59.70/57.72	c cleaning 10004 clauses out of 20017 with flag 695002/695002
60.50/58.54	c cleaning 10002 clauses out of 20012 with flag 705001/705001
61.20/59.21	c cleaning 10000 clauses out of 20010 with flag 715001/715001
61.90/59.93	c cleaning 9999 clauses out of 20009 with flag 725000/725000
62.90/60.92	c cleaning 9994 clauses out of 20010 with flag 735000/735000
63.70/61.74	c cleaning 9997 clauses out of 20017 with flag 745001/745001
64.50/62.53	c cleaning 10005 clauses out of 20019 with flag 755000/755000
65.30/63.39	c cleaning 10003 clauses out of 20015 with flag 765001/765001
66.30/64.31	c cleaning 9997 clauses out of 20013 with flag 775002/775002
67.20/65.21	c cleaning 10001 clauses out of 20014 with flag 785000/785000
68.01/66.07	c cleaning 10006 clauses out of 20013 with flag 795000/795000
69.02/67.02	c cleaning 9995 clauses out of 20008 with flag 805001/805001
69.91/67.93	c cleaning 10000 clauses out of 20013 with flag 815001/815001
70.71/68.76	c cleaning 10001 clauses out of 20012 with flag 825000/825000
71.51/69.58	c cleaning 9998 clauses out of 20011 with flag 835000/835000
72.32/70.31	c cleaning 10004 clauses out of 20013 with flag 845000/845000
73.01/71.00	c cleaning 10003 clauses out of 20012 with flag 855003/855003
73.72/71.76	c cleaning 9994 clauses out of 20006 with flag 865000/865000
74.52/72.52	c cleaning 10000 clauses out of 20014 with flag 875002/875002
75.22/73.28	c cleaning 10001 clauses out of 20014 with flag 885002/885002
76.22/74.22	c cleaning 10001 clauses out of 20011 with flag 895000/895000
77.12/75.17	c cleaning 9999 clauses out of 20012 with flag 905002/905002
78.12/76.17	c cleaning 9998 clauses out of 20012 with flag 915001/915001
79.03/77.03	c cleaning 9999 clauses out of 20013 with flag 925000/925000
79.82/77.82	c cleaning 9995 clauses out of 20014 with flag 935000/935000
80.52/78.55	c cleaning 10003 clauses out of 20019 with flag 945000/945000
81.23/79.25	c cleaning 10003 clauses out of 20019 with flag 955003/955003
81.93/79.96	c cleaning 10004 clauses out of 20015 with flag 965002/965002
82.72/80.74	c cleaning 9998 clauses out of 20012 with flag 975003/975003
83.43/81.49	c cleaning 9995 clauses out of 20011 with flag 985000/985000
84.23/82.28	c cleaning 10002 clauses out of 20016 with flag 995000/995000
85.03/83.01	c cleaning 9999 clauses out of 20014 with flag 1005000/1005000
85.73/83.77	c cleaning 10003 clauses out of 20016 with flag 1015001/1015001
86.43/84.46	c cleaning 10001 clauses out of 20012 with flag 1025000/1025000
87.23/85.27	c cleaning 9999 clauses out of 20012 with flag 1035001/1035001
87.94/85.97	c cleaning 10001 clauses out of 20014 with flag 1045002/1045002
88.74/86.72	c cleaning 10002 clauses out of 20011 with flag 1055000/1055000
89.54/87.51	c cleaning 10003 clauses out of 20011 with flag 1065002/1065002
90.35/88.38	c cleaning 10001 clauses out of 20007 with flag 1075002/1075002
91.16/89.10	c cleaning 9994 clauses out of 20003 with flag 1085000/1085000
91.56/89.52	c starts		: 218
91.56/89.52	c conflicts		: 1090379
91.56/89.52	c decisions		: 1841298
91.56/89.52	c propagations		: 46101502
91.56/89.52	c inspects		: 680959670
91.56/89.52	c learnt literals	: 7
91.56/89.52	c learnt binary clauses	: 75
91.56/89.52	c learnt ternary clauses	: 1227
91.56/89.52	c learnt clauses	: 1090371
91.56/89.52	c ignored clauses	: 0
91.56/89.52	c root simplifications	: 0
91.56/89.52	c removed literals (reason simplification)	: 6318677
91.56/89.52	c reason swapping (by a shorter reason)	: 0
91.56/89.52	c Calls to reduceDB	: 110
91.56/89.52	c number of reductions to clauses (during analyze)	: 0
91.56/89.52	c number of learned constraints concerned by reduction	: 0
91.56/89.52	c number of learning phase by resolution	: 0
91.56/89.52	c number of learning phase by cutting planes	: 0
91.56/89.52	c speed (assignments/second)	: 593686.0391742752
91.56/89.52	c non guided choices	3804
91.56/89.52	c learnt constraints type 
91.56/89.52	c constraints type 
91.56/89.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
91.56/89.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
91.56/89.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
91.56/89.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
91.56/89.52	s OPTIMUM FOUND
91.56/89.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 
91.56/89.52	c objective function=1
91.56/89.52	c Total wall clock time (in seconds): 89.428

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-2698700-1278326123/watcher-2698700-1278326123 -o /tmp/evaluation-result-2698700-1278326123/solver-2698700-1278326123 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698700-1278326123.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.00 2.00 1.82 3/200 4331
/proc/meminfo: memFree=32351348/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1832 CPUtime=0
/proc/4331/stat : 4331 (java) R 4329 4331 3919 0 -1 4194304 430 0 0 0 0 0 0 0 19 0 1 0 825060 1875968 160 4089446400 134512640 134550932 4286646992 18446744073709551615 7418452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4331/statm: 458 160 123 10 0 63 0

[startup+0.0544201 s]
/proc/loadavg: 2.00 2.00 1.82 3/200 4331
/proc/meminfo: memFree=32351348/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1528708 CPUtime=0.03
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 4062 0 1 0 3 0 0 0 19 0 18 0 825060 1565396992 3502 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 382177 3502 1078 10 0 379480 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528708

[startup+0.1004 s]
/proc/loadavg: 2.00 2.00 1.82 3/200 4331
/proc/meminfo: memFree=32351348/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1530148 CPUtime=0.1
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 5199 0 1 0 10 0 0 0 19 0 18 0 825060 1566871552 4634 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 382537 4634 1345 10 0 379840 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530148

[startup+0.300363 s]
/proc/loadavg: 2.00 2.00 1.82 3/200 4331
/proc/meminfo: memFree=32351348/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1532196 CPUtime=0.52
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 7594 0 1 0 51 1 0 0 19 0 18 0 825060 1568968704 6944 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 383049 6944 1410 10 0 380352 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532196

[startup+0.700288 s]
/proc/loadavg: 2.00 2.00 1.82 3/200 4331
/proc/meminfo: memFree=32351348/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1551288 CPUtime=1.71
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 16517 0 1 0 168 3 0 0 19 0 19 0 825060 1588518912 12903 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387822 12903 1422 10 0 385125 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1551288

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 1.82 4/219 4350
/proc/meminfo: memFree=32293104/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1549128 CPUtime=2.96
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 23370 0 1 0 293 3 0 0 19 0 19 0 825060 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387282 19339 1430 10 0 384585 0
[pid=4331/tid=4333] ppid=4329 vsize=1549128 CPUtime=1.48
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 13471 0 1 0 146 2 0 0 18 0 19 0 825061 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4109810327 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825063 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 825063 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1549128 CPUtime=0.73
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5724 0 0 0 72 1 0 0 16 0 19 0 825065 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1549128 CPUtime=0.74
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 3102 0 0 0 74 0 0 0 15 0 19 0 825065 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825065 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1586307072 19339 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1549128

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 1.82 3/219 4350
/proc/meminfo: memFree=32271156/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1549128 CPUtime=4.61
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 26400 0 1 0 457 4 0 0 19 0 19 0 825060 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387282 22362 1444 10 0 384585 0
[pid=4331/tid=4333] ppid=4329 vsize=1549128 CPUtime=3.05
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14337 0 1 0 303 2 0 0 21 0 19 0 825061 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4109522603 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 272 0 0 0 0 0 0 0 16 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 224 0 0 0 0 0 0 0 18 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 378 0 0 0 0 0 0 0 16 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 298 0 0 0 0 0 0 0 16 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1549128 CPUtime=0.01
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 824 0 0 0 1 0 0 0 15 0 19 0 825062 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1549128 CPUtime=0.76
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5731 0 0 0 75 1 0 0 15 0 19 0 825065 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1549128 CPUtime=0.76
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 3105 0 0 0 76 0 0 0 15 0 19 0 825065 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825065 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1549128 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1586307072 22362 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1549128

[startup+6.30126 s]
/proc/loadavg: 2.00 2.00 1.82 3/219 4350
/proc/meminfo: memFree=32264868/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1548440 CPUtime=7.87
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 26843 0 1 0 783 4 0 0 19 0 19 0 825060 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387110 22615 1444 10 0 384413 0
[pid=4331/tid=4333] ppid=4329 vsize=1548440 CPUtime=6.2
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14340 0 1 0 618 2 0 0 25 0 19 0 825061 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4109879392 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 378 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 300 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1548440 CPUtime=0.06
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 1136 0 0 0 6 0 0 0 16 0 19 0 825062 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1548440 CPUtime=0.77
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5733 0 0 0 76 1 0 0 15 0 19 0 825065 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1548440 CPUtime=0.8
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 3112 0 0 0 80 0 0 0 15 0 19 0 825065 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825065 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1585602560 22615 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1548440

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.82 3/219 4350
/proc/meminfo: memFree=32263988/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1548440 CPUtime=14.29
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 27139 0 1 0 1424 5 0 0 19 0 19 0 825060 1585602560 22904 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387110 22904 1444 10 0 384413 0
[pid=4331/tid=4333] ppid=4329 vsize=1548440 CPUtime=12.49
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14347 0 1 0 1247 2 0 0 25 0 19 0 825061 1585602560 22904 4089446400 134512640 134550932 4286646992 18446744073709551615 4109937305 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1548440 CPUtime=0
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 825062 1585602560 22904 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0

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

/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 277 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 86 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 76 0 0 0 2 0 0 0 16 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 380 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 305 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1548120 CPUtime=1.67
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 1874 0 0 0 165 2 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1548120 CPUtime=0.8
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5735 0 0 0 79 1 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1548120 CPUtime=1.14
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 4042 0 0 0 114 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 89.95
Current children cumulated vsize (KiB) 1548120

[startup+88.7011 s]
/proc/loadavg: 2.00 2.00 1.83 3/219 4352
/proc/meminfo: memFree=32261712/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1548120 CPUtime=90.76
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 28657 0 1 0 9066 10 0 0 19 0 19 0 825060 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387030 23382 1444 10 0 384333 0
[pid=4331/tid=4333] ppid=4329 vsize=1548120 CPUtime=86.8
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14445 0 1 0 8678 2 0 0 25 0 19 0 825061 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4109878989 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 277 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 86 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 380 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 305 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 57 0 0 0 2 0 0 0 16 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1548120 CPUtime=1.69
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 1874 0 0 0 167 2 0 0 16 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1548120 CPUtime=0.8
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5735 0 0 0 79 1 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1548120 CPUtime=1.14
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 4042 0 0 0 114 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.76
Current children cumulated vsize (KiB) 1548120

[startup+89.107 s]
/proc/loadavg: 2.00 2.00 1.83 3/219 4352
/proc/meminfo: memFree=32261588/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1548120 CPUtime=91.16
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 28657 0 1 0 9106 10 0 0 19 0 19 0 825060 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387030 23382 1444 10 0 384333 0
[pid=4331/tid=4333] ppid=4329 vsize=1548120 CPUtime=87.21
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14445 0 1 0 8719 2 0 0 25 0 19 0 825061 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4110317069 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 277 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 86 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 380 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 305 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 57 0 0 0 2 0 0 0 16 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1548120 CPUtime=1.69
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 1874 0 0 0 167 2 0 0 16 0 19 0 825062 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1548120 CPUtime=0.8
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5735 0 0 0 79 1 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1548120 CPUtime=1.14
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 4042 0 0 0 114 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825065 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1585274880 23382 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 91.16
Current children cumulated vsize (KiB) 1548120

[startup+89.501 s]
/proc/loadavg: 2.00 2.00 1.83 3/219 4352
/proc/meminfo: memFree=32261588/32951124 swapFree=67111528/67111528
[pid=4331] ppid=4329 vsize=1548120 CPUtime=91.56
/proc/4331/stat : 4331 (java) S 4329 4331 3919 0 -1 4202496 28664 0 1 0 9146 10 0 0 19 0 19 0 825060 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4331/statm: 387030 23388 1444 10 0 384333 0
[pid=4331/tid=4333] ppid=4329 vsize=1548120 CPUtime=87.58
/proc/4331/task/4333/stat : 4333 (java) R 4329 4331 3919 0 -1 4202560 14446 0 1 0 8756 2 0 0 25 0 19 0 825061 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4109876752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4331/tid=4334] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4334/stat : 4334 (java) S 4329 4331 3919 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4335] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4335/stat : 4335 (java) S 4329 4331 3919 0 -1 4202560 277 0 0 0 3 0 0 0 16 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 5 0 0 0
[pid=4331/tid=4336] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4336/stat : 4336 (java) S 4329 4331 3919 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4337] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4337/stat : 4337 (java) S 4329 4331 3919 0 -1 4202560 86 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4338] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4338/stat : 4338 (java) S 4329 4331 3919 0 -1 4202560 77 0 0 0 2 0 0 0 16 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4339] ppid=4329 vsize=1548120 CPUtime=0.03
/proc/4331/task/4339/stat : 4339 (java) S 4329 4331 3919 0 -1 4202560 380 0 0 0 3 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4340] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4340/stat : 4340 (java) S 4329 4331 3919 0 -1 4202560 305 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4341] ppid=4329 vsize=1548120 CPUtime=0.02
/proc/4331/task/4341/stat : 4341 (java) S 4329 4331 3919 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4342] ppid=4329 vsize=1548120 CPUtime=1.71
/proc/4331/task/4342/stat : 4342 (java) S 4329 4331 3919 0 -1 4202560 1879 0 0 0 169 2 0 0 15 0 19 0 825062 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 0 0 16800975 18446604471139217472 0 0 -1 7 0 0 0
[pid=4331/tid=4343] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4343/stat : 4343 (java) S 4329 4331 3919 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4344] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4344/stat : 4344 (java) S 4329 4331 3919 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 825063 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
[pid=4331/tid=4345] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4345/stat : 4345 (java) S 4329 4331 3919 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 19 0 825065 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4346] ppid=4329 vsize=1548120 CPUtime=0.81
/proc/4331/task/4346/stat : 4346 (java) S 4329 4331 3919 0 -1 4202560 5735 0 0 0 80 1 0 0 15 0 19 0 825065 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 0 0 0 0
[pid=4331/tid=4347] ppid=4329 vsize=1548120 CPUtime=1.14
/proc/4331/task/4347/stat : 4347 (java) S 4329 4331 3919 0 -1 4202560 4042 0 0 0 114 0 0 0 15 0 19 0 825065 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 1 0 0 0
[pid=4331/tid=4348] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4348/stat : 4348 (java) S 4329 4331 3919 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825065 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 4 0 0 0
[pid=4331/tid=4349] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4349/stat : 4349 (java) S 4329 4331 3919 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 825065 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 2 0 0 0
[pid=4331/tid=4350] ppid=4329 vsize=1548120 CPUtime=0
/proc/4331/task/4350/stat : 4350 (java) S 4329 4331 3919 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 825095 1585274880 23388 4089446400 134512640 134550932 4286646992 18446744073709551615 4294960144 0 4 0 16800975 18446604471139217472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 91.56
Current children cumulated vsize (KiB) 1548120

Child status: 30
Real time (s): 89.5853
CPU time (s): 91.6031
CPU user time (s): 91.4981
CPU system time (s): 0.104984
CPU usage (%): 102.252
Max. virtual memory (cumulated for all children) (KiB): 1551288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.4981
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28679
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= 5128
involuntary context switches= 20433

runsolver used 0.160975 second user time and 0.343947 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-05 12:35:23
IDJOB=2698700
IDBENCH=78967
IDSOLVER=1211
FILE ID=node133/2698700-1278326123
PBS_JOBID= 11207433
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900669797--soft-33-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-2698700-1278326123/watcher-2698700-1278326123 -o /tmp/evaluation-result-2698700-1278326123/solver-2698700-1278326123 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698700-1278326123.wbo

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

MD5SUM BENCH= ebc456211cf99aa767d1987ef9daf648
RANDOM SEED=2118498347

node133.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.844
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.68
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.844
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.844
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.74
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.844
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.84
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.844
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.844
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.82
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.844
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.67
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.844
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32351620 kB
Buffers:         22944 kB
Cached:         286400 kB
SwapCached:          0 kB
Active:         272336 kB
Inactive:       228328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32351620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      191464 kB
Mapped:          20348 kB
Slab:            36236 kB
PageTables:       5408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1636996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node133 at 2010-07-05 12:36:53