Trace number 3447100

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
wbo 1.6OPTIMUM 1069.78 1069.76

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546076--soft-66-100-0.wbo
MD5SUM0b9d6337ad7964b2b0f1686d5d01e741
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark44.2313
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.6 beta - 20110321
0.00/0.00	c Parsing wbo file format. File HOME/instance-3447100-1307905945.wbo.
0.00/0.00	c Instance file HOME/instance-3447100-1307905945.wbo
0.00/0.00	c File size is 87861 bytes.
0.00/0.00	c Highest Coefficient sum: 723
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     231     2707     8338 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       102 |     231     2707     8338 |     5500      102     20 |  0.002 % |
0.00/0.01	c |       253 |     231     2707     8338 |     6050      253     21 |  0.002 % |
0.01/0.01	c |       479 |     231     2707     8338 |     6655      479     27 |  0.002 % |
0.01/0.02	c |       816 |     231     2707     8338 |     7320      816     30 |  0.002 % |
0.01/0.03	c |      1322 |     231     2707     8338 |     8052     1322     31 |  0.002 % |
0.01/0.05	c |      2081 |     231     2707     8338 |     8857     2081     31 |  0.002 % |
0.01/0.08	c |      3221 |     231     2707     8338 |     9743     3221     31 |  0.002 % |
0.09/0.13	c |      4930 |     231     2707     8338 |    10717     4930     31 |  0.002 % |
0.19/0.23	c |      7492 |     231     2707     8338 |    11789     7492     32 |  0.002 % |
0.29/0.39	c |     11338 |     231     2707     8338 |    12968    11338     33 |  0.002 % |
0.59/0.63	c |     17106 |     231     2707     8338 |    14265    10593     32 |  0.002 % |
1.00/1.08	c |     25755 |     231     2707     8338 |    15692    12062     37 |  0.002 % |
1.69/1.79	c |     38729 |     231     2707     8338 |    17261     9253     36 |  0.002 % |
2.79/2.87	c |     58190 |     231     2707     8338 |    18987    11350     35 |  0.002 % |
4.69/4.73	c |     87384 |     231     2707     8338 |    20886    11932     38 |  0.002 % |
7.10/7.12	c ===============================================================================
7.60/7.63	c core #1
7.60/7.63	c 
7.60/7.63	c 
7.60/7.63	c Core size: 848	Core Weight: 1	Total Weight: 1
7.60/7.63	c Current CPU time: 7.45287 s
7.60/7.63	c
7.60/7.63	c ============================[ Search Statistics ]==============================
7.60/7.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.60/7.63	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
7.60/7.63	c ===============================================================================
7.60/7.63	c |         0 |     695     3551    12338 |     5000        0   -nan |  0.000 % |
7.60/7.64	c |       100 |     695     3551    12338 |     5500      100     21 |  0.000 % |
7.60/7.64	c |       252 |     695     3551    12338 |     6050      252     24 |  0.000 % |
7.60/7.64	c |       477 |     695     3551    12338 |     6655      477     27 |  0.000 % |
7.60/7.65	c |       815 |     695     3551    12338 |     7320      815     27 |  0.000 % |
7.60/7.66	c |      1321 |     695     3551    12338 |     8052     1321     26 |  0.000 % |
7.60/7.68	c |      2081 |     695     3551    12338 |     8857     2081     29 |  0.000 % |
7.69/7.71	c |      3222 |     695     3551    12338 |     9743     3222     28 |  0.000 % |
7.69/7.77	c |      4931 |     695     3551    12338 |    10717     4931     31 |  0.000 % |
7.79/7.85	c |      7494 |     695     3551    12338 |    11789     7494     31 |  0.000 % |
7.99/8.02	c |     11338 |     695     3551    12338 |    12968    11338     32 |  0.000 % |
8.20/8.29	c |     17104 |     695     3551    12338 |    14265    10565     35 |  0.000 % |
8.80/8.80	c |     25755 |     695     3551    12338 |    15692    12047     37 |  0.000 % |
9.59/9.60	c |     38733 |     695     3551    12338 |    17261     9240     33 |  0.000 % |
10.69/10.76	c |     58194 |     695     3551    12338 |    18987    11353     37 |  0.000 % |
12.89/12.98	c |     87386 |     695     3551    12338 |    20886    11913     37 |  0.000 % |
16.19/16.27	c |    131175 |     695     3551    12338 |    22974    13733     35 |  0.000 % |
21.29/21.33	c |    196859 |     695     3551    12338 |    25272    21765     38 |  0.000 % |
29.70/29.73	c |    295385 |     695     3551    12338 |    27799    17326     35 |  0.000 % |
42.69/42.76	c |    443174 |     695     3551    12338 |    30579    12813     34 |  0.000 % |
51.09/51.17	c ===============================================================================
54.39/54.44	c core #2
54.39/54.44	c 
54.39/54.44	c 
54.39/54.44	c Core size: 855	Core Weight: 1	Total Weight: 2
54.39/54.44	c Current CPU time: 53.5449 s
54.39/54.44	c
54.39/54.44	c ============================[ Search Statistics ]==============================
54.39/54.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.39/54.44	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
54.39/54.44	c ===============================================================================
54.39/54.44	c |         0 |    1153     4379    16278 |     5000        0   -nan |  0.000 % |
54.39/54.44	c |       100 |    1153     4379    16278 |     5500      100     29 |  0.000 % |
54.39/54.45	c |       252 |    1153     4379    16278 |     6050      252     33 |  0.000 % |
54.39/54.45	c |       477 |    1153     4379    16278 |     6655      477     31 |  0.000 % |
54.39/54.46	c |       814 |    1153     4379    16278 |     7320      814     27 |  0.000 % |
54.39/54.47	c |      1320 |    1153     4379    16278 |     8052     1320     28 |  0.000 % |
54.39/54.49	c |      2080 |    1153     4379    16278 |     8857     2080     28 |  0.000 % |
54.50/54.52	c |      3220 |    1153     4379    16278 |     9743     3220     28 |  0.000 % |
54.50/54.57	c |      4930 |    1153     4379    16278 |    10717     4930     30 |  0.000 % |
54.59/54.68	c |      7493 |    1153     4379    16278 |    11789     7493     30 |  0.000 % |
54.80/54.86	c |     11337 |    1153     4379    16278 |    12968    11337     31 |  0.000 % |
55.09/55.14	c |     17103 |    1153     4379    16278 |    14265    10585     33 |  0.000 % |
55.49/55.59	c |     25756 |    1153     4379    16278 |    15692    12044     37 |  0.000 % |
56.49/56.51	c |     38730 |    1153     4379    16278 |    17261     9243     41 |  0.000 % |
57.70/57.78	c |     58194 |    1153     4379    16278 |    18987    11343     38 |  0.000 % |
59.69/59.76	c |     87386 |    1153     4379    16278 |    20886    11887     37 |  0.000 % |
62.89/62.95	c |    131178 |    1153     4379    16278 |    22974    13699     35 |  0.000 % |
68.99/69.09	c |    196862 |    1153     4379    16278 |    25272    21711     40 |  0.000 % |
77.19/77.26	c |    295389 |    1153     4379    16278 |    27799    15935     36 |  0.000 % |
89.99/90.02	c |    443180 |    1153     4379    16278 |    30579    24448     37 |  0.000 % |
108.59/108.68	c |    664865 |    1132     4379    16278 |    33637    28168     35 |  1.821 % |
109.19/109.26	c ===============================================================================
113.20/113.29	c core #3
113.20/113.29	c 
113.20/113.29	c 
113.20/113.29	c Core size: 858	Core Weight: 1	Total Weight: 3
113.20/113.29	c Current CPU time: 111.783 s
113.20/113.29	c
113.20/113.29	c ============================[ Search Statistics ]==============================
113.20/113.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
113.20/113.29	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
113.20/113.29	c ===============================================================================
113.20/113.29	c |         0 |    1619     5199    20214 |     5000        0   -nan |  0.000 % |
113.20/113.29	c |       101 |    1619     5199    20214 |     5500      101     24 |  0.000 % |
113.20/113.30	c |       253 |    1619     5199    20214 |     6050      253     29 |  0.000 % |
113.20/113.30	c |       478 |    1619     5199    20214 |     6655      478     27 |  0.000 % |
113.30/113.31	c |       815 |    1619     5199    20214 |     7320      815     29 |  0.000 % |
113.30/113.32	c |      1326 |    1619     5199    20214 |     8052     1326     28 |  0.000 % |
113.30/113.35	c |      2087 |    1619     5199    20214 |     8857     2087     30 |  0.000 % |
113.30/113.38	c |      3228 |    1619     5199    20214 |     9743     3228     30 |  0.000 % |
113.40/113.44	c |      4937 |    1619     5199    20214 |    10717     4937     31 |  0.000 % |
113.49/113.53	c |      7500 |    1619     5199    20214 |    11789     7500     31 |  0.000 % |
113.70/113.70	c |     11345 |    1619     5199    20214 |    12968    11345     31 |  0.000 % |
113.89/113.97	c |     17111 |    1619     5199    20214 |    14265    10572     30 |  0.000 % |
114.40/114.46	c |     25760 |    1619     5199    20214 |    15692    12024     34 |  0.000 % |
115.19/115.23	c |     38734 |    1619     5199    20214 |    17261     9219     36 |  0.000 % |
116.60/116.60	c |     58195 |    1619     5199    20214 |    18987    11303     41 |  0.000 % |
118.89/118.98	c |     87388 |    1619     5199    20214 |    20886    11855     35 |  0.000 % |
122.79/122.87	c |    131178 |    1619     5199    20214 |    22974    13671     41 |  0.000 % |
128.70/128.72	c |    196862 |    1619     5199    20214 |    25272    21694     39 |  0.000 % |
136.79/136.87	c |    295391 |    1619     5199    20214 |    27799    15286     37 |  0.000 % |
149.29/149.37	c |    443180 |    1619     5199    20214 |    30579    26323     35 |  0.000 % |
168.89/168.95	c |    664863 |    1619     5199    20214 |    33637    13187     35 |  0.000 % |
174.60/174.61	c ===============================================================================
179.10/179.11	c core #4
179.10/179.11	c 
179.10/179.11	c 
179.10/179.11	c Core size: 861	Core Weight: 1	Total Weight: 4
179.10/179.11	c Current CPU time: 176.979 s
179.10/179.11	c
179.10/179.11	c ============================[ Search Statistics ]==============================
179.10/179.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
179.10/179.11	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
179.10/179.11	c ===============================================================================
179.10/179.11	c |         0 |    2090     6013    24141 |     5000        0   -nan |  0.000 % |
179.10/179.12	c |       101 |    2090     6013    24141 |     5500      101     24 |  0.000 % |
179.10/179.12	c |       254 |    2090     6013    24141 |     6050      254     25 |  0.000 % |
179.10/179.13	c |       479 |    2090     6013    24141 |     6655      479     24 |  0.000 % |
179.10/179.13	c |       817 |    2090     6013    24141 |     7320      817     30 |  0.000 % |
179.10/179.15	c |      1323 |    2090     6013    24141 |     8052     1323     29 |  0.000 % |
179.10/179.17	c |      2083 |    2090     6013    24141 |     8857     2083     30 |  0.000 % |
179.20/179.21	c |      3222 |    2090     6013    24141 |     9743     3222     30 |  0.000 % |
179.20/179.26	c |      4930 |    2090     6013    24141 |    10717     4930     31 |  0.000 % |
179.30/179.37	c |      7492 |    2090     6013    24141 |    11789     7492     31 |  0.000 % |
179.50/179.57	c |     11337 |    2090     6013    24141 |    12968    11337     33 |  0.000 % |
179.90/179.90	c |     17105 |    2090     6013    24141 |    14265    10571     36 |  0.000 % |
180.41/180.40	c |     25754 |    2090     6013    24141 |    15692    12038     35 |  0.000 % |
181.19/181.20	c |     38729 |    2090     6013    24141 |    17261     9229     34 |  0.000 % |
182.39/182.50	c |     58190 |    2090     6013    24141 |    18987    11337     35 |  0.000 % |
184.49/184.58	c |     87383 |    2090     6013    24141 |    20886    11862     35 |  0.000 % |
188.40/188.41	c |    131175 |    2090     6013    24141 |    22974    13691     37 |  0.000 % |
193.89/193.98	c |    196862 |    2090     6013    24141 |    25272    21643     38 |  0.000 % |
203.10/203.17	c |    295388 |    2090     6013    24141 |    27799    16714     38 |  0.000 % |
215.69/215.79	c |    443179 |    2090     6013    24141 |    30579    24602     37 |  0.000 % |
235.00/235.09	c |    664862 |    2069     6013    24141 |    33637    26381     36 |  1.005 % |
236.80/236.84	c ===============================================================================
241.00/241.05	c core #5
241.00/241.05	c 
241.00/241.05	c 
241.00/241.05	c Core size: 892	Core Weight: 1	Total Weight: 5
241.00/241.05	c Current CPU time: 238.34 s
241.00/241.05	c
241.00/241.05	c ============================[ Search Statistics ]==============================
241.00/241.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
241.00/241.05	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
241.00/241.05	c ===============================================================================
241.00/241.05	c |         0 |    2578     6819    28084 |     5000        0   -nan |  0.000 % |
241.00/241.06	c |       103 |    2578     6819    28084 |     5500      103     23 |  0.000 % |
241.00/241.06	c |       253 |    2578     6819    28084 |     6050      253     25 |  0.000 % |
241.00/241.07	c |       479 |    2578     6819    28084 |     6655      479     28 |  0.000 % |
241.00/241.08	c |       818 |    2578     6819    28084 |     7320      818     28 |  0.000 % |
241.00/241.09	c |      1327 |    2578     6819    28084 |     8052     1327     28 |  0.000 % |
241.10/241.12	c |      2087 |    2578     6819    28084 |     8857     2087     28 |  0.000 % |
241.10/241.15	c |      3226 |    2578     6819    28084 |     9743     3226     28 |  0.000 % |
241.20/241.22	c |      4936 |    2578     6819    28084 |    10717     4936     29 |  0.000 % |
241.30/241.32	c |      7498 |    2578     6819    28084 |    11789     7498     29 |  0.000 % |
241.49/241.50	c |     11343 |    2578     6819    28084 |    12968    11343     31 |  0.000 % |
241.80/241.84	c |     17109 |    2578     6819    28084 |    14265    10559     33 |  0.000 % |
242.30/242.39	c |     25760 |    2578     6819    28084 |    15692    12019     35 |  0.000 % |
243.20/243.27	c |     38737 |    2578     6819    28084 |    17261     9192     33 |  0.000 % |
244.40/244.48	c |     58199 |    2578     6819    28084 |    18987    11298     36 |  0.000 % |
246.50/246.51	c |     87391 |    2578     6819    28084 |    20886    11878     33 |  0.000 % |
249.50/249.58	c |    131183 |    2578     6819    28084 |    22974    13674     32 |  0.000 % |
254.60/254.65	c |    196867 |    2578     6819    28084 |    25272    21676     38 |  0.000 % |
262.90/262.96	c |    295394 |    2578     6819    28084 |    27799    14771     35 |  0.000 % |
276.69/276.78	c |    443183 |    2578     6819    28084 |    30579    22754     35 |  0.000 % |
297.01/297.03	c |    664866 |    2578     6819    28084 |    33637    27031     35 |  0.000 % |
313.70/313.79	c ===============================================================================
318.70/318.76	c core #6
318.70/318.76	c 
318.70/318.76	c 
318.70/318.76	c Core size: 897	Core Weight: 1	Total Weight: 6
318.70/318.76	c Current CPU time: 315.193 s
318.70/318.76	c
318.70/318.76	c ============================[ Search Statistics ]==============================
318.70/318.76	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
318.70/318.76	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
318.70/318.76	c ===============================================================================
318.70/318.76	c |         0 |    3080     7615    32023 |     5000        0   -nan |  0.000 % |
318.70/318.77	c |       102 |    3080     7615    32023 |     5500      102     32 |  0.000 % |
318.70/318.77	c |       254 |    3080     7615    32023 |     6050      254     34 |  0.000 % |
318.70/318.78	c |       479 |    3080     7615    32023 |     6655      479     31 |  0.000 % |
318.70/318.79	c |       819 |    3080     7615    32023 |     7320      819     31 |  0.000 % |
318.80/318.81	c |      1326 |    3080     7615    32023 |     8052     1326     28 |  0.000 % |
318.80/318.83	c |      2085 |    3080     7615    32023 |     8857     2085     28 |  0.000 % |
318.80/318.86	c |      3225 |    3080     7615    32023 |     9743     3225     28 |  0.000 % |
318.91/318.93	c |      4937 |    3080     7615    32023 |    10717     4937     30 |  0.000 % |
319.00/319.04	c |      7500 |    3080     7615    32023 |    11789     7500     31 |  0.000 % |
319.19/319.24	c |     11344 |    3080     7615    32023 |    12968    11344     33 |  0.000 % |
319.50/319.56	c |     17112 |    3080     7615    32023 |    14265    10569     37 |  0.000 % |
320.10/320.16	c |     25765 |    3080     7615    32023 |    15692    12036     37 |  0.000 % |
321.00/321.00	c |     38740 |    3080     7615    32023 |    17261     9226     35 |  0.000 % |
322.30/322.33	c |     58201 |    3080     7615    32023 |    18987    11328     34 |  0.000 % |
324.41/324.49	c |     87394 |    3080     7615    32023 |    20886    11885     38 |  0.000 % |
328.00/328.09	c |    131184 |    3080     7615    32023 |    22974    13673     37 |  0.000 % |
333.31/333.34	c |    196868 |    3080     7615    32023 |    25272    21641     40 |  0.000 % |
341.00/341.09	c |    295394 |    3080     7615    32023 |    27799    11872     36 |  0.000 % |
354.10/354.14	c |    443184 |    3080     7615    32023 |    30579    19768     35 |  0.000 % |
374.50/374.52	c |    664867 |    3080     7615    32023 |    33637    21858     37 |  0.000 % |
400.01/400.04	c ===============================================================================
405.61/405.64	c core #7
405.61/405.64	c 
405.61/405.64	c 
405.61/405.64	c Core size: 947	Core Weight: 1	Total Weight: 7
405.61/405.64	c Current CPU time: 401.041 s
405.61/405.64	c
405.61/405.64	c ============================[ Search Statistics ]==============================
405.61/405.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
405.61/405.64	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
405.61/405.64	c ===============================================================================
405.61/405.64	c |         0 |    3603     8411    36015 |     5000        0   -nan |  0.000 % |
405.61/405.64	c |       100 |    3603     8411    36015 |     5500      100     33 |  0.000 % |
405.61/405.65	c |       251 |    3603     8411    36015 |     6050      251     38 |  0.000 % |
405.61/405.65	c |       476 |    3603     8411    36015 |     6655      476     31 |  0.000 % |
405.61/405.66	c |       814 |    3603     8411    36015 |     7320      814     31 |  0.000 % |
405.61/405.68	c |      1320 |    3603     8411    36015 |     8052     1320     30 |  0.000 % |
405.71/405.71	c |      2081 |    3603     8411    36015 |     8857     2081     29 |  0.000 % |
405.71/405.75	c |      3221 |    3603     8411    36015 |     9743     3221     30 |  0.000 % |
405.81/405.82	c |      4929 |    3603     8411    36015 |    10717     4929     31 |  0.000 % |
405.91/405.95	c |      7491 |    3603     8411    36015 |    11789     7491     32 |  0.000 % |
406.10/406.16	c |     11335 |    3603     8411    36015 |    12968    11335     33 |  0.000 % |
406.50/406.52	c |     17101 |    3603     8411    36015 |    14265    10559     35 |  0.000 % |
407.01/407.03	c |     25751 |    3603     8411    36015 |    15692    12035     37 |  0.000 % |
407.80/407.89	c |     38726 |    3603     8411    36015 |    17261     9223     37 |  0.000 % |
409.21/409.30	c |     58190 |    3603     8411    36015 |    18987    11315     37 |  0.000 % |
411.50/411.53	c |     87384 |    3603     8411    36015 |    20886    11873     36 |  0.000 % |
415.00/415.04	c |    131174 |    3603     8411    36015 |    22974    13720     34 |  0.000 % |
421.10/421.16	c |    196858 |    3603     8411    36015 |    25272    21715     40 |  0.000 % |
430.20/430.22	c |    295385 |    3603     8411    36015 |    27799    16516     36 |  0.000 % |
443.31/443.34	c |    443176 |    3603     8411    36015 |    30579    23804     36 |  0.000 % |
463.50/463.55	c ===============================================================================
467.41/467.49	c core #8
467.41/467.49	c 
467.41/467.49	c 
467.41/467.49	c Core size: 896	Core Weight: 1	Total Weight: 8
467.41/467.49	c Current CPU time: 462.586 s
467.41/467.49	c
467.41/467.49	c ============================[ Search Statistics ]==============================
467.41/467.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
467.41/467.49	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
467.41/467.49	c ===============================================================================
467.41/467.49	c |         0 |    4099     9199    39913 |     5000        0   -nan |  0.000 % |
467.41/467.50	c |       100 |    4099     9199    39913 |     5500      100     21 |  0.000 % |
467.51/467.50	c |       251 |    4099     9199    39913 |     6050      251     34 |  0.000 % |
467.51/467.51	c |       476 |    4099     9199    39913 |     6655      476     34 |  0.000 % |
467.51/467.53	c |       813 |    4099     9199    39913 |     7320      813     31 |  0.000 % |
467.51/467.54	c |      1319 |    4099     9199    39913 |     8052     1319     31 |  0.000 % |
467.51/467.57	c |      2078 |    4099     9199    39913 |     8857     2078     29 |  0.000 % |
467.60/467.61	c |      3217 |    4099     9199    39913 |     9743     3217     30 |  0.000 % |
467.60/467.68	c |      4925 |    4099     9199    39913 |    10717     4925     30 |  0.000 % |
467.71/467.79	c |      7488 |    4099     9199    39913 |    11789     7488     31 |  0.000 % |
467.90/467.99	c |     11334 |    4099     9199    39913 |    12968    11334     32 |  0.000 % |
468.30/468.35	c |     17102 |    4099     9199    39913 |    14265    10575     36 |  0.000 % |
468.81/468.89	c |     25752 |    4099     9199    39913 |    15692    12046     36 |  0.000 % |
469.80/469.87	c |     38727 |    4099     9199    39913 |    17261     9228     39 |  0.000 % |
471.40/471.42	c |     58193 |    4099     9199    39913 |    18987    11322     40 |  0.000 % |
473.50/473.58	c |     87387 |    4099     9199    39913 |    20886    11874     34 |  0.000 % |
477.31/477.39	c |    131176 |    4099     9199    39913 |    22974    13678     38 |  0.000 % |
483.00/483.01	c |    196860 |    4099     9199    39913 |    25272    21686     42 |  0.000 % |
492.10/492.16	c |    295386 |    4099     9199    39913 |    27799    15593     38 |  0.000 % |
506.50/506.51	c |    443176 |    4099     9199    39913 |    30579    23937     37 |  0.000 % |
517.01/517.05	c ===============================================================================
520.11/520.19	c core #9
520.11/520.19	c 
520.11/520.19	c 
520.11/520.19	c Core size: 928	Core Weight: 1	Total Weight: 9
520.11/520.19	c Current CPU time: 514.844 s
520.11/520.19	c
520.11/520.19	c ============================[ Search Statistics ]==============================
520.11/520.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
520.11/520.19	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
520.11/520.19	c ===============================================================================
520.11/520.19	c |         0 |    4615     9977    43830 |     5000        0   -nan |  0.000 % |
520.11/520.20	c |       100 |    4615     9977    43830 |     5500      100     20 |  0.000 % |
520.21/520.20	c |       252 |    4615     9977    43830 |     6050      252     27 |  0.000 % |
520.21/520.21	c |       478 |    4615     9977    43830 |     6655      478     26 |  0.000 % |
520.21/520.22	c |       816 |    4615     9977    43830 |     7320      816     27 |  0.000 % |
520.21/520.24	c |      1324 |    4615     9977    43830 |     8052     1324     31 |  0.000 % |
520.21/520.27	c |      2084 |    4615     9977    43830 |     8857     2084     31 |  0.000 % |
520.31/520.31	c |      3223 |    4615     9977    43830 |     9743     3223     31 |  0.000 % |
520.31/520.38	c |      4931 |    4615     9977    43830 |    10717     4931     31 |  0.000 % |
520.50/520.52	c |      7494 |    4615     9977    43830 |    11789     7494     33 |  0.000 % |
520.70/520.72	c |     11339 |    4615     9977    43830 |    12968    11339     33 |  0.000 % |
521.01/521.08	c |     17105 |    4615     9977    43830 |    14265    10566     34 |  0.000 % |
521.60/521.60	c |     25755 |    4615     9977    43830 |    15692    12024     36 |  0.000 % |
522.41/522.47	c |     38730 |    4615     9977    43830 |    17261     9202     36 |  0.000 % |
524.01/524.04	c |     58193 |    4615     9977    43830 |    18987    11300     36 |  0.000 % |
526.10/526.17	c |     87385 |    4615     9977    43830 |    20886    11867     35 |  0.000 % |
529.90/529.96	c |    131175 |    4615     9977    43830 |    22974    13677     37 |  0.000 % |
535.61/535.64	c |    196860 |    4615     9977    43830 |    25272    21668     37 |  0.000 % |
544.21/544.25	c |    295386 |    4615     9977    43830 |    27799    14606     37 |  0.000 % |
558.50/558.58	c |    443176 |    4615     9977    43830 |    30579    25865     40 |  0.000 % |
580.31/580.31	c ===============================================================================
584.11/584.14	c core #10
584.11/584.14	c 
584.11/584.14	c 
584.11/584.14	c Core size: 878	Core Weight: 1	Total Weight: 10
584.11/584.14	c Current CPU time: 578.177 s
584.11/584.14	c
584.11/584.14	c ============================[ Search Statistics ]==============================
584.11/584.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
584.11/584.14	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
584.11/584.14	c ===============================================================================
584.11/584.14	c |         0 |    5112    10743    47641 |     5000        0   -nan |  0.000 % |
584.11/584.15	c |       101 |    5112    10743    47641 |     5500      101     24 |  0.000 % |
584.11/584.15	c |       254 |    5112    10743    47641 |     6050      254     26 |  0.000 % |
584.11/584.16	c |       481 |    5112    10743    47641 |     6655      481     24 |  0.000 % |
584.11/584.17	c |       818 |    5112    10743    47641 |     7320      818     27 |  0.000 % |
584.11/584.19	c |      1324 |    5112    10743    47641 |     8052     1324     28 |  0.000 % |
584.21/584.21	c |      2083 |    5112    10743    47641 |     8857     2083     29 |  0.000 % |
584.21/584.27	c |      3222 |    5112    10743    47641 |     9743     3222     29 |  0.000 % |
584.30/584.36	c |      4931 |    5112    10743    47641 |    10717     4931     31 |  0.000 % |
584.40/584.48	c |      7493 |    5112    10743    47641 |    11789     7493     32 |  0.000 % |
584.71/584.70	c |     11337 |    5112    10743    47641 |    12968    11337     32 |  0.000 % |
585.11/585.15	c |     17103 |    5112    10743    47641 |    14265    10560     36 |  0.000 % |
585.71/585.78	c |     25752 |    5112    10743    47641 |    15692    12024     35 |  0.000 % |
586.70/586.71	c |     38727 |    5112    10743    47641 |    17261     9221     34 |  0.000 % |
588.00/588.09	c |     58191 |    5112    10743    47641 |    18987    11307     35 |  0.000 % |
590.21/590.29	c |     87383 |    5112    10743    47641 |    20886    11853     36 |  0.000 % |
593.81/593.82	c |    131174 |    5112    10743    47641 |    22974    13665     34 |  0.000 % |
599.60/599.67	c |    196859 |    5112    10743    47641 |    25272    20842     37 |  0.000 % |
608.81/608.85	c |    295386 |    5112    10743    47641 |    27799    14434     35 |  0.000 % |
624.31/624.31	c |    443175 |    5112    10743    47641 |    30579    25127     40 |  0.000 % |
645.11/645.14	c |    664858 |    5112    10743    47641 |    33637    28933     39 |  0.000 % |
666.30/666.36	c ===============================================================================
671.61/671.64	c core #11
671.61/671.64	c 
671.61/671.64	c 
671.61/671.64	c Core size: 928	Core Weight: 1	Total Weight: 11
671.61/671.64	c Current CPU time: 664.876 s
671.61/671.64	c
671.61/671.64	c ============================[ Search Statistics ]==============================
671.61/671.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
671.61/671.64	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
671.61/671.64	c ===============================================================================
671.61/671.64	c |         0 |    5647    11507    51546 |     5000        0   -nan |  0.000 % |
671.61/671.65	c |       101 |    5647    11507    51546 |     5500      101     30 |  0.000 % |
671.61/671.66	c |       251 |    5647    11507    51546 |     6050      251     32 |  0.000 % |
671.61/671.66	c |       477 |    5647    11507    51546 |     6655      477     29 |  0.000 % |
671.61/671.68	c |       816 |    5647    11507    51546 |     7320      816     28 |  0.000 % |
671.71/671.70	c |      1324 |    5647    11507    51546 |     8052     1324     29 |  0.000 % |
671.71/671.73	c |      2083 |    5647    11507    51546 |     8857     2083     29 |  0.000 % |
671.71/671.77	c |      3222 |    5647    11507    51546 |     9743     3222     30 |  0.000 % |
671.81/671.85	c |      4930 |    5647    11507    51546 |    10717     4930     30 |  0.000 % |
671.91/671.99	c |      7493 |    5647    11507    51546 |    11789     7493     32 |  0.000 % |
672.21/672.25	c |     11337 |    5647    11507    51546 |    12968    11337     32 |  0.000 % |
672.61/672.64	c |     17103 |    5647    11507    51546 |    14265    10562     34 |  0.000 % |
673.21/673.26	c |     25752 |    5647    11507    51546 |    15692    12023     37 |  0.000 % |
674.22/674.23	c |     38726 |    5647    11507    51546 |    17261     9214     34 |  0.000 % |
675.71/675.78	c |     58187 |    5647    11507    51546 |    18987    11300     37 |  0.000 % |
678.21/678.29	c |     87380 |    5647    11507    51546 |    20886    11867     38 |  0.000 % |
683.21/683.22	c |    131169 |    5647    11507    51546 |    22974    13095     36 |  0.000 % |
688.61/688.65	c |    196853 |    5647    11507    51546 |    25272    20665     36 |  0.000 % |
697.32/697.34	c |    295381 |    5647    11507    51546 |    27799    24553     34 |  0.000 % |
712.01/712.08	c |    443172 |    5647    11507    51546 |    30579    16105     37 |  0.000 % |
736.01/736.05	c |    664855 |    5647    11507    51546 |    33637    18460     34 |  0.000 % |
771.11/771.18	c |    997380 |    5647    11507    51546 |    37001    12999     36 |  0.000 % |
780.51/780.50	c ===============================================================================
786.91/786.96	c core #12
786.91/786.96	c 
786.91/786.96	c 
786.91/786.96	c Core size: 1056	Core Weight: 1	Total Weight: 12
786.91/786.96	c Current CPU time: 779.191 s
786.91/786.96	c
786.91/786.96	c ============================[ Search Statistics ]==============================
786.91/786.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
786.91/786.96	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
786.91/786.96	c ===============================================================================
786.91/786.96	c |         0 |    6293    12259    55651 |     5000        0   -nan |  0.000 % |
786.91/786.97	c |       100 |    6293    12259    55651 |     5500      100     33 |  0.000 % |
786.91/786.97	c |       250 |    6293    12259    55651 |     6050      250     29 |  0.000 % |
786.91/786.98	c |       475 |    6293    12259    55651 |     6655      475     27 |  0.000 % |
786.91/786.99	c |       812 |    6293    12259    55651 |     7320      812     27 |  0.000 % |
787.01/787.01	c |      1318 |    6293    12259    55651 |     8052     1318     27 |  0.000 % |
787.01/787.04	c |      2077 |    6293    12259    55651 |     8857     2077     28 |  0.000 % |
787.01/787.09	c |      3218 |    6293    12259    55651 |     9743     3218     30 |  0.000 % |
787.11/787.18	c |      4926 |    6293    12259    55651 |    10717     4926     31 |  0.000 % |
787.31/787.32	c |      7489 |    6293    12259    55651 |    11789     7489     32 |  0.000 % |
787.52/787.55	c |     11334 |    6293    12259    55651 |    12968    11334     34 |  0.000 % |
787.91/787.95	c |     17100 |    6293    12259    55651 |    14265    10562     36 |  0.000 % |
788.51/788.56	c |     25750 |    6293    12259    55651 |    15692    12035     34 |  0.000 % |
789.51/789.52	c |     38726 |    6293    12259    55651 |    17261     9228     35 |  0.000 % |
791.01/791.06	c |     58189 |    6293    12259    55651 |    18987    11321     38 |  0.000 % |
793.41/793.41	c |     87381 |    6293    12259    55651 |    20886    11904     38 |  0.000 % |
797.31/797.37	c |    131172 |    6293    12259    55651 |    22974    13697     37 |  0.000 % |
803.81/803.85	c |    196856 |    6293    12259    55651 |    25272    21700     37 |  0.000 % |
822.72/822.71	c |    295382 |    6293    12259    55651 |    27799    23653     48 |  0.000 % |
863.81/863.86	c |    443171 |    6293    12259    55651 |    30579    25267     42 |  0.000 % |
895.62/895.61	c |    664856 |    6293    12259    55651 |    33637    25189     46 |  0.000 % |
960.92/960.96	c |    997382 |    6293    12259    55651 |    37001    21700     43 |  0.000 % |
1046.92/1046.96	c ===============================================================================
1056.51/1056.56	c core #13
1056.51/1056.56	c 
1056.51/1056.56	c 
1056.51/1056.56	c Core size: 1187	Core Weight: 1	Total Weight: 13
1056.51/1056.56	c Current CPU time: 1047.26 s
1056.51/1056.56	c
1056.51/1056.56	c ============================[ Search Statistics ]==============================
1056.51/1056.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1056.51/1056.56	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1056.51/1056.56	c ===============================================================================
1056.51/1056.56	c |         0 |    7000    13008    59929 |     5000        0   -nan |  0.000 % |
1056.51/1056.57	c |       100 |    7000    13008    59929 |     5500      100     30 |  0.000 % |
1056.51/1056.57	c |       251 |    7000    13008    59929 |     6050      251     27 |  0.000 % |
1056.51/1056.58	c |       482 |    7000    13008    59929 |     6655      482     29 |  0.000 % |
1056.51/1056.59	c |       820 |    7000    13008    59929 |     7320      820     28 |  0.000 % |
1056.62/1056.62	c |      1327 |    7000    13008    59929 |     8052     1327     27 |  0.000 % |
1056.62/1056.65	c |      2087 |    7000    13008    59929 |     8857     2087     28 |  0.000 % |
1056.72/1056.70	c |      3226 |    7000    13008    59929 |     9743     3226     29 |  0.000 % |
1056.72/1056.78	c |      4935 |    7000    13008    59929 |    10717     4935     30 |  0.000 % |
1056.92/1056.91	c |      7498 |    7000    13008    59929 |    11789     7498     31 |  0.000 % |
1057.12/1057.15	c |     11342 |    7000    13008    59929 |    12968    11342     31 |  0.000 % |
1057.52/1057.53	c |     17110 |    7000    13008    59929 |    14265    10583     35 |  0.000 % |
1058.23/1058.24	c |     25761 |    7000    13008    59929 |    15692    12047     39 |  0.000 % |
1059.11/1059.19	c |     38735 |    7000    13008    59929 |    17261     9245     34 |  0.000 % |
1060.82/1060.81	c |     58198 |    7000    13008    59929 |    18987    11350     36 |  0.000 % |
1063.42/1063.45	c |     87390 |    7000    13008    59929 |    20886    11900     37 |  0.000 % |
1067.52/1067.50	c |    131179 |    7000    13008    59929 |    22974    13715     37 |  0.000 % |
1069.72/1069.74	c ===============================================================================
1069.72/1069.74	c #cores: 13
1069.72/1069.74	o 13
1069.72/1069.74	s OPTIMUM FOUND
1069.72/1069.74	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
1069.72/1069.74	c Total CPU time: 1061.04 s

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447100-1307905945/watcher-3447100-1307905945 -o /tmp/evaluation-result-3447100-1307905945/solver-3447100-1307905945 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447100-1307905945.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 2/177 15674
/proc/meminfo: memFree=2660624/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=2196 CPUtime=0 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 21339275 2248704 274 33554432000 4194304 5714214 140733569424800 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 549 275 179 372 0 152 0

[startup+0.0123721 s]
/proc/loadavg: 1.99 1.97 1.91 2/177 15674
/proc/meminfo: memFree=2660624/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=2240 CPUtime=0.01 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 389 0 0 0 1 0 0 0 25 0 1 0 21339275 2293760 320 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 560 320 177 372 0 185 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2240

[startup+0.100344 s]
/proc/loadavg: 1.99 1.97 1.91 2/177 15674
/proc/meminfo: memFree=2660624/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=3492 CPUtime=0.09 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 688 0 0 0 9 0 0 0 25 0 1 0 21339275 3575808 619 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 873 619 177 372 0 498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3492

[startup+0.300373 s]
/proc/loadavg: 1.99 1.97 1.91 2/177 15674
/proc/meminfo: memFree=2660624/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=5412 CPUtime=0.29 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 1163 0 0 0 29 0 0 0 25 0 1 0 21339275 5541888 1094 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 1353 1094 177 372 0 978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5412

[startup+0.700304 s]
/proc/loadavg: 1.99 1.97 1.91 2/177 15674
/proc/meminfo: memFree=2660624/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=7536 CPUtime=0.69 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 1677 0 0 0 68 1 0 0 25 0 1 0 21339275 7716864 1608 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 1884 1608 177 372 0 1509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7536

[startup+1.50116 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2653572/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=10320 CPUtime=1.49 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 2405 0 0 0 147 2 0 0 25 0 1 0 21339275 10567680 2336 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 2580 2336 177 372 0 2205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10320

[startup+3.10085 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2649108/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=15208 CPUtime=3.09 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 3621 0 0 0 303 6 0 0 25 0 1 0 21339275 15572992 3552 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 3802 3552 177 372 0 3427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15208

[startup+6.30027 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2639416/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=23644 CPUtime=6.29 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 5716 0 0 0 618 11 0 0 25 0 1 0 21339275 24211456 5647 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 5911 5647 177 372 0 5536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23644

[startup+12.7002 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2630560/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=30716 CPUtime=12.69 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 7523 0 0 0 1249 20 0 0 25 0 1 0 21339275 31453184 7413 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 7679 7413 178 372 0 7304 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30716

[startup+25.5009 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2613560/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=44608 CPUtime=25.5 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 10997 0 0 0 2514 36 0 0 25 0 1 0 21339275 45678592 10887 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 11152 10887 178 372 0 10777 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 44608

[startup+51.1004 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15675
/proc/meminfo: memFree=2570808/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=88672 CPUtime=51.09 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 21964 0 0 0 5047 62 0 0 25 0 1 0 21339275 90800128 21854 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 22168 21854 178 372 0 21793 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88672

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15677
/proc/meminfo: memFree=2547820/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=108968 CPUtime=102.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 27170 0 0 0 10121 109 0 0 25 0 1 0 21339275 111583232 27000 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 27242 27000 178 372 0 26867 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108968

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15679
/proc/meminfo: memFree=2521220/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=135272 CPUtime=162.29 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 33735 0 0 0 16064 165 0 0 25 0 1 0 21339275 138518528 33565 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 33818 33565 178 372 0 33443 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 135272

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15681
/proc/meminfo: memFree=2508760/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=147612 CPUtime=222.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 36802 0 0 0 22007 223 0 0 25 0 1 0 21339275 151154688 36632 33554432000 4194304 5714214 140733569424800 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 36903 36632 178 372 0 36528 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 147612

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 15682
/proc/meminfo: memFree=2469000/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=147612 CPUtime=282.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 36817 0 0 0 27947 283 0 0 25 0 1 0 21339275 151154688 36647 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 36903 36647 178 372 0 36528 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 147612

[startup+342.301 s]
/proc/loadavg: 2.04 1.99 1.91 3/178 15683
/proc/meminfo: memFree=2447448/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=169112 CPUtime=342.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 42202 0 0 0 33880 350 0 0 25 0 1 0 21339275 173170688 42032 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 42278 42032 178 372 0 41903 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169112

[startup+402.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 15685
/proc/meminfo: memFree=2428668/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=180464 CPUtime=402.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 45042 0 0 0 39816 414 0 0 25 0 1 0 21339275 184795136 44872 33554432000 4194304 5714214 140733569424800 18446744073709551615 4197720 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 45116 44872 178 372 0 44741 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 180464

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15687
/proc/meminfo: memFree=2412468/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=462.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46253 0 0 0 45772 458 0 0 25 0 1 0 21339275 189919232 46083 33554432000 4194304 5714214 140733569424800 18446744073709551615 4300379 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46083 178 372 0 45992 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185468

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15727
/proc/meminfo: memFree=2552784/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=522.3 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46268 0 0 0 51716 514 0 0 25 0 1 0 21339275 189919232 46098 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46098 178 372 0 45992 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185468

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15728
/proc/meminfo: memFree=2456252/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=582.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46268 0 0 0 57666 565 0 0 25 0 1 0 21339275 189919232 46098 33554432000 4194304 5714214 140733569424800 18446744073709551615 4324856 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46098 178 372 0 45992 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 185468

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15729
/proc/meminfo: memFree=2455688/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=642.32 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46268 0 0 0 63617 615 0 0 25 0 1 0 21339275 189919232 46098 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46098 178 372 0 45992 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 185468

[startup+702.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/178 15731
/proc/meminfo: memFree=2314500/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=702.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46281 0 0 0 69571 660 0 0 25 0 1 0 21339275 189919232 46111 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46111 178 372 0 45992 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 185468

[startup+762.307 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 15733
/proc/meminfo: memFree=2298568/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=185468 CPUtime=762.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 46281 0 0 0 75524 707 0 0 25 0 1 0 21339275 189919232 46111 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 46367 46111 178 372 0 45992 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 185468

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15735
/proc/meminfo: memFree=2231172/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=216556 CPUtime=822.32 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 53986 0 0 0 81484 748 0 0 25 0 1 0 21339275 221753344 53816 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 54139 53816 178 372 0 53764 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 216556

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15736
/proc/meminfo: memFree=2211500/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=216556 CPUtime=882.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 53990 0 0 0 87457 774 0 0 25 0 1 0 21339275 221753344 53820 33554432000 4194304 5714214 140733569424800 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 54139 53820 178 372 0 53764 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 216556

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15737
/proc/meminfo: memFree=2211548/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=216556 CPUtime=942.32 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 53990 0 0 0 93432 800 0 0 25 0 1 0 21339275 221753344 53820 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 54139 53820 178 372 0 53764 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 216556

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15739
/proc/meminfo: memFree=2210368/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=218024 CPUtime=1002.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 54359 0 0 0 99389 842 0 0 25 0 1 0 21339275 223256576 54189 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 54506 54189 178 372 0 54131 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 218024

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127116/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1062.31 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 105365 866 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 301744

Solver just ended. Dumping a history of the last processes samples

[startup+1065.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127108/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1065.52 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 105682 870 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1065.52
Current children cumulated vsize (KiB) 301744

[startup+1067.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127108/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1067.12 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 105841 871 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1067.12
Current children cumulated vsize (KiB) 301744

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127104/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1068.72 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 106000 872 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1068.72
Current children cumulated vsize (KiB) 301744

[startup+1069.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127104/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1069.52 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 106079 873 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1069.52
Current children cumulated vsize (KiB) 301744

[startup+1069.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15741
/proc/meminfo: memFree=2127104/32950928 swapFree=67111364/67111528
[pid=15674] ppid=15672 vsize=301744 CPUtime=1069.72 cores=0,2,4,6
/proc/15674/stat : 15674 (wbo1.6) R 15672 15674 13995 0 -1 4202496 75033 0 0 0 106099 873 0 0 25 0 1 0 21339275 308985856 74863 33554432000 4194304 5714214 140733569424800 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/15674/statm: 75436 74863 178 372 0 75061 0
Current children cumulated CPU time (s) 1069.72
Current children cumulated vsize (KiB) 301744

Child status: 0
Real time (s): 1069.76
CPU time (s): 1069.78
CPU user time (s): 1061.04
CPU system time (s): 8.74567
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 301744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.04
system time used= 8.74567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 1671

runsolver used 1.55076 second user time and 3.33049 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-12 21:12:25
IDJOB=3447100
IDBENCH=78957
IDSOLVER=1943
FILE ID=node124/3447100-1307905945
RUNJOBID= node124-1307903908-15426
PBS_JOBID= 13559582
Free space on /tmp= 2084 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076--soft-66-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447100-1307905945/watcher-3447100-1307905945 -o /tmp/evaluation-result-3447100-1307905945/solver-3447100-1307905945 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447100-1307905945.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0b9d6337ad7964b2b0f1686d5d01e741
RANDOM SEED=1408122302

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2660944 kB
Buffers:         64608 kB
Cached:       29078476 kB
SwapCached:          0 kB
Active:       14669636 kB
Inactive:     14701320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2660944 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4384 kB
Writeback:           0 kB
AnonPages:      227656 kB
Mapped:          17028 kB
Slab:           855280 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   368080 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= 2080 MiB
End job on node124 at 2011-06-12 21:30:15