Trace number 2691446

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.0 2010-05-26Wrong Opt. 261.754 258.949

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
MD5SUMcfec29cd05a8fe08303725dcbadc3399
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 benchmark100.628
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100526
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691446-1277905704.wbo
0.11/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.211s.
0.51/0.31	c #vars     2035
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 825
0.51/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1796
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.41/0.65	c SATISFIABLE
1.41/0.65	c OPTIMIZING...
1.41/0.65	c Got one! Elapsed wall clock time (in seconds):0.551
1.41/0.65	o 260
2.00/0.80	c Got one! Elapsed wall clock time (in seconds):0.706
2.00/0.80	o 183
2.00/0.87	c Got one! Elapsed wall clock time (in seconds):0.771
2.00/0.87	o 173
2.30/0.99	c Got one! Elapsed wall clock time (in seconds):0.898
2.30/0.99	o 131
2.91/1.42	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.67/2.13	c cleaning 4246 clauses out of 8501 with flag 11001/11001
3.86/2.31	c Got one! Elapsed wall clock time (in seconds):2.213
3.86/2.31	o 119
4.00/2.49	c Got one! Elapsed wall clock time (in seconds):2.393
4.00/2.49	o 112
4.70/3.10	c cleaning 5623 clauses out of 11255 with flag 18001/18001
6.01/4.45	c cleaning 6811 clauses out of 13631 with flag 26000/26000
7.06/5.43	c Got one! Elapsed wall clock time (in seconds):5.338
7.06/5.43	o 109
7.49/5.80	c cleaning 7905 clauses out of 15820 with flag 35000/35000
8.79/7.11	c cleaning 8955 clauses out of 17917 with flag 45002/45002
10.39/8.78	c cleaning 9477 clauses out of 18962 with flag 55002/55002
12.19/10.52	c cleaning 9737 clauses out of 19483 with flag 65000/65000
13.70/12.07	c cleaning 9862 clauses out of 19747 with flag 75001/75001
15.20/13.59	c cleaning 9936 clauses out of 19886 with flag 85002/85002
17.01/15.32	c cleaning 9965 clauses out of 19949 with flag 95001/95001
18.41/16.80	c Got one! Elapsed wall clock time (in seconds):16.699
18.41/16.80	o 71
18.61/16.94	c cleaning 9985 clauses out of 19986 with flag 105003/105003
19.71/18.00	c cleaning 9981 clauses out of 19998 with flag 115000/115000
20.71/19.04	c cleaning 10000 clauses out of 20019 with flag 125002/125002
21.71/20.05	c cleaning 10004 clauses out of 20018 with flag 135001/135001
22.62/20.97	c cleaning 10003 clauses out of 20014 with flag 145001/145001
22.91/21.21	c Got one! Elapsed wall clock time (in seconds):21.117
22.91/21.21	o 43
23.62/21.94	c cleaning 9995 clauses out of 20011 with flag 155001/155001
24.52/22.83	c cleaning 9996 clauses out of 20016 with flag 165001/165001
25.33/23.65	c cleaning 10006 clauses out of 20020 with flag 175001/175001
26.13/24.49	c cleaning 9999 clauses out of 20014 with flag 185001/185001
27.05/25.36	c cleaning 10004 clauses out of 20015 with flag 195001/195001
27.94/26.21	c cleaning 9999 clauses out of 20010 with flag 205000/205000
28.74/27.00	c cleaning 10003 clauses out of 20011 with flag 215000/215000
29.45/27.75	c cleaning 9998 clauses out of 20008 with flag 225000/225000
30.15/28.50	c cleaning 9999 clauses out of 20011 with flag 235001/235001
30.45/28.71	c Got one! Elapsed wall clock time (in seconds):28.612
30.45/28.71	o 35
31.05/29.37	c cleaning 9999 clauses out of 20011 with flag 245000/245000
31.95/30.23	c cleaning 9999 clauses out of 20013 with flag 255001/255001
32.76/31.05	c cleaning 9998 clauses out of 20014 with flag 265001/265001
33.46/31.79	c cleaning 10001 clauses out of 20016 with flag 275001/275001
34.26/32.52	c cleaning 10002 clauses out of 20016 with flag 285002/285002
34.96/33.28	c cleaning 10006 clauses out of 20018 with flag 295006/295006
35.77/34.01	c cleaning 9996 clauses out of 20008 with flag 305002/305002
36.47/34.77	c cleaning 9999 clauses out of 20010 with flag 315000/315000
37.27/35.52	c cleaning 10000 clauses out of 20011 with flag 325000/325000
38.08/36.31	c cleaning 10000 clauses out of 20011 with flag 335000/335000
38.77/37.05	c cleaning 10004 clauses out of 20011 with flag 345000/345000
39.58/37.83	c cleaning 9995 clauses out of 20008 with flag 355001/355001
40.28/38.56	c cleaning 10004 clauses out of 20013 with flag 365001/365001
41.08/39.32	c cleaning 10001 clauses out of 20009 with flag 375001/375001
41.88/40.13	c cleaning 10000 clauses out of 20007 with flag 385000/385000
42.58/40.88	c cleaning 9993 clauses out of 20007 with flag 395000/395000
43.38/41.65	c cleaning 10005 clauses out of 20017 with flag 405003/405003
44.19/42.43	c cleaning 10000 clauses out of 20012 with flag 415003/415003
45.09/43.31	c cleaning 9999 clauses out of 20009 with flag 425000/425000
45.80/44.04	c cleaning 9998 clauses out of 20010 with flag 435000/435000
46.60/44.84	c cleaning 9999 clauses out of 20012 with flag 445000/445000
47.30/45.57	c cleaning 10006 clauses out of 20015 with flag 455002/455002
48.10/46.33	c cleaning 9998 clauses out of 20007 with flag 465000/465000
48.80/47.03	c cleaning 10001 clauses out of 20010 with flag 475001/475001
49.51/47.74	c cleaning 9999 clauses out of 20008 with flag 485000/485000
50.22/48.49	c cleaning 9991 clauses out of 20012 with flag 495003/495003
51.02/49.22	c cleaning 10007 clauses out of 20022 with flag 505004/505004
51.72/49.99	c cleaning 10003 clauses out of 20011 with flag 515000/515000
52.53/50.70	c cleaning 9996 clauses out of 20008 with flag 525000/525000
53.23/51.40	c cleaning 9999 clauses out of 20012 with flag 535000/535000
53.94/52.11	c cleaning 9998 clauses out of 20016 with flag 545003/545003
54.65/52.82	c cleaning 10004 clauses out of 20017 with flag 555002/555002
55.34/53.54	c cleaning 9992 clauses out of 20011 with flag 565000/565000
56.05/54.25	c cleaning 10000 clauses out of 20019 with flag 575000/575000
56.75/54.96	c cleaning 10002 clauses out of 20019 with flag 585000/585000
57.45/55.68	c cleaning 10004 clauses out of 20018 with flag 595001/595001
58.25/56.41	c cleaning 10002 clauses out of 20015 with flag 605002/605002
58.95/57.19	c cleaning 10001 clauses out of 20012 with flag 615001/615001
59.77/57.92	c cleaning 9996 clauses out of 20010 with flag 625000/625000
60.48/58.68	c cleaning 9999 clauses out of 20014 with flag 635000/635000
61.29/59.45	c cleaning 10004 clauses out of 20016 with flag 645001/645001
62.09/60.23	c cleaning 9999 clauses out of 20012 with flag 655001/655001
62.79/60.95	c cleaning 10003 clauses out of 20012 with flag 665000/665000
63.50/61.69	c cleaning 10003 clauses out of 20009 with flag 675000/675000
64.30/62.48	c cleaning 9995 clauses out of 20007 with flag 685001/685001
65.10/63.21	c cleaning 10003 clauses out of 20011 with flag 695000/695000
65.80/63.95	c cleaning 9998 clauses out of 20009 with flag 705001/705001
66.60/64.77	c cleaning 10001 clauses out of 20012 with flag 715002/715002
67.40/65.53	c cleaning 10001 clauses out of 20010 with flag 725001/725001
68.11/66.28	c cleaning 10001 clauses out of 20008 with flag 735000/735000
69.01/67.13	c cleaning 10002 clauses out of 20011 with flag 745004/745004
69.71/67.88	c cleaning 9999 clauses out of 20006 with flag 755001/755001
70.51/68.68	c cleaning 9993 clauses out of 20006 with flag 765000/765000
71.32/69.44	c cleaning 10001 clauses out of 20014 with flag 775001/775001
72.02/70.16	c cleaning 10003 clauses out of 20012 with flag 785000/785000
72.82/70.95	c cleaning 9996 clauses out of 20009 with flag 795000/795000
73.62/71.70	c cleaning 10002 clauses out of 20013 with flag 805000/805000
74.33/72.45	c cleaning 9999 clauses out of 20011 with flag 815000/815000
75.13/73.21	c cleaning 10000 clauses out of 20015 with flag 825003/825003
75.93/74.01	c cleaning 10000 clauses out of 20012 with flag 835000/835000
76.64/74.79	c cleaning 10000 clauses out of 20012 with flag 845000/845000
77.44/75.58	c cleaning 10000 clauses out of 20014 with flag 855002/855002
78.24/76.31	c cleaning 10000 clauses out of 20013 with flag 865001/865001
78.95/77.08	c cleaning 10001 clauses out of 20013 with flag 875001/875001
79.74/77.82	c cleaning 10000 clauses out of 20012 with flag 885001/885001
80.44/78.58	c cleaning 10000 clauses out of 20012 with flag 895001/895001
81.25/79.35	c cleaning 9999 clauses out of 20013 with flag 905002/905002
82.05/80.16	c cleaning 9999 clauses out of 20012 with flag 915000/915000
82.95/81.03	c cleaning 9998 clauses out of 20013 with flag 925000/925000
83.65/81.76	c cleaning 10002 clauses out of 20015 with flag 935000/935000
84.55/82.62	c cleaning 10001 clauses out of 20014 with flag 945001/945001
85.35/83.47	c cleaning 10003 clauses out of 20012 with flag 955000/955000
86.15/84.26	c cleaning 10002 clauses out of 20010 with flag 965001/965001
87.06/85.13	c cleaning 9995 clauses out of 20008 with flag 975001/975001
87.86/85.96	c cleaning 9996 clauses out of 20012 with flag 985000/985000
88.77/86.81	c cleaning 10002 clauses out of 20017 with flag 995001/995001
89.57/87.64	c cleaning 10001 clauses out of 20014 with flag 1005000/1005000
90.27/88.39	c cleaning 10000 clauses out of 20014 with flag 1015001/1015001
91.08/89.17	c cleaning 10000 clauses out of 20013 with flag 1025000/1025000
91.88/89.93	c cleaning 10002 clauses out of 20013 with flag 1035000/1035000
92.58/90.68	c cleaning 9998 clauses out of 20012 with flag 1045001/1045001
93.38/91.41	c cleaning 10000 clauses out of 20016 with flag 1055003/1055003
94.08/92.14	c cleaning 10004 clauses out of 20013 with flag 1065000/1065000
94.78/92.89	c cleaning 10000 clauses out of 20010 with flag 1075001/1075001
95.69/93.72	c cleaning 9991 clauses out of 20009 with flag 1085000/1085000
96.49/94.55	c cleaning 10004 clauses out of 20018 with flag 1095000/1095000
97.29/95.32	c cleaning 10000 clauses out of 20014 with flag 1105000/1105000
98.09/96.14	c cleaning 9997 clauses out of 20014 with flag 1115000/1115000
98.89/96.91	c cleaning 10002 clauses out of 20018 with flag 1125001/1125001
99.69/97.74	c cleaning 10002 clauses out of 20015 with flag 1135000/1135000
100.49/98.52	c cleaning 10004 clauses out of 20013 with flag 1145000/1145000
101.28/99.34	c cleaning 9997 clauses out of 20009 with flag 1155000/1155000
102.10/100.18	c cleaning 9993 clauses out of 20012 with flag 1165000/1165000
102.89/100.95	c cleaning 10005 clauses out of 20020 with flag 1175001/1175001
103.80/101.82	c cleaning 10003 clauses out of 20014 with flag 1185000/1185000
104.60/102.69	c cleaning 10000 clauses out of 20011 with flag 1195000/1195000
105.50/103.52	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
106.30/104.30	c cleaning 9999 clauses out of 20012 with flag 1215001/1215001
107.10/105.14	c cleaning 10002 clauses out of 20013 with flag 1225001/1225001
107.90/105.96	c cleaning 10000 clauses out of 20012 with flag 1235002/1235002
108.81/106.80	c cleaning 10001 clauses out of 20011 with flag 1245001/1245001
109.61/107.63	c cleaning 9999 clauses out of 20009 with flag 1255000/1255000
110.42/108.42	c cleaning 10002 clauses out of 20011 with flag 1265001/1265001
111.22/109.23	c cleaning 9999 clauses out of 20008 with flag 1275000/1275000
112.03/110.06	c cleaning 9999 clauses out of 20011 with flag 1285002/1285002
112.83/110.88	c cleaning 10000 clauses out of 20010 with flag 1295000/1295000
113.63/111.68	c cleaning 9997 clauses out of 20010 with flag 1305000/1305000
114.44/112.45	c cleaning 9997 clauses out of 20014 with flag 1315001/1315001
115.35/113.33	c cleaning 10002 clauses out of 20016 with flag 1325000/1325000
116.25/114.21	c cleaning 10001 clauses out of 20015 with flag 1335001/1335001
117.05/115.09	c cleaning 10000 clauses out of 20014 with flag 1345001/1345001
117.96/115.93	c cleaning 10005 clauses out of 20013 with flag 1355000/1355000
118.76/116.78	c cleaning 10001 clauses out of 20011 with flag 1365003/1365003
119.77/117.71	c cleaning 10002 clauses out of 20011 with flag 1375004/1375004
120.56/118.57	c cleaning 10000 clauses out of 20007 with flag 1385002/1385002
121.36/119.37	c cleaning 9998 clauses out of 20005 with flag 1395000/1395000
122.27/120.24	c cleaning 9998 clauses out of 20008 with flag 1405001/1405001
123.08/121.08	c cleaning 9997 clauses out of 20009 with flag 1415000/1415000
123.98/121.91	c cleaning 10000 clauses out of 20012 with flag 1425000/1425000
124.68/122.67	c cleaning 9999 clauses out of 20012 with flag 1435000/1435000
125.48/123.43	c cleaning 9992 clauses out of 20013 with flag 1445000/1445000
126.29/124.23	c cleaning 10007 clauses out of 20025 with flag 1455004/1455004
127.09/125.02	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
127.89/125.83	c cleaning 10002 clauses out of 20013 with flag 1475000/1475000
128.69/126.67	c cleaning 10002 clauses out of 20011 with flag 1485000/1485000
129.50/127.48	c cleaning 9998 clauses out of 20009 with flag 1495000/1495000
130.30/128.27	c cleaning 10001 clauses out of 20011 with flag 1505000/1505000
131.10/129.02	c cleaning 9999 clauses out of 20010 with flag 1515000/1515000
131.91/129.86	c cleaning 9996 clauses out of 20011 with flag 1525000/1525000
132.80/130.74	c cleaning 9997 clauses out of 20016 with flag 1535001/1535001
133.61/131.59	c cleaning 10003 clauses out of 20018 with flag 1545000/1545000
134.51/132.46	c cleaning 10004 clauses out of 20016 with flag 1555001/1555001
135.31/133.28	c cleaning 9996 clauses out of 20011 with flag 1565000/1565000
136.11/134.09	c cleaning 10000 clauses out of 20017 with flag 1575002/1575002
136.91/134.83	c cleaning 10003 clauses out of 20019 with flag 1585004/1585004
137.71/135.62	c cleaning 9999 clauses out of 20012 with flag 1595000/1595000
138.42/136.40	c cleaning 10002 clauses out of 20013 with flag 1605000/1605000
139.21/137.18	c cleaning 9997 clauses out of 20011 with flag 1615000/1615000
140.01/137.99	c cleaning 9998 clauses out of 20014 with flag 1625000/1625000
140.92/138.80	c cleaning 10000 clauses out of 20016 with flag 1635000/1635000
141.74/139.61	c cleaning 10001 clauses out of 20017 with flag 1645001/1645001
142.53/140.42	c cleaning 10003 clauses out of 20016 with flag 1655001/1655001
143.33/141.24	c cleaning 10002 clauses out of 20014 with flag 1665002/1665002
144.04/141.97	c cleaning 10003 clauses out of 20012 with flag 1675002/1675002
144.84/142.73	c cleaning 10000 clauses out of 20007 with flag 1685000/1685000
145.64/143.51	c cleaning 9999 clauses out of 20009 with flag 1695002/1695002
146.34/144.30	c cleaning 9998 clauses out of 20010 with flag 1705002/1705002
147.25/145.16	c cleaning 9999 clauses out of 20010 with flag 1715000/1715000
148.04/145.93	c cleaning 9999 clauses out of 20011 with flag 1725000/1725000
148.75/146.68	c cleaning 10003 clauses out of 20012 with flag 1735000/1735000
149.55/147.41	c cleaning 10000 clauses out of 20009 with flag 1745000/1745000
150.35/148.25	c cleaning 10001 clauses out of 20009 with flag 1755000/1755000
151.15/149.07	c cleaning 10001 clauses out of 20011 with flag 1765003/1765003
151.95/149.82	c cleaning 9999 clauses out of 20009 with flag 1775002/1775002
152.76/150.67	c cleaning 9998 clauses out of 20008 with flag 1785000/1785000
153.76/151.66	c cleaning 9999 clauses out of 20012 with flag 1795002/1795002
154.56/152.49	c cleaning 10002 clauses out of 20012 with flag 1805001/1805001
155.45/153.35	c cleaning 9999 clauses out of 20010 with flag 1815001/1815001
156.25/154.14	c cleaning 10001 clauses out of 20011 with flag 1825001/1825001
157.06/154.95	c cleaning 9999 clauses out of 20009 with flag 1835000/1835000
157.86/155.72	c cleaning 10000 clauses out of 20010 with flag 1845000/1845000
158.76/156.64	c cleaning 10001 clauses out of 20011 with flag 1855001/1855001
159.56/157.44	c cleaning 9996 clauses out of 20010 with flag 1865001/1865001
160.46/158.34	c cleaning 10001 clauses out of 20013 with flag 1875000/1875000
161.36/159.26	c cleaning 10000 clauses out of 20012 with flag 1885000/1885000
162.27/160.14	c cleaning 10001 clauses out of 20015 with flag 1895003/1895003
163.06/160.94	c cleaning 10000 clauses out of 20012 with flag 1905001/1905001
163.87/161.71	c cleaning 10000 clauses out of 20013 with flag 1915002/1915002
164.57/162.48	c cleaning 10002 clauses out of 20011 with flag 1925000/1925000
165.46/163.30	c cleaning 9995 clauses out of 20009 with flag 1935000/1935000
166.27/164.10	c cleaning 10002 clauses out of 20016 with flag 1945002/1945002
167.07/164.95	c cleaning 10005 clauses out of 20015 with flag 1955003/1955003
167.87/165.79	c cleaning 9997 clauses out of 20008 with flag 1965001/1965001
168.77/166.64	c cleaning 9999 clauses out of 20010 with flag 1975000/1975000
169.57/167.49	c cleaning 9998 clauses out of 20012 with flag 1985001/1985001
170.48/168.34	c cleaning 10001 clauses out of 20013 with flag 1995000/1995000
171.28/169.17	c cleaning 10002 clauses out of 20014 with flag 2005002/2005002
172.18/170.02	c cleaning 10003 clauses out of 20010 with flag 2015000/2015000
173.08/170.95	c cleaning 9995 clauses out of 20007 with flag 2025000/2025000
173.88/171.77	c cleaning 10001 clauses out of 20013 with flag 2035001/2035001
174.79/172.62	c cleaning 9997 clauses out of 20011 with flag 2045000/2045000
175.59/173.46	c cleaning 10004 clauses out of 20015 with flag 2055001/2055001
176.39/174.24	c cleaning 9997 clauses out of 20010 with flag 2065000/2065000
177.10/174.99	c cleaning 10000 clauses out of 20014 with flag 2075001/2075001
177.91/175.79	c cleaning 10001 clauses out of 20015 with flag 2085002/2085002
178.71/176.56	c cleaning 9993 clauses out of 20013 with flag 2095001/2095001
179.61/177.48	c cleaning 10003 clauses out of 20021 with flag 2105002/2105002
180.52/178.35	c cleaning 10002 clauses out of 20016 with flag 2115000/2115000
181.32/179.13	c cleaning 10001 clauses out of 20015 with flag 2125001/2125001
182.12/179.94	c cleaning 10003 clauses out of 20015 with flag 2135002/2135002
182.92/180.72	c cleaning 10000 clauses out of 20012 with flag 2145002/2145002
183.63/181.49	c cleaning 10000 clauses out of 20010 with flag 2155000/2155000
184.53/182.35	c cleaning 9995 clauses out of 20010 with flag 2165000/2165000
185.33/183.12	c cleaning 10005 clauses out of 20016 with flag 2175001/2175001
186.03/183.83	c cleaning 9999 clauses out of 20010 with flag 2185000/2185000
186.83/184.61	c cleaning 9998 clauses out of 20012 with flag 2195001/2195001
187.53/185.34	c cleaning 10003 clauses out of 20015 with flag 2205002/2205002
188.33/186.10	c cleaning 10002 clauses out of 20013 with flag 2215003/2215003
188.94/186.79	c cleaning 9990 clauses out of 20008 with flag 2225000/2225000
189.74/187.54	c cleaning 10002 clauses out of 20018 with flag 2235000/2235000
190.44/188.27	c cleaning 9997 clauses out of 20018 with flag 2245002/2245002
191.15/188.97	c cleaning 10006 clauses out of 20019 with flag 2255000/2255000
191.96/189.72	c cleaning 10000 clauses out of 20013 with flag 2265000/2265000
192.66/190.48	c cleaning 10003 clauses out of 20017 with flag 2275004/2275004
193.46/191.21	c cleaning 9997 clauses out of 20010 with flag 2285000/2285000
194.16/191.94	c cleaning 10003 clauses out of 20014 with flag 2295001/2295001
194.86/192.63	c cleaning 9999 clauses out of 20010 with flag 2305000/2305000
195.56/193.35	c cleaning 10001 clauses out of 20012 with flag 2315001/2315001
196.37/194.12	c cleaning 10000 clauses out of 20011 with flag 2325001/2325001
197.07/194.82	c cleaning 10001 clauses out of 20012 with flag 2335002/2335002
197.77/195.56	c cleaning 10003 clauses out of 20010 with flag 2345001/2345001
198.48/196.30	c cleaning 9998 clauses out of 20006 with flag 2355000/2355000
199.28/197.05	c cleaning 10001 clauses out of 20010 with flag 2365002/2365002
199.98/197.78	c cleaning 9999 clauses out of 20008 with flag 2375001/2375001
200.79/198.51	c cleaning 10000 clauses out of 20008 with flag 2385000/2385000
201.60/199.32	c cleaning 9999 clauses out of 20009 with flag 2395001/2395001
202.40/200.11	c cleaning 10000 clauses out of 20010 with flag 2405001/2405001
203.21/200.92	c cleaning 9991 clauses out of 20009 with flag 2415000/2415000
203.91/201.67	c cleaning 10002 clauses out of 20018 with flag 2425000/2425000
204.71/202.40	c cleaning 10005 clauses out of 20017 with flag 2435001/2435001
205.41/203.12	c cleaning 10000 clauses out of 20012 with flag 2445001/2445001
206.12/203.89	c cleaning 10003 clauses out of 20014 with flag 2455003/2455003
206.93/204.65	c cleaning 9996 clauses out of 20008 with flag 2465000/2465000
207.73/205.41	c cleaning 10004 clauses out of 20015 with flag 2475003/2475003
208.44/206.17	c cleaning 10000 clauses out of 20008 with flag 2485000/2485000
209.14/206.86	c cleaning 10000 clauses out of 20010 with flag 2495002/2495002
209.94/207.62	c cleaning 10003 clauses out of 20010 with flag 2505002/2505002
210.64/208.39	c cleaning 9995 clauses out of 20005 with flag 2515000/2515000
211.45/209.12	c cleaning 9998 clauses out of 20011 with flag 2525001/2525001
212.15/209.85	c cleaning 10000 clauses out of 20015 with flag 2535003/2535003
212.85/210.57	c cleaning 10003 clauses out of 20014 with flag 2545002/2545002
213.66/211.34	c cleaning 10000 clauses out of 20010 with flag 2555001/2555001
214.46/212.16	c cleaning 9998 clauses out of 20011 with flag 2565002/2565002
215.26/212.94	c cleaning 10001 clauses out of 20012 with flag 2575001/2575001
216.06/213.72	c cleaning 9999 clauses out of 20010 with flag 2585000/2585000
216.77/214.47	c cleaning 10003 clauses out of 20013 with flag 2595002/2595002
217.57/215.24	c cleaning 9997 clauses out of 20009 with flag 2605001/2605001
218.27/215.99	c cleaning 10002 clauses out of 20013 with flag 2615002/2615002
219.08/216.74	c cleaning 9998 clauses out of 20011 with flag 2625002/2625002
219.78/217.45	c cleaning 10003 clauses out of 20011 with flag 2635000/2635000
220.48/218.16	c cleaning 10001 clauses out of 20009 with flag 2645001/2645001
221.20/218.88	c cleaning 9996 clauses out of 20008 with flag 2655001/2655001
221.99/219.66	c cleaning 10001 clauses out of 20011 with flag 2665000/2665000
222.79/220.46	c cleaning 9999 clauses out of 20010 with flag 2675000/2675000
223.59/221.22	c cleaning 9998 clauses out of 20012 with flag 2685001/2685001
224.40/222.00	c cleaning 9996 clauses out of 20014 with flag 2695001/2695001
225.10/222.74	c cleaning 10005 clauses out of 20022 with flag 2705005/2705005
225.80/223.50	c cleaning 9999 clauses out of 20012 with flag 2715000/2715000
226.60/224.29	c cleaning 10005 clauses out of 20020 with flag 2725007/2725007
227.40/225.05	c cleaning 10001 clauses out of 20009 with flag 2735001/2735001
228.10/225.79	c cleaning 9995 clauses out of 20007 with flag 2745000/2745000
228.81/226.49	c cleaning 10003 clauses out of 20013 with flag 2755001/2755001
229.62/227.29	c cleaning 10001 clauses out of 20009 with flag 2765000/2765000
230.42/228.04	c cleaning 9998 clauses out of 20008 with flag 2775000/2775000
231.13/228.75	c cleaning 10000 clauses out of 20011 with flag 2785001/2785001
231.83/229.45	c cleaning 9996 clauses out of 20011 with flag 2795001/2795001
232.53/230.17	c cleaning 10003 clauses out of 20016 with flag 2805002/2805002
233.23/230.90	c cleaning 10002 clauses out of 20011 with flag 2815000/2815000
234.04/231.66	c cleaning 9999 clauses out of 20009 with flag 2825000/2825000
234.84/232.40	c cleaning 10000 clauses out of 20011 with flag 2835001/2835001
235.54/233.14	c cleaning 9997 clauses out of 20010 with flag 2845000/2845000
236.34/233.92	c cleaning 10003 clauses out of 20014 with flag 2855001/2855001
237.04/234.65	c cleaning 10001 clauses out of 20012 with flag 2865002/2865002
237.85/235.47	c cleaning 10000 clauses out of 20009 with flag 2875000/2875000
238.65/236.25	c cleaning 10001 clauses out of 20010 with flag 2885001/2885001
239.45/237.08	c cleaning 9996 clauses out of 20010 with flag 2895002/2895002
240.25/237.89	c cleaning 9993 clauses out of 20012 with flag 2905000/2905000
241.05/238.69	c cleaning 10007 clauses out of 20021 with flag 2915002/2915002
242.12/239.60	c cleaning 10000 clauses out of 20012 with flag 2925000/2925000
242.98/240.37	c cleaning 9999 clauses out of 20013 with flag 2935001/2935001
243.78/241.17	c cleaning 10001 clauses out of 20013 with flag 2945000/2945000
244.59/241.95	c cleaning 10001 clauses out of 20013 with flag 2955001/2955001
245.39/242.73	c cleaning 10001 clauses out of 20012 with flag 2965001/2965001
246.19/243.55	c cleaning 10002 clauses out of 20010 with flag 2975000/2975000
246.99/244.36	c cleaning 9996 clauses out of 20008 with flag 2985000/2985000
247.80/245.16	c cleaning 10002 clauses out of 20013 with flag 2995001/2995001
248.60/245.94	c cleaning 10000 clauses out of 20010 with flag 3005000/3005000
249.40/246.75	c cleaning 10003 clauses out of 20013 with flag 3015003/3015003
250.30/247.64	c cleaning 9998 clauses out of 20008 with flag 3025001/3025001
251.10/248.43	c cleaning 10002 clauses out of 20010 with flag 3035001/3035001
251.91/249.21	c cleaning 10000 clauses out of 20009 with flag 3045002/3045002
252.82/250.15	c cleaning 10004 clauses out of 20009 with flag 3055002/3055002
253.63/250.97	c cleaning 9999 clauses out of 20003 with flag 3065000/3065000
254.43/251.73	c cleaning 9998 clauses out of 20004 with flag 3075000/3075000
255.23/252.56	c cleaning 9997 clauses out of 20007 with flag 3085001/3085001
255.93/253.26	c cleaning 9998 clauses out of 20009 with flag 3095000/3095000
256.73/254.05	c cleaning 9995 clauses out of 20011 with flag 3105000/3105000
257.63/254.98	c cleaning 10002 clauses out of 20016 with flag 3115000/3115000
258.46/255.75	c cleaning 9999 clauses out of 20017 with flag 3125003/3125003
259.18/256.48	c cleaning 10002 clauses out of 20015 with flag 3135000/3135000
259.99/257.23	c cleaning 9999 clauses out of 20016 with flag 3145003/3145003
260.69/257.94	c cleaning 10003 clauses out of 20015 with flag 3155001/3155001
261.50/258.72	c cleaning 10000 clauses out of 20013 with flag 3165003/3165003
261.71/258.93	c starts		: 258
261.71/258.93	c conflicts		: 3168247
261.71/258.93	c decisions		: 4554922
261.71/258.93	c propagations		: 232233388
261.71/258.93	c inspects		: 1759936175
261.71/258.93	c learnt literals	: 8
261.71/258.93	c learnt binary clauses	: 17
261.71/258.93	c learnt ternary clauses	: 345
261.71/258.93	c learnt clauses	: 3168238
261.71/258.93	c ignored clauses	: 0
261.71/258.93	c root simplifications	: 0
261.71/258.93	c removed literals (reason simplification)	: 15291007
261.71/258.93	c reason swapping (by a shorter reason)	: 0
261.71/258.93	c Calls to reduceDB	: 318
261.71/258.93	c number of reductions to clauses (during analyze)	: 0
261.71/258.93	c number of learned constraints concerned by reduction	: 0
261.71/258.93	c number of learning phase by resolution	: 0
261.71/258.93	c number of learning phase by cutting planes	: 0
261.71/258.93	c speed (assignments/second)	: 1008745.495612892
261.71/258.93	c non guided choices	2894
261.71/258.93	c learnt constraints type 
261.71/258.93	c constraints type 
261.71/258.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 825
261.71/258.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1796
261.71/258.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
261.71/258.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
261.71/258.93	s OPTIMUM FOUND
261.71/258.93	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 
261.71/258.93	c objective function=35
261.71/258.93	c Total wall clock time (in seconds): 258.835

Verifier Data

OK	35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691446-1277905704/watcher-2691446-1277905704 -o /tmp/evaluation-result-2691446-1277905704/solver-2691446-1277905704 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691446-1277905704.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.02 2.07 2.17 3/196 3253
/proc/meminfo: memFree=31237696/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=248 CPUtime=0
/proc/3253/stat : 3253 (java) R 3250 3253 2256 0 -1 4194304 279 0 0 0 0 0 0 0 17 0 1 0 131998712 253952 26 4089446400 134512640 134550932 4290323120 18446744073709551615 9687953 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3253/statm: 62 29 21 10 0 23 0

[startup+0.0703451 s]
/proc/loadavg: 2.02 2.07 2.17 3/196 3253
/proc/meminfo: memFree=31237696/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1528572 CPUtime=0.05
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 4278 0 1 0 5 0 0 0 17 0 18 0 131998712 1565257728 3718 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 382143 3718 1091 10 0 379445 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528572

[startup+0.10092 s]
/proc/loadavg: 2.02 2.07 2.17 3/196 3253
/proc/meminfo: memFree=31237696/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1529920 CPUtime=0.11
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 5216 0 1 0 10 1 0 0 17 0 18 0 131998712 1566638080 4654 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 382480 4655 1346 10 0 379782 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529920

[startup+0.301832 s]
/proc/loadavg: 2.02 2.07 2.17 3/196 3253
/proc/meminfo: memFree=31237696/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1532168 CPUtime=0.51
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 11571 0 1 0 50 1 0 0 17 0 18 0 131998712 1568940032 10819 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 383042 10820 1410 10 0 380344 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1532168

[startup+0.700717 s]
/proc/loadavg: 2.02 2.07 2.17 3/196 3253
/proc/meminfo: memFree=31237696/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549924 CPUtime=1.7
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 20511 0 1 0 167 3 0 0 17 0 19 0 131998712 1587122176 16338 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387481 16338 1423 10 0 384783 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1549924

[startup+1.50161 s]
/proc/loadavg: 2.02 2.07 2.17 4/215 3272
/proc/meminfo: memFree=31171028/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549924 CPUtime=3.03
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 24096 0 1 0 300 3 0 0 17 0 19 0 131998712 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387481 19610 1445 10 0 384783 0
[pid=3253/tid=3255] ppid=3250 vsize=1549924 CPUtime=1.45
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12560 0 1 0 144 1 0 0 25 0 19 0 131998712 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4110050776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 166 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 19 0 131998713 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 425 0 0 0 0 0 0 0 15 0 19 0 131998714 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549924 CPUtime=0.74
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5497 0 0 0 74 0 0 0 15 0 19 0 131998716 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549924 CPUtime=0.79
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 4111 0 0 0 79 0 0 0 15 0 19 0 131998716 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 131998716 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1587122176 19610 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 1549924

[startup+3.10132 s]
/proc/loadavg: 2.01 2.07 2.17 3/215 3272
/proc/meminfo: memFree=31164084/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549924 CPUtime=4.7
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 24528 0 1 0 467 3 0 0 17 0 19 0 131998712 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387481 20040 1445 10 0 384783 0
[pid=3253/tid=3255] ppid=3250 vsize=1549924 CPUtime=3.04
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12562 0 1 0 303 1 0 0 25 0 19 0 131998712 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4109477547 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 262 0 0 0 0 0 0 0 16 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 131998713 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549924 CPUtime=0.01
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 562 0 0 0 1 0 0 0 15 0 19 0 131998714 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549924 CPUtime=0.78
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5503 0 0 0 78 0 0 0 15 0 19 0 131998716 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549924 CPUtime=0.82
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 4114 0 0 0 82 0 0 0 15 0 19 0 131998716 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 131998716 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549924 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1587122176 20040 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1549924

[startup+6.30071 s]
/proc/loadavg: 2.01 2.07 2.17 3/215 3272
/proc/meminfo: memFree=31159248/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549352 CPUtime=7.99
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 24904 0 1 0 795 4 0 0 17 0 19 0 131998712 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387338 20216 1445 10 0 384640 0
[pid=3253/tid=3255] ppid=3250 vsize=1549352 CPUtime=6.2
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12565 0 1 0 619 1 0 0 25 0 19 0 131998712 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4109859082 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549352 CPUtime=0.05
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 773 0 0 0 5 0 0 0 16 0 19 0 131998714 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549352 CPUtime=0.83
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5511 0 0 0 83 0 0 0 15 0 19 0 131998716 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549352 CPUtime=0.85
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 4116 0 0 0 85 0 0 0 15 0 19 0 131998716 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 131998716 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1586536448 20216 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1549352

[startup+12.7015 s]
/proc/loadavg: 2.01 2.07 2.17 3/215 3273
/proc/meminfo: memFree=31156344/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549352 CPUtime=14.4
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 25133 0 1 0 1436 4 0 0 17 0 19 0 131998712 1586536448 20433 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387338 20433 1445 10 0 384640 0
[pid=3253/tid=3255] ppid=3250 vsize=1549352 CPUtime=12.54
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12569 0 1 0 1253 1 0 0 25 0 19 0 131998712 1586536448 20433 4089446400 134512640 134550932 4290323120 18446744073709551615 4109858853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 19 0 131998713 1586536448 20433 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0

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

/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 292 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 41 0 0 0 15 2 0 0 16 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 7 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 38 0 0 0 13 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549352 CPUtime=0.12
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 188 0 0 0 11 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 32 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549352 CPUtime=0.13
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 63 0 0 0 13 0 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549352 CPUtime=0.19
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 226 0 0 0 17 2 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 131 0 0 0 16 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549352 CPUtime=4.16
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 1780 0 0 0 410 6 0 0 15 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549352 CPUtime=0.85
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5513 0 0 0 85 0 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549352 CPUtime=1.13
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 5264 0 0 0 112 1 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 260.29
Current children cumulated vsize (KiB) 1549352

[startup+258.301 s]
/proc/loadavg: 2.16 2.14 2.17 3/215 3279
/proc/meminfo: memFree=31083872/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549352 CPUtime=261.09
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 27526 0 1 0 26085 24 0 0 17 0 19 0 131998712 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387338 21388 1445 10 0 384640 0
[pid=3253/tid=3255] ppid=3250 vsize=1549352 CPUtime=253.58
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12878 0 1 0 25357 1 0 0 25 0 19 0 131998712 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4109858867 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 292 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 41 0 0 0 15 2 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 7 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 38 0 0 0 13 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549352 CPUtime=0.12
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 188 0 0 0 11 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 32 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 63 0 0 0 14 0 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549352 CPUtime=0.19
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 226 0 0 0 17 2 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 131 0 0 0 16 1 0 0 15 0 19 0 131998713 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549352 CPUtime=4.17
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 1780 0 0 0 411 6 0 0 15 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549352 CPUtime=0.85
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5513 0 0 0 85 0 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549352 CPUtime=1.13
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 5264 0 0 0 112 1 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 131998716 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1586536448 21388 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 261.09
Current children cumulated vsize (KiB) 1549352

[startup+258.701 s]
/proc/loadavg: 2.16 2.14 2.17 3/215 3279
/proc/meminfo: memFree=31083536/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549352 CPUtime=261.5
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 27527 0 1 0 26126 24 0 0 17 0 19 0 131998712 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387338 21389 1445 10 0 384640 0
[pid=3253/tid=3255] ppid=3250 vsize=1549352 CPUtime=253.98
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12879 0 1 0 25397 1 0 0 25 0 19 0 131998712 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4109833303 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 292 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 41 0 0 0 15 2 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 7 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 38 0 0 0 13 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549352 CPUtime=0.12
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 188 0 0 0 11 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 32 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 63 0 0 0 14 0 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549352 CPUtime=0.19
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 226 0 0 0 17 2 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 131 0 0 0 16 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549352 CPUtime=4.17
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 1780 0 0 0 411 6 0 0 15 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549352 CPUtime=0.85
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5513 0 0 0 85 0 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549352 CPUtime=1.14
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 5264 0 0 0 113 1 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 261.5
Current children cumulated vsize (KiB) 1549352

[startup+258.901 s]
/proc/loadavg: 2.16 2.14 2.17 3/215 3279
/proc/meminfo: memFree=31083536/32951124 swapFree=67111528/67111528
[pid=3253] ppid=3250 vsize=1549352 CPUtime=261.71
/proc/3253/stat : 3253 (java) S 3250 3253 2256 0 -1 4202496 27528 0 1 0 26147 24 0 0 17 0 19 0 131998712 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3253/statm: 387338 21389 1445 10 0 384640 0
[pid=3253/tid=3255] ppid=3250 vsize=1549352 CPUtime=254.16
/proc/3253/task/3255/stat : 3255 (java) R 3250 3253 2256 0 -1 4202560 12880 0 1 0 25415 1 0 0 25 0 19 0 131998712 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4109862433 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3253/tid=3256] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3256/stat : 3256 (java) S 3250 3253 2256 0 -1 4202560 292 0 0 0 14 1 0 0 16 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3257] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3257/stat : 3257 (java) S 3250 3253 2256 0 -1 4202560 41 0 0 0 15 2 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 7 0 0 0
[pid=3253/tid=3258] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3258/stat : 3258 (java) S 3250 3253 2256 0 -1 4202560 38 0 0 0 13 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3259] ppid=3250 vsize=1549352 CPUtime=0.12
/proc/3253/task/3259/stat : 3259 (java) S 3250 3253 2256 0 -1 4202560 188 0 0 0 11 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3260] ppid=3250 vsize=1549352 CPUtime=0.15
/proc/3253/task/3260/stat : 3260 (java) S 3250 3253 2256 0 -1 4202560 32 0 0 0 14 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3261] ppid=3250 vsize=1549352 CPUtime=0.14
/proc/3253/task/3261/stat : 3261 (java) S 3250 3253 2256 0 -1 4202560 63 0 0 0 14 0 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 0 0 0 0
[pid=3253/tid=3262] ppid=3250 vsize=1549352 CPUtime=0.19
/proc/3253/task/3262/stat : 3262 (java) S 3250 3253 2256 0 -1 4202560 226 0 0 0 17 2 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
[pid=3253/tid=3263] ppid=3250 vsize=1549352 CPUtime=0.17
/proc/3253/task/3263/stat : 3263 (java) S 3250 3253 2256 0 -1 4202560 131 0 0 0 16 1 0 0 15 0 19 0 131998713 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3264] ppid=3250 vsize=1549352 CPUtime=4.18
/proc/3253/task/3264/stat : 3264 (java) S 3250 3253 2256 0 -1 4202560 1780 0 0 0 412 6 0 0 15 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 0 0 16800975 18446604454223235136 0 0 -1 2 0 0 0
[pid=3253/tid=3265] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3265/stat : 3265 (java) S 3250 3253 2256 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3266] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3266/stat : 3266 (java) S 3250 3253 2256 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 131998714 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3267] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3267/stat : 3267 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3268] ppid=3250 vsize=1549352 CPUtime=0.85
/proc/3253/task/3268/stat : 3268 (java) S 3250 3253 2256 0 -1 4202560 5513 0 0 0 85 0 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3269] ppid=3250 vsize=1549352 CPUtime=1.14
/proc/3253/task/3269/stat : 3269 (java) S 3250 3253 2256 0 -1 4202560 5264 0 0 0 113 1 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 3 0 0 0
[pid=3253/tid=3270] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3270/stat : 3270 (java) S 3250 3253 2256 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 6 0 0 0
[pid=3253/tid=3271] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3271/stat : 3271 (java) S 3250 3253 2256 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 131998716 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 4 0 0 0
[pid=3253/tid=3272] ppid=3250 vsize=1549352 CPUtime=0
/proc/3253/task/3272/stat : 3272 (java) S 3250 3253 2256 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 131998748 1586536448 21389 4089446400 134512640 134550932 4290323120 18446744073709551615 4294960144 0 4 0 16800975 18446604454223235136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 261.71
Current children cumulated vsize (KiB) 1549352

Child status: 30
Real time (s): 258.949
CPU time (s): 261.754
CPU user time (s): 261.507
CPU system time (s): 0.246962
CPU usage (%): 101.083
Max. virtual memory (cumulated for all children) (KiB): 1551400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.507
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27542
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= 14591
involuntary context switches= 97531

runsolver used 0.436933 second user time and 1.01784 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 15:48:24
IDJOB=2691446
IDBENCH=78932
IDSOLVER=1202
FILE ID=node111/2691446-1277905704
PBS_JOBID= 11197187
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--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-2691446-1277905704/watcher-2691446-1277905704 -o /tmp/evaluation-result-2691446-1277905704/solver-2691446-1277905704 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691446-1277905704.wbo

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

MD5SUM BENCH= cfec29cd05a8fe08303725dcbadc3399
RANDOM SEED=1193104994

node111.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.850
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.70
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.850
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.82
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.85
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.850
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.74
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.850
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.850
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.74
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.850
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31238100 kB
Buffers:        192324 kB
Cached:         787076 kB
SwapCached:          0 kB
Active:         990456 kB
Inactive:       581908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31238100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:      593140 kB
Mapped:          20296 kB
Slab:            76564 kB
PageTables:       5872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654800 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= 74212 MiB
End job on node111 at 2010-06-30 15:52:43