Trace number 2690961

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. 245.427 242.744

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark59.6679
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2690961-1277929515.wbo
0.00/0.10	c reading problem ... 
0.53/0.32	c ... done. Wall clock time 0.225s.
0.53/0.32	c #vars     2938
0.53/0.32	c #constraints  2707
0.53/0.32	c constraints type 
0.53/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.53/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
0.53/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.72/0.78	c SATISFIABLE
1.72/0.78	c OPTIMIZING...
1.72/0.78	c Got one! Elapsed wall clock time (in seconds):0.683
1.72/0.78	o 376
2.01/0.85	c Got one! Elapsed wall clock time (in seconds):0.757
2.01/0.85	o 313
2.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.801
2.30/0.90	o 203
2.30/0.93	c Got one! Elapsed wall clock time (in seconds):0.839
2.30/0.93	o 179
2.50/1.04	c Got one! Elapsed wall clock time (in seconds):0.942
2.50/1.04	o 176
2.50/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
2.50/1.09	o 171
2.69/1.13	c Got one! Elapsed wall clock time (in seconds):1.03
2.69/1.13	o 90
3.49/1.90	c cleaning 2498 clauses out of 5001 with flag 5001/5001
4.62/3.09	c cleaning 4248 clauses out of 8503 with flag 11001/11001
5.22/3.60	c Got one! Elapsed wall clock time (in seconds):3.509
5.22/3.60	o 71
5.22/3.65	c Got one! Elapsed wall clock time (in seconds):3.556
5.22/3.65	o 63
5.82/4.24	c cleaning 5623 clauses out of 11255 with flag 18001/18001
6.83/5.27	c cleaning 6813 clauses out of 13631 with flag 26000/26000
7.06/5.40	c Got one! Elapsed wall clock time (in seconds):5.303
7.06/5.40	o 51
8.06/6.44	c cleaning 7908 clauses out of 15819 with flag 35001/35001
9.26/7.61	c cleaning 8955 clauses out of 17913 with flag 45003/45003
10.57/8.93	c cleaning 9474 clauses out of 18956 with flag 55001/55001
11.77/10.18	c cleaning 9736 clauses out of 19481 with flag 65000/65000
12.97/11.34	c cleaning 9864 clauses out of 19745 with flag 75000/75000
14.27/12.61	c cleaning 9937 clauses out of 19881 with flag 85000/85000
15.38/13.80	c cleaning 9967 clauses out of 19944 with flag 95000/95000
16.68/15.00	c cleaning 9987 clauses out of 19980 with flag 105003/105003
17.78/16.17	c cleaning 9992 clauses out of 19990 with flag 115000/115000
18.89/17.23	c cleaning 9994 clauses out of 19998 with flag 125000/125000
19.89/18.24	c cleaning 9998 clauses out of 20004 with flag 135000/135000
20.99/19.34	c cleaning 9998 clauses out of 20006 with flag 145000/145000
22.19/20.57	c cleaning 10000 clauses out of 20008 with flag 155000/155000
23.39/21.72	c cleaning 10001 clauses out of 20009 with flag 165001/165001
24.39/22.74	c cleaning 9996 clauses out of 20007 with flag 175000/175000
25.49/23.82	c cleaning 10002 clauses out of 20013 with flag 185002/185002
26.50/24.86	c cleaning 10003 clauses out of 20010 with flag 195001/195001
27.50/25.81	c cleaning 9995 clauses out of 20007 with flag 205001/205001
28.60/26.98	c cleaning 10001 clauses out of 20012 with flag 215001/215001
29.70/28.02	c cleaning 9999 clauses out of 20010 with flag 225000/225000
30.60/28.99	c cleaning 9993 clauses out of 20011 with flag 235000/235000
31.81/30.10	c cleaning 10004 clauses out of 20018 with flag 245000/245000
32.81/31.16	c cleaning 9989 clauses out of 20015 with flag 255001/255001
33.92/32.24	c cleaning 10008 clauses out of 20025 with flag 265000/265000
35.12/33.48	c cleaning 10006 clauses out of 20018 with flag 275001/275001
36.22/34.55	c cleaning 10002 clauses out of 20014 with flag 285003/285003
37.33/35.63	c cleaning 10003 clauses out of 20011 with flag 295002/295002
38.43/36.72	c cleaning 10003 clauses out of 20009 with flag 305003/305003
40.03/38.30	c cleaning 9995 clauses out of 20004 with flag 315001/315001
41.33/39.63	c cleaning 9997 clauses out of 20010 with flag 325002/325002
42.73/41.03	c cleaning 10002 clauses out of 20012 with flag 335001/335001
44.13/42.41	c cleaning 10004 clauses out of 20013 with flag 345004/345004
45.44/43.77	c cleaning 9990 clauses out of 20005 with flag 355000/355000
46.74/45.03	c cleaning 10004 clauses out of 20017 with flag 365002/365002
48.05/46.31	c cleaning 9996 clauses out of 20011 with flag 375000/375000
49.34/47.60	c cleaning 10000 clauses out of 20015 with flag 385000/385000
50.44/48.74	c cleaning 10001 clauses out of 20015 with flag 395000/395000
51.54/49.81	c cleaning 10003 clauses out of 20016 with flag 405002/405002
52.65/50.99	c cleaning 10005 clauses out of 20015 with flag 415004/415004
53.75/52.03	c cleaning 9999 clauses out of 20007 with flag 425001/425001
54.75/53.00	c cleaning 9999 clauses out of 20007 with flag 435000/435000
55.76/54.07	c cleaning 9999 clauses out of 20010 with flag 445002/445002
56.76/55.05	c cleaning 10000 clauses out of 20009 with flag 455000/455000
57.66/55.96	c cleaning 9994 clauses out of 20010 with flag 465001/465001
58.66/56.95	c cleaning 10004 clauses out of 20017 with flag 475002/475002
59.66/57.91	c cleaning 10001 clauses out of 20012 with flag 485001/485001
60.58/58.88	c cleaning 10000 clauses out of 20010 with flag 495000/495000
61.48/59.79	c cleaning 9995 clauses out of 20010 with flag 505000/505000
62.48/60.71	c cleaning 9998 clauses out of 20017 with flag 515002/515002
63.38/61.62	c cleaning 10002 clauses out of 20017 with flag 525000/525000
64.38/62.66	c cleaning 9998 clauses out of 20015 with flag 535000/535000
65.48/63.73	c cleaning 10004 clauses out of 20017 with flag 545000/545000
66.48/64.79	c cleaning 10001 clauses out of 20015 with flag 555002/555002
67.69/65.96	c cleaning 9997 clauses out of 20012 with flag 565000/565000
68.80/67.00	c cleaning 10004 clauses out of 20015 with flag 575000/575000
69.81/68.03	c cleaning 10000 clauses out of 20013 with flag 585002/585002
70.81/69.05	c cleaning 10004 clauses out of 20013 with flag 595002/595002
71.91/70.13	c cleaning 9994 clauses out of 20007 with flag 605000/605000
73.01/71.24	c cleaning 10001 clauses out of 20014 with flag 615001/615001
74.11/72.31	c cleaning 10001 clauses out of 20015 with flag 625003/625003
75.14/73.38	c cleaning 9994 clauses out of 20011 with flag 635000/635000
76.24/74.41	c cleaning 10002 clauses out of 20017 with flag 645000/645000
77.15/75.40	c cleaning 10000 clauses out of 20017 with flag 655002/655002
78.36/76.60	c cleaning 10002 clauses out of 20015 with flag 665000/665000
79.46/77.62	c cleaning 10001 clauses out of 20016 with flag 675003/675003
80.46/78.67	c cleaning 9999 clauses out of 20013 with flag 685001/685001
81.56/79.76	c cleaning 10001 clauses out of 20013 with flag 695000/695000
82.57/80.75	c cleaning 10001 clauses out of 20013 with flag 705001/705001
83.57/81.76	c cleaning 10002 clauses out of 20013 with flag 715002/715002
84.57/82.71	c cleaning 10001 clauses out of 20011 with flag 725002/725002
85.38/83.59	c cleaning 10001 clauses out of 20009 with flag 735001/735001
86.38/84.51	c cleaning 9997 clauses out of 20007 with flag 745000/745000
87.28/85.46	c cleaning 10001 clauses out of 20011 with flag 755001/755001
88.28/86.49	c cleaning 9998 clauses out of 20013 with flag 765004/765004
89.39/87.53	c cleaning 10000 clauses out of 20012 with flag 775001/775001
90.39/88.51	c cleaning 9997 clauses out of 20013 with flag 785002/785002
91.39/89.55	c cleaning 10005 clauses out of 20017 with flag 795003/795003
92.50/90.60	c cleaning 10001 clauses out of 20009 with flag 805000/805000
93.40/91.59	c cleaning 10000 clauses out of 20009 with flag 815001/815001
94.50/92.62	c cleaning 9994 clauses out of 20008 with flag 825000/825000
95.51/93.61	c cleaning 10004 clauses out of 20014 with flag 835000/835000
96.51/94.60	c cleaning 10001 clauses out of 20012 with flag 845002/845002
97.41/95.54	c cleaning 10005 clauses out of 20013 with flag 855004/855004
98.42/96.56	c cleaning 9993 clauses out of 20004 with flag 865000/865000
99.52/97.63	c cleaning 9994 clauses out of 20012 with flag 875001/875001
100.42/98.58	c cleaning 10003 clauses out of 20017 with flag 885000/885000
101.43/99.58	c cleaning 10000 clauses out of 20014 with flag 895000/895000
102.43/100.59	c cleaning 9998 clauses out of 20014 with flag 905000/905000
103.64/101.76	c cleaning 10006 clauses out of 20018 with flag 915002/915002
104.74/102.82	c cleaning 10000 clauses out of 20014 with flag 925004/925004
105.65/103.78	c cleaning 10001 clauses out of 20011 with flag 935001/935001
106.75/104.88	c cleaning 9996 clauses out of 20009 with flag 945000/945000
107.95/106.00	c cleaning 9999 clauses out of 20013 with flag 955000/955000
109.05/107.11	c cleaning 9992 clauses out of 20016 with flag 965002/965002
110.25/108.33	c cleaning 10009 clauses out of 20023 with flag 975001/975001
111.26/109.36	c cleaning 9998 clauses out of 20014 with flag 985001/985001
112.36/110.42	c cleaning 10003 clauses out of 20017 with flag 995002/995002
113.57/111.64	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
114.79/112.68	c cleaning 9997 clauses out of 20013 with flag 1015002/1015002
115.79/113.61	c cleaning 10002 clauses out of 20018 with flag 1025004/1025004
116.60/114.49	c cleaning 10005 clauses out of 20018 with flag 1035006/1035006
117.60/115.43	c cleaning 9997 clauses out of 20008 with flag 1045001/1045001
118.70/116.56	c cleaning 10000 clauses out of 20011 with flag 1055001/1055001
119.70/117.58	c cleaning 9999 clauses out of 20011 with flag 1065001/1065001
120.70/118.57	c cleaning 9994 clauses out of 20012 with flag 1075001/1075001
121.71/119.53	c cleaning 9996 clauses out of 20017 with flag 1085000/1085000
122.72/120.53	c cleaning 10003 clauses out of 20023 with flag 1095002/1095002
123.62/121.46	c cleaning 10006 clauses out of 20020 with flag 1105002/1105002
124.62/122.49	c cleaning 9996 clauses out of 20012 with flag 1115000/1115000
125.62/123.40	c cleaning 10004 clauses out of 20016 with flag 1125000/1125000
126.63/124.40	c cleaning 10001 clauses out of 20012 with flag 1135000/1135000
127.63/125.41	c cleaning 9997 clauses out of 20011 with flag 1145000/1145000
128.53/126.38	c cleaning 10004 clauses out of 20017 with flag 1155003/1155003
129.64/127.41	c cleaning 10002 clauses out of 20011 with flag 1165001/1165001
130.65/128.46	c cleaning 10003 clauses out of 20014 with flag 1175006/1175006
131.65/129.44	c cleaning 10001 clauses out of 20009 with flag 1185004/1185004
132.75/130.57	c cleaning 9999 clauses out of 20004 with flag 1195000/1195000
133.85/131.69	c cleaning 9996 clauses out of 20006 with flag 1205001/1205001
134.95/132.73	c cleaning 9990 clauses out of 20011 with flag 1215002/1215002
136.05/133.85	c cleaning 10004 clauses out of 20021 with flag 1225002/1225002
137.16/134.95	c cleaning 10000 clauses out of 20016 with flag 1235001/1235001
138.26/136.04	c cleaning 10000 clauses out of 20015 with flag 1245000/1245000
139.26/137.03	c cleaning 9998 clauses out of 20015 with flag 1255000/1255000
140.36/138.14	c cleaning 10003 clauses out of 20019 with flag 1265002/1265002
141.47/139.23	c cleaning 10002 clauses out of 20016 with flag 1275002/1275002
142.57/140.39	c cleaning 9998 clauses out of 20012 with flag 1285000/1285000
143.89/141.63	c cleaning 10001 clauses out of 20015 with flag 1295001/1295001
145.09/142.89	c cleaning 9998 clauses out of 20016 with flag 1305003/1305003
146.40/144.15	c cleaning 10001 clauses out of 20016 with flag 1315001/1315001
147.70/145.45	c cleaning 9999 clauses out of 20014 with flag 1325000/1325000
148.81/146.56	c cleaning 10003 clauses out of 20016 with flag 1335001/1335001
149.91/147.60	c cleaning 10003 clauses out of 20012 with flag 1345000/1345000
151.01/148.75	c cleaning 10001 clauses out of 20009 with flag 1355000/1355000
152.11/149.81	c cleaning 9998 clauses out of 20009 with flag 1365001/1365001
153.02/150.73	c cleaning 10000 clauses out of 20013 with flag 1375003/1375003
153.82/151.56	c cleaning 9994 clauses out of 20010 with flag 1385000/1385000
154.72/152.49	c cleaning 10005 clauses out of 20019 with flag 1395003/1395003
155.72/153.42	c cleaning 10001 clauses out of 20013 with flag 1405002/1405002
156.93/154.69	c cleaning 9997 clauses out of 20011 with flag 1415001/1415001
158.03/155.74	c cleaning 10003 clauses out of 20013 with flag 1425000/1425000
159.13/156.82	c cleaning 10002 clauses out of 20010 with flag 1435000/1435000
160.24/157.92	c cleaning 10001 clauses out of 20010 with flag 1445002/1445002
161.25/158.91	c cleaning 10000 clauses out of 20007 with flag 1455000/1455000
162.25/159.93	c cleaning 9999 clauses out of 20007 with flag 1465000/1465000
163.35/161.01	c cleaning 9997 clauses out of 20011 with flag 1475003/1475003
164.35/162.07	c cleaning 9998 clauses out of 20011 with flag 1485000/1485000
165.55/163.27	c cleaning 10000 clauses out of 20013 with flag 1495000/1495000
166.76/164.40	c cleaning 10004 clauses out of 20016 with flag 1505003/1505003
167.66/165.37	c cleaning 9995 clauses out of 20009 with flag 1515000/1515000
168.66/166.38	c cleaning 10000 clauses out of 20015 with flag 1525001/1525001
169.77/167.40	c cleaning 10004 clauses out of 20016 with flag 1535002/1535002
170.79/168.45	c cleaning 10000 clauses out of 20010 with flag 1545000/1545000
171.78/169.45	c cleaning 10002 clauses out of 20010 with flag 1555000/1555000
172.89/170.50	c cleaning 9999 clauses out of 20008 with flag 1565000/1565000
173.89/171.54	c cleaning 9994 clauses out of 20010 with flag 1575001/1575001
174.90/172.56	c cleaning 10003 clauses out of 20016 with flag 1585001/1585001
176.00/173.65	c cleaning 9996 clauses out of 20016 with flag 1595004/1595004
177.01/174.67	c cleaning 9996 clauses out of 20016 with flag 1605000/1605000
178.11/175.78	c cleaning 10001 clauses out of 20021 with flag 1615001/1615001
179.21/176.80	c cleaning 10006 clauses out of 20019 with flag 1625000/1625000
180.21/177.87	c cleaning 9996 clauses out of 20015 with flag 1635002/1635002
181.11/178.79	c cleaning 10002 clauses out of 20019 with flag 1645002/1645002
182.22/179.83	c cleaning 10004 clauses out of 20016 with flag 1655001/1655001
183.53/181.12	c cleaning 9997 clauses out of 20011 with flag 1665000/1665000
184.53/182.16	c cleaning 9998 clauses out of 20016 with flag 1675002/1675002
185.74/183.32	c cleaning 10002 clauses out of 20016 with flag 1685000/1685000
186.84/184.47	c cleaning 10003 clauses out of 20015 with flag 1695001/1695001
187.94/185.56	c cleaning 9998 clauses out of 20012 with flag 1705001/1705001
189.24/186.87	c cleaning 9995 clauses out of 20013 with flag 1715000/1715000
190.35/187.97	c cleaning 10005 clauses out of 20018 with flag 1725000/1725000
191.45/189.00	c cleaning 9997 clauses out of 20014 with flag 1735001/1735001
192.56/190.19	c cleaning 10002 clauses out of 20016 with flag 1745000/1745000
193.77/191.38	c cleaning 10002 clauses out of 20015 with flag 1755001/1755001
194.78/192.35	c cleaning 10000 clauses out of 20013 with flag 1765001/1765001
195.88/193.46	c cleaning 10000 clauses out of 20012 with flag 1775000/1775000
196.99/194.55	c cleaning 9997 clauses out of 20013 with flag 1785001/1785001
198.09/195.67	c cleaning 9997 clauses out of 20015 with flag 1795000/1795000
199.19/196.75	c cleaning 10004 clauses out of 20021 with flag 1805003/1805003
200.30/197.83	c cleaning 10001 clauses out of 20014 with flag 1815000/1815000
201.40/198.97	c cleaning 10001 clauses out of 20014 with flag 1825001/1825001
202.60/200.11	c cleaning 10000 clauses out of 20012 with flag 1835000/1835000
203.70/201.26	c cleaning 9999 clauses out of 20012 with flag 1845000/1845000
204.91/202.41	c cleaning 9993 clauses out of 20015 with flag 1855002/1855002
205.90/203.43	c cleaning 10007 clauses out of 20021 with flag 1865001/1865001
207.00/204.55	c cleaning 10003 clauses out of 20024 with flag 1875011/1875011
208.11/205.64	c cleaning 9999 clauses out of 20010 with flag 1885000/1885000
209.22/206.75	c cleaning 9998 clauses out of 20011 with flag 1895000/1895000
210.22/207.79	c cleaning 10003 clauses out of 20013 with flag 1905000/1905000
211.33/208.86	c cleaning 10002 clauses out of 20013 with flag 1915003/1915003
212.43/209.91	c cleaning 10000 clauses out of 20009 with flag 1925001/1925001
213.43/210.94	c cleaning 9996 clauses out of 20008 with flag 1935000/1935000
214.54/212.02	c cleaning 9996 clauses out of 20012 with flag 1945000/1945000
215.54/213.07	c cleaning 9998 clauses out of 20016 with flag 1955000/1955000
216.64/214.14	c cleaning 10003 clauses out of 20019 with flag 1965001/1965001
217.66/215.18	c cleaning 10000 clauses out of 20015 with flag 1975000/1975000
218.66/216.18	c cleaning 10003 clauses out of 20017 with flag 1985002/1985002
219.86/217.31	c cleaning 9996 clauses out of 20013 with flag 1995001/1995001
220.96/218.46	c cleaning 9999 clauses out of 20018 with flag 2005002/2005002
221.97/219.50	c cleaning 10004 clauses out of 20018 with flag 2015001/2015001
223.07/220.54	c cleaning 10003 clauses out of 20013 with flag 2025000/2025000
224.17/221.69	c cleaning 9995 clauses out of 20010 with flag 2035000/2035000
225.28/222.76	c cleaning 10002 clauses out of 20018 with flag 2045003/2045003
226.38/223.87	c cleaning 10006 clauses out of 20015 with flag 2055002/2055002
227.58/225.00	c cleaning 10001 clauses out of 20008 with flag 2065001/2065001
228.58/226.07	c cleaning 9997 clauses out of 20008 with flag 2075002/2075002
229.58/227.09	c cleaning 9997 clauses out of 20011 with flag 2085002/2085002
230.69/228.11	c cleaning 10000 clauses out of 20016 with flag 2095004/2095004
231.69/229.18	c cleaning 10003 clauses out of 20013 with flag 2105001/2105001
232.73/230.18	c cleaning 10001 clauses out of 20010 with flag 2115001/2115001
233.84/231.21	c cleaning 9999 clauses out of 20008 with flag 2125000/2125000
234.75/232.17	c cleaning 10003 clauses out of 20011 with flag 2135002/2135002
235.95/233.31	c cleaning 9994 clauses out of 20007 with flag 2145001/2145001
237.16/234.56	c cleaning 10001 clauses out of 20013 with flag 2155001/2155001
238.26/235.64	c cleaning 10002 clauses out of 20012 with flag 2165001/2165001
239.37/236.77	c cleaning 10000 clauses out of 20009 with flag 2175000/2175000
240.57/237.99	c cleaning 10001 clauses out of 20009 with flag 2185000/2185000
241.68/239.05	c cleaning 9997 clauses out of 20009 with flag 2195001/2195001
242.68/240.03	c cleaning 9996 clauses out of 20011 with flag 2205000/2205000
243.88/241.21	c cleaning 10001 clauses out of 20016 with flag 2215001/2215001
244.99/242.31	c cleaning 10006 clauses out of 20013 with flag 2225001/2225001
245.40/242.70	c starts		: 238
245.40/242.70	c conflicts		: 2228224
245.40/242.70	c decisions		: 3801181
245.40/242.70	c propagations		: 327095396
245.40/242.70	c inspects		: 1242930905
245.40/242.70	c learnt literals	: 9
245.40/242.70	c learnt binary clauses	: 38
245.40/242.70	c learnt ternary clauses	: 488
245.40/242.70	c learnt clauses	: 2228214
245.40/242.70	c ignored clauses	: 0
245.40/242.70	c root simplifications	: 0
245.40/242.70	c removed literals (reason simplification)	: 11917964
245.40/242.70	c reason swapping (by a shorter reason)	: 0
245.40/242.70	c Calls to reduceDB	: 224
245.40/242.70	c number of reductions to clauses (during analyze)	: 0
245.40/242.70	c number of learned constraints concerned by reduction	: 0
245.40/242.70	c number of learning phase by resolution	: 0
245.40/242.70	c number of learning phase by cutting planes	: 0
245.40/242.70	c speed (assignments/second)	: 1378404.5343447113
245.40/242.70	c non guided choices	1917
245.40/242.70	c learnt constraints type 
245.40/242.70	c constraints type 
245.40/242.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
245.40/242.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
245.40/242.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
245.40/242.70	s OPTIMUM FOUND
245.40/242.70	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 
245.40/242.70	c objective function=51
245.40/242.70	c Total wall clock time (in seconds): 242.607

Verifier Data

OK	51

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2690961-1277929515/watcher-2690961-1277929515 -o /tmp/evaluation-result-2690961-1277929515/solver-2690961-1277929515 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2690961-1277929515.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: 1.97 2.07 2.13 2/178 14786
/proc/meminfo: memFree=30923960/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=13164 CPUtime=0
/proc/14786/stat : 14786 (java) R 14784 14786 14279 0 -1 4194304 447 0 0 0 0 0 0 0 17 0 1 0 134249138 13479936 176 4089446400 134512640 134550932 4290636656 18446744073709551615 11527425 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14786/statm: 3291 179 139 10 0 1121 0

[startup+0.105087 s]
/proc/loadavg: 1.97 2.07 2.13 2/178 14786
/proc/meminfo: memFree=30923960/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1530048 CPUtime=0.12
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 5273 0 1 0 11 1 0 0 17 0 18 0 134249138 1566769152 4710 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 382512 4711 1348 10 0 379814 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530048

[startup+0.201077 s]
/proc/loadavg: 1.97 2.07 2.13 2/178 14786
/proc/meminfo: memFree=30923960/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1530220 CPUtime=0.27
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 7093 0 1 0 26 1 0 0 17 0 18 0 134249138 1566945280 6530 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 382555 6530 1381 10 0 379857 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1530220

[startup+0.301057 s]
/proc/loadavg: 1.97 2.07 2.13 2/178 14786
/proc/meminfo: memFree=30923960/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1533452 CPUtime=0.53
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 15191 0 1 0 51 2 0 0 17 0 18 0 134249138 1570254848 14464 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 383363 14470 1407 10 0 380665 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1533452

[startup+0.700986 s]
/proc/loadavg: 1.97 2.07 2.13 2/178 14786
/proc/meminfo: memFree=30923960/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1550816 CPUtime=1.72
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 23897 0 1 0 169 3 0 0 17 0 19 0 134249138 1588035584 20560 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387704 20560 1423 10 0 385006 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1550816

[startup+1.50086 s]
/proc/loadavg: 2.13 2.11 2.14 3/197 14805
/proc/meminfo: memFree=30825920/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1549388 CPUtime=3.08
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 30607 0 1 0 304 4 0 0 17 0 19 0 134249138 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387347 26513 1431 10 0 384649 0
[pid=14786/tid=14788] ppid=14784 vsize=1549388 CPUtime=1.48
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20460 0 1 0 146 2 0 0 18 0 19 0 134249139 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4109395344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 134249140 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 134249141 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 19 0 134249141 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 19 0 134249141 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1549388 CPUtime=0.77
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4785 0 0 0 77 0 0 0 17 0 19 0 134249143 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1549388 CPUtime=0.8
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4286 0 0 0 80 0 0 0 17 0 19 0 134249143 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249143 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1586573312 26513 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1549388

[startup+3.10158 s]
/proc/loadavg: 2.13 2.11 2.14 3/197 14805
/proc/meminfo: memFree=30814884/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1549388 CPUtime=4.72
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 32264 0 1 0 468 4 0 0 17 0 19 0 134249138 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387347 28166 1445 10 0 384649 0
[pid=14786/tid=14788] ppid=14784 vsize=1549388 CPUtime=3.05
/proc/14786/task/14788/stat : 14788 (java) S 14784 14786 14279 0 -1 4202560 20727 0 1 0 303 2 0 0 21 0 19 0 134249139 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 388 0 0 0 0 0 0 0 18 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249140 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1549388 CPUtime=0.01
/proc/14786/task/14797/stat : 14797 (java) R 14784 14786 14279 0 -1 4202560 525 0 0 0 1 0 0 0 15 0 19 0 134249141 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 103607427 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1549388 CPUtime=0.8
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4789 0 0 0 80 0 0 0 15 0 19 0 134249143 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1549388 CPUtime=0.82
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4292 0 0 0 82 0 0 0 15 0 19 0 134249143 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249143 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1549388 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1586573312 28166 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1549388

[startup+6.301 s]
/proc/loadavg: 2.20 2.12 2.15 3/197 14805
/proc/meminfo: memFree=30805052/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1548592 CPUtime=7.96
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 32645 0 1 0 792 4 0 0 17 0 19 0 134249138 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387148 28356 1445 10 0 384450 0
[pid=14786/tid=14788] ppid=14784 vsize=1548592 CPUtime=6.22
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20730 0 1 0 620 2 0 0 22 0 19 0 134249139 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4109395224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 395 0 0 0 0 0 0 0 16 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 284 0 0 0 0 0 0 0 16 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 134249140 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1548592 CPUtime=0.04
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 848 0 0 0 4 0 0 0 15 0 19 0 134249141 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1548592 CPUtime=0.8
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4790 0 0 0 80 0 0 0 15 0 19 0 134249143 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1548592 CPUtime=0.85
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4300 0 0 0 85 0 0 0 15 0 19 0 134249143 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 134249143 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1585758208 28356 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1548592

[startup+12.7008 s]
/proc/loadavg: 2.19 2.12 2.15 3/197 14805
/proc/meminfo: memFree=30791780/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1548592 CPUtime=14.38
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 32995 0 1 0 1433 5 0 0 17 0 19 0 134249138 1585758208 28700 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387148 28700 1445 10 0 384450 0
[pid=14786/tid=14788] ppid=14784 vsize=1548592 CPUtime=12.53
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20736 0 1 0 1251 2 0 0 25 0 19 0 134249139 1585758208 28700 4089446400 134512640 134550932 4290636656 18446744073709551615 4109685650 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 396 0 0 0 0 0 0 0 15 0 19 0 134249140 1585758208 28700 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0

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

/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 407 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1548592 CPUtime=0.11
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 312 0 0 0 10 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 83 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 7 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1548592 CPUtime=0.14
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 16 0 0 0 12 2 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 10 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1548592 CPUtime=0.11
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 157 0 0 0 10 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 19 0 0 0 12 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 31 0 0 0 12 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1548592 CPUtime=3.14
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 1865 0 0 0 310 4 0 0 15 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1548592 CPUtime=1.07
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4837 0 0 0 107 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1548592 CPUtime=0.89
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4306 0 0 0 89 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 244.29
Current children cumulated vsize (KiB) 1548592

[startup+242.401 s]
/proc/loadavg: 2.00 2.05 2.10 3/197 14812
/proc/meminfo: memFree=30311520/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1548592 CPUtime=245.1
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 34079 0 1 0 24487 23 0 0 17 0 19 0 134249138 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387148 29540 1445 10 0 384450 0
[pid=14786/tid=14788] ppid=14784 vsize=1548592 CPUtime=238.88
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20954 0 1 0 23884 4 0 0 17 0 19 0 134249139 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4109524268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 407 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1548592 CPUtime=0.11
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 312 0 0 0 10 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 83 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 7 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1548592 CPUtime=0.14
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 16 0 0 0 12 2 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 10 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 157 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 19 0 0 0 12 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 31 0 0 0 12 1 0 0 16 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1548592 CPUtime=3.16
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 1865 0 0 0 312 4 0 0 15 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1548592 CPUtime=1.07
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4837 0 0 0 107 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1548592 CPUtime=0.89
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4306 0 0 0 89 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 245.1
Current children cumulated vsize (KiB) 1548592

[startup+242.601 s]
/proc/loadavg: 2.00 2.05 2.10 3/197 14812
/proc/meminfo: memFree=30311520/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1548592 CPUtime=245.3
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 34079 0 1 0 24507 23 0 0 17 0 19 0 134249138 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387148 29540 1445 10 0 384450 0
[pid=14786/tid=14788] ppid=14784 vsize=1548592 CPUtime=239.08
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20954 0 1 0 23904 4 0 0 18 0 19 0 134249139 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4109480601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 407 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1548592 CPUtime=0.11
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 312 0 0 0 10 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 83 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 7 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1548592 CPUtime=0.14
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 16 0 0 0 12 2 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 10 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 157 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 19 0 0 0 12 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 31 0 0 0 12 1 0 0 16 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1548592 CPUtime=3.16
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 1865 0 0 0 312 4 0 0 15 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1548592 CPUtime=1.07
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4837 0 0 0 107 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1548592 CPUtime=0.89
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4306 0 0 0 89 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 245.3
Current children cumulated vsize (KiB) 1548592

[startup+242.701 s]
/proc/loadavg: 2.00 2.05 2.10 3/197 14812
/proc/meminfo: memFree=30311520/32951124 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=1548592 CPUtime=245.4
/proc/14786/stat : 14786 (java) S 14784 14786 14279 0 -1 4202496 34079 0 1 0 24517 23 0 0 17 0 19 0 134249138 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14786/statm: 387148 29540 1445 10 0 384450 0
[pid=14786/tid=14788] ppid=14784 vsize=1548592 CPUtime=239.18
/proc/14786/task/14788/stat : 14788 (java) R 14784 14786 14279 0 -1 4202560 20954 0 1 0 23914 4 0 0 18 0 19 0 134249139 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4109913541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14786/tid=14789] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14789/stat : 14789 (java) S 14784 14786 14279 0 -1 4202560 407 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14790] ppid=14784 vsize=1548592 CPUtime=0.11
/proc/14786/task/14790/stat : 14790 (java) S 14784 14786 14279 0 -1 4202560 312 0 0 0 10 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14791] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14791/stat : 14791 (java) S 14784 14786 14279 0 -1 4202560 83 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 7 0 0 0
[pid=14786/tid=14792] ppid=14784 vsize=1548592 CPUtime=0.14
/proc/14786/task/14792/stat : 14792 (java) S 14784 14786 14279 0 -1 4202560 16 0 0 0 12 2 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 2 0 0 0
[pid=14786/tid=14793] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14793/stat : 14793 (java) S 14784 14786 14279 0 -1 4202560 10 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=1548592 CPUtime=0.12
/proc/14786/task/14794/stat : 14794 (java) S 14784 14786 14279 0 -1 4202560 157 0 0 0 11 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14795/stat : 14795 (java) S 14784 14786 14279 0 -1 4202560 19 0 0 0 12 1 0 0 15 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=1548592 CPUtime=0.13
/proc/14786/task/14796/stat : 14796 (java) S 14784 14786 14279 0 -1 4202560 31 0 0 0 12 1 0 0 16 0 19 0 134249140 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=1548592 CPUtime=3.16
/proc/14786/task/14797/stat : 14797 (java) S 14784 14786 14279 0 -1 4202560 1865 0 0 0 312 4 0 0 15 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 0 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14798/stat : 14798 (java) S 14784 14786 14279 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14799/stat : 14799 (java) S 14784 14786 14279 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 134249141 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14800/stat : 14800 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=1548592 CPUtime=1.07
/proc/14786/task/14801/stat : 14801 (java) S 14784 14786 14279 0 -1 4202560 4837 0 0 0 107 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 1 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=1548592 CPUtime=0.89
/proc/14786/task/14802/stat : 14802 (java) S 14784 14786 14279 0 -1 4202560 4306 0 0 0 89 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 6 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14803/stat : 14803 (java) S 14784 14786 14279 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 4 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14804/stat : 14804 (java) S 14784 14786 14279 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 134249143 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 3 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=1548592 CPUtime=0
/proc/14786/task/14805/stat : 14805 (java) S 14784 14786 14279 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 134249178 1585758208 29540 4089446400 134512640 134550932 4290636656 18446744073709551615 4294960144 0 4 0 16800975 18446604453931528448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 245.4
Current children cumulated vsize (KiB) 1548592

Child status: 30
Real time (s): 242.744
CPU time (s): 245.427
CPU user time (s): 245.186
CPU system time (s): 0.240963
CPU usage (%): 101.105
Max. virtual memory (cumulated for all children) (KiB): 1550816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.186
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34090
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= 11445
involuntary context switches= 57193

runsolver used 0.462929 second user time and 0.867868 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 22:25:15
IDJOB=2690961
IDBENCH=79298
IDSOLVER=1202
FILE ID=node106/2690961-1277929515
PBS_JOBID= 11197359
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=129047845

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.65
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.825
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.825
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.82
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.825
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.76
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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.73
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.825
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.83
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30924356 kB
Buffers:        214516 kB
Cached:        1274872 kB
SwapCached:          0 kB
Active:         834200 kB
Inactive:      1049956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30924356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:      394496 kB
Mapped:          16116 kB
Slab:            79812 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   542112 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= 74208 MiB
End job on node106 at 2010-06-30 22:29:17