Trace number 2656246

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.4b? (MO) 1088.93 1089.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-max512.r.opb
MD5SUMabda325d00dae29cc1f423bbedcd64ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark0.131979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 113
Optimality of the best value was proved YES
Number of variables515
Total number of constraints559
Number of constraints which are clauses559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 515
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 515
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 515
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.4 beta - 20100517
0.00/0.00	c Parsing opb file format. File HOME/instance-2656246-1276592044.opb.
0.00/0.00	c Instance file HOME/instance-2656246-1276592044.opb
0.00/0.00	c File size is 36880 bytes.
0.00/0.00	c Highest Coefficient sum: 23
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      515                                                 |
0.00/0.00	c |  Number Clauses:        559                                                 |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
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 |     515      559     3754 |     5000        0    nan |  0.000 % |
0.00/0.00	c ===============================================================================
0.00/0.00	c New solution: 138
0.00/0.00	o 138
0.00/0.00	c Elapsed CPU time: 0.005999 s	Remaining CPU time: 179.994 s
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     515      560     4269 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       100 |     515      560     4269 |     5500      100    139 |  0.000 % |
0.00/0.02	c |       251 |     515      560     4269 |     6050      251    141 |  0.000 % |
0.00/0.04	c |       476 |     515      560     4269 |     6655      476    144 |  0.001 % |
0.06/0.07	c |       814 |     515      560     4269 |     7320      814    145 |  0.001 % |
0.09/0.12	c |      1320 |     515      560     4269 |     8052     1320    145 |  0.000 % |
0.09/0.19	c |      2080 |     515      560     4269 |     8857     2080    145 |  0.001 % |
0.19/0.29	c |      3220 |     515      560     4269 |     9743     3220    145 |  0.000 % |
0.39/0.46	c |      4929 |     515      560     4269 |    10717     4929    146 |  0.000 % |
0.69/0.74	c |      7492 |     515      560     4269 |    11789     7492    145 |  0.000 % |
1.10/1.15	c |     11337 |     515      560     4269 |    12968    11337    146 |  0.000 % |
1.89/1.91	c |     17104 |     515      560     4269 |    14265    10395    144 |  0.000 % |
2.89/2.99	c |     25754 |     515      560     4269 |    15692    11691    143 |  0.000 % |
4.69/4.76	c |     38731 |     515      560     4269 |    17261     8539    144 |  0.000 % |
7.89/7.97	c |     58193 |     515      560     4269 |    18987    10280    144 |  0.000 % |
7.89/7.99	c ===============================================================================
7.89/7.99	c New solution: 137
7.89/7.99	o 137
7.89/7.99	c Elapsed CPU time: 7.82581 s	Remaining CPU time: 172.174 s
7.89/7.99	c ===============================================================================
7.89/7.99	c |     58479 |     515      561     4784 |     5000    10566    144 |  0.000 % |
7.99/8.07	c |     58580 |     515      561     4784 |     5500     2743    145 |  0.000 % |
7.99/8.08	c |     58731 |     515      561     4784 |     6050     2894    145 |  0.000 % |
8.09/8.11	c |     58956 |     515      561     4784 |     6655     3119    145 |  0.000 % |
8.09/8.13	c |     59293 |     515      561     4784 |     7320     3456    145 |  0.000 % |
8.09/8.18	c |     59800 |     515      561     4784 |     8052     3963    145 |  0.001 % |
8.19/8.26	c |     60559 |     515      561     4784 |     8857     4722    144 |  0.000 % |
8.29/8.36	c |     61699 |     515      561     4784 |     9743     5862    144 |  0.000 % |
8.49/8.54	c |     63408 |     515      561     4784 |    10717     7571    144 |  0.000 % |
8.70/8.79	c |     65970 |     515      561     4784 |    11789    10133    143 |  0.000 % |
9.19/9.20	c |     69815 |     515      561     4784 |    12968     7864    143 |  0.000 % |
9.90/9.93	c |     75583 |     515      561     4784 |    14265     6922    143 |  0.000 % |
11.00/11.04	c |     84233 |     515      561     4784 |    15692     8212    145 |  0.000 % |
12.79/12.83	c |     97207 |     515      561     4784 |    17261    13122    143 |  0.000 % |
15.99/16.07	c |    116669 |     515      561     4784 |    18987    14884    142 |  0.000 % |
21.08/21.13	c |    145861 |     515      561     4784 |    20886    14900    145 |  0.000 % |
30.98/31.03	c |    189651 |     515      561     4784 |    22974    15977    141 |  0.000 % |
42.97/43.00	c |    255336 |     515      561     4784 |    25272    18594    142 |  0.000 % |
63.68/63.76	c |    353863 |     515      561     4784 |    27799    13115    143 |  0.000 % |
90.66/90.70	c |    501652 |     515      561     4784 |    30579    24193    142 |  0.000 % |
146.25/146.37	c |    723335 |     515      561     4784 |    33637    27419    143 |  0.000 % |
183.33/183.47	c There are 0 assigned variables. 0 in cost function.
184.64/184.78	c core #1
184.64/184.78	c core #2
184.64/184.78	c core #3
184.64/184.78	c core #4
184.64/184.78	c core #5
184.64/184.78	c core #6
184.64/184.78	c core #7
184.64/184.78	c core #8
184.64/184.78	c core #9
184.64/184.78	c core #10
184.64/184.78	c core #11
184.64/184.78	c core #12
184.64/184.78	c core #13
184.64/184.78	c core #14
184.64/184.78	c core #15
184.64/184.78	c core #16
184.64/184.78	c core #17
184.64/184.78	c core #18
184.64/184.78	c core #19
184.64/184.78	c core #20
184.64/184.78	c core #21
184.64/184.78	c core #22
184.64/184.78	c core #23
184.64/184.78	c core #24
184.64/184.78	c core #25
184.64/184.78	c core #26
184.64/184.78	c core #27
184.64/184.78	c core #28
184.64/184.78	c core #29
184.64/184.78	c core #30
184.64/184.78	c core #31
184.64/184.78	c core #32
184.64/184.78	c core #33
184.64/184.78	c core #34
184.64/184.78	c core #35
184.64/184.78	c core #36
184.64/184.78	c core #37
184.64/184.78	c core #38
184.64/184.78	c core #39
184.64/184.78	c core #40
184.64/184.78	c core #41
184.64/184.78	c core #42
184.64/184.78	c core #43
184.64/184.78	c core #44
184.64/184.78	c core #45
184.64/184.78	c core #46
184.64/184.78	c core #47
184.64/184.78	c core #48
184.64/184.78	c core #49
184.64/184.78	c core #50
184.64/184.78	c core #51
184.64/184.78	c core #52
184.64/184.78	c core #53
184.64/184.78	c core #54
184.64/184.78	c core #55
184.64/184.78	c core #56
184.64/184.78	c core #57
184.64/184.78	c core #58
184.64/184.78	c core #59
184.64/184.78	c core #60
184.64/184.78	c core #61
184.64/184.78	c core #62
184.64/184.78	c core #63
184.64/184.78	c core #64
184.64/184.78	c core #65
184.64/184.78	c core #66
184.64/184.78	c core #67
184.64/184.78	c core #68
184.64/184.78	c core #69
184.64/184.78	c core #70
184.64/184.78	c core #71
184.64/184.78	c core #72
184.64/184.78	c core #73
184.64/184.78	c core #74
184.64/184.78	c core #75
184.64/184.78	c core #76
184.64/184.78	c core #77
184.64/184.78	c core #78
184.64/184.78	c core #79
184.64/184.78	c core #80
184.64/184.78	c core #81
184.64/184.78	c core #82
184.64/184.78	c core #83
184.64/184.78	c core #84
184.64/184.78	c core #85
184.64/184.78	c core #86
184.64/184.78	c core #87
184.64/184.78	c core #88
184.64/184.78	c core #89
184.64/184.78	c core #90
184.64/184.78	c core #91
184.64/184.78	c core #92
184.64/184.78	c core #93
184.64/184.78	c core #94
184.64/184.78	c core #95
184.64/184.78	c core #96
184.64/184.78	c core #97
184.64/184.78	c core #98
184.64/184.78	c core #99
184.64/184.78	c core #100
184.64/184.78	c ============================[ Search Statistics ]==============================
184.64/184.78	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.64/184.78	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.64/184.78	c ===============================================================================
184.64/184.78	c |         0 |     919     1177     6712 |     5000        0    nan |  0.000 % |
184.64/184.78	c ===============================================================================
184.64/184.79	c core #101
184.64/184.79	c ============================[ Search Statistics ]==============================
184.64/184.79	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.64/184.79	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.64/184.79	c ===============================================================================
184.64/184.79	c |         0 |     974     1178     6810 |     5000        0    nan |  0.000 % |
184.64/184.79	c |       103 |     973     1178     6810 |     5500      103     12 |  8.745 % |
184.64/184.80	c ===============================================================================
184.64/184.80	c core #102
184.64/184.80	c ============================[ Search Statistics ]==============================
184.64/184.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.64/184.80	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.64/184.80	c ===============================================================================
184.64/184.80	c |         0 |    1038     1179     6935 |     5000        0    nan |  0.000 % |
184.74/184.81	c |       100 |    1038     1179     6935 |     5500      100     28 |  6.739 % |
184.74/184.81	c ===============================================================================
184.74/184.81	c core #103
184.74/184.81	c ============================[ Search Statistics ]==============================
184.74/184.81	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.74/184.81	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.74/184.81	c ===============================================================================
184.74/184.81	c |         0 |    1055     1180     6965 |     5000        0    nan |  0.000 % |
184.74/184.82	c |       111 |    1055     1180     6965 |     5500      111     29 |  6.306 % |
184.74/184.83	c |       262 |    1023     1180     6965 |     6050      250     23 | 10.036 % |
184.74/184.84	c ===============================================================================
184.74/184.84	c core #104
184.74/184.84	c ============================[ Search Statistics ]==============================
184.74/184.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.74/184.84	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.74/184.84	c ===============================================================================
184.74/184.84	c |         0 |    1147     1181     7136 |     5000        0    nan |  0.000 % |
184.74/184.85	c |       100 |    1147     1181     7136 |     5500      100     14 |  4.813 % |
184.74/184.86	c |       250 |    1146     1181     7136 |     6050      248     14 |  4.896 % |
184.74/184.88	c ===============================================================================
184.74/184.88	c core #105
184.74/184.88	c ============================[ Search Statistics ]==============================
184.74/184.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.74/184.88	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.74/184.88	c ===============================================================================
184.74/184.88	c |         0 |    1267     1182     7370 |     5000        0    nan |  0.000 % |
184.74/184.89	c |       102 |    1267     1182     7370 |     5500      102     32 |  3.943 % |
184.83/184.90	c |       253 |    1267     1182     7370 |     6050      253     30 |  3.942 % |
184.83/184.92	c |       490 |    1267     1182     7370 |     6655      490     37 |  3.942 % |
184.83/184.97	c |       828 |    1267     1182     7370 |     7320      828     48 |  3.942 % |
184.93/185.01	c |      1337 |    1267     1182     7370 |     8052     1337     54 |  3.942 % |
184.93/185.09	c |      2097 |    1267     1182     7370 |     8857     2097     52 |  3.942 % |
185.13/185.22	c |      3236 |    1266     1182     7370 |     9743     1576     36 |  4.018 % |
185.23/185.38	c |      4947 |    1266     1182     7370 |    10717     3287     42 |  4.018 % |
185.63/185.75	c ===============================================================================
185.63/185.76	c core #106
185.63/185.76	c ============================[ Search Statistics ]==============================
185.63/185.76	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
185.63/185.76	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
185.63/185.76	c ===============================================================================
185.63/185.76	c |         0 |    1272     1183     7380 |     5000        0    nan |  0.000 % |
185.63/185.77	c |       102 |    1272     1183     7380 |     5500      102     21 |  3.928 % |
185.63/185.78	c |       252 |    1271     1183     7380 |     6050      251     20 |  4.003 % |
185.63/185.80	c |       477 |    1269     1183     7380 |     6655      475     19 |  4.230 % |
185.73/185.82	c |       814 |    1266     1183     7380 |     7320      812     27 |  4.532 % |
185.73/185.86	c |      1321 |    1264     1183     7380 |     8052     1307     39 |  4.532 % |
185.83/185.94	c |      2080 |    1263     1183     7380 |     8857     2062     48 |  4.607 % |
186.03/186.10	c |      3220 |    1263     1183     7380 |     9743     3202     50 |  4.610 % |
186.03/186.12	c ===============================================================================
186.03/186.16	c core #107
186.03/186.16	c ============================[ Search Statistics ]==============================
186.03/186.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
186.03/186.16	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
186.03/186.16	c ===============================================================================
186.03/186.16	c |         0 |    1425     1184     7681 |     5000        0    nan |  0.000 % |
186.03/186.17	c |       100 |    1423     1184     7681 |     5500      100     17 |  3.329 % |
186.03/186.19	c |       250 |    1421     1184     7681 |     6050      249     26 |  3.465 % |
186.13/186.20	c |       475 |    1419     1184     7681 |     6655      473     34 |  3.601 % |
186.13/186.25	c |       812 |    1414     1184     7681 |     7320      635     26 |  3.940 % |
186.13/186.25	c ===============================================================================
186.13/186.26	c core #108
186.13/186.26	c ============================[ Search Statistics ]==============================
186.13/186.26	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
186.13/186.26	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
186.13/186.26	c ===============================================================================
186.13/186.26	c |         0 |    1554     1185     7929 |     5000        0    nan |  0.000 % |
186.13/186.28	c |       100 |    1554     1185     7929 |     5500      100     18 |  2.326 % |
186.13/186.29	c |       252 |    1554     1185     7929 |     6050      252     26 |  2.326 % |
186.23/186.31	c |       478 |    1553     1185     7929 |     6655      475     27 |  2.388 % |
186.23/186.34	c |       816 |    1553     1185     7929 |     7320      813     28 |  2.388 % |
186.23/186.39	c |      1322 |    1550     1185     7929 |     8052     1315     31 |  2.577 % |
186.33/186.49	c |      2084 |    1550     1185     7929 |     8857     2076     37 |  2.577 % |
186.53/186.67	c |      3223 |    1545     1185     7929 |     9743     3208     42 |  4.148 % |
186.83/186.95	c |      4932 |    1535     1185     7929 |    10717     4917     56 |  4.337 % |
187.33/187.46	c ===============================================================================
187.43/187.53	c core #109
187.43/187.53	c ============================[ Search Statistics ]==============================
187.43/187.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
187.43/187.53	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
187.43/187.53	c ===============================================================================
187.43/187.53	c |         0 |    1788     1186     8389 |     5000        0    nan |  0.000 % |
187.43/187.55	c |       100 |    1788     1186     8389 |     5500      100     47 |  1.596 % |
187.43/187.56	c |       250 |    1788     1186     8389 |     6050      250     46 |  1.596 % |
187.43/187.59	c |       475 |    1788     1186     8389 |     6655      475     45 |  1.596 % |
187.53/187.62	c |       814 |    1788     1186     8389 |     7320      814     55 |  1.596 % |
187.53/187.69	c |      1320 |    1788     1186     8389 |     8052     1320     75 |  1.596 % |
187.63/187.79	c |      2080 |    1788     1186     8389 |     8857     2080     90 |  1.596 % |
187.83/187.94	c |      3220 |    1788     1186     8389 |     9743     3220     81 |  1.596 % |
188.13/188.22	c |      4932 |    1788     1186     8389 |    10717     4932     87 |  1.596 % |
188.63/188.75	c |      7496 |    1788     1186     8389 |    11789     7496     94 |  1.596 % |
189.82/189.94	c |     11341 |    1788     1186     8389 |    12968    11341     96 |  1.596 % |
192.33/192.42	c |     17111 |    1788     1186     8389 |    14265    10485     96 |  1.596 % |
195.32/195.47	c |     25763 |    1788     1186     8389 |    15692    11927     92 |  1.596 % |
200.32/200.49	c |     38740 |    1788     1186     8389 |    17261     8933    176 |  1.596 % |
213.52/213.65	c |     58201 |    1788     1186     8389 |    18987    10805    187 |  1.596 % |
232.03/232.18	c |     87396 |    1788     1186     8389 |    20886    11040    167 |  1.596 % |
258.11/258.23	c |    131188 |    1788     1186     8389 |    22974    12044    178 |  1.596 % |
294.39/294.54	c |    196874 |    1788     1186     8389 |    25272    19499    181 |  1.596 % |
360.47/360.68	c |    295400 |    1765     1186     8389 |    27799     6366     86 |  2.862 % |
361.28/361.41	c ===============================================================================
368.38/368.59	c core #110
368.38/368.59	c ============================[ Search Statistics ]==============================
368.38/368.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
368.38/368.59	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
368.38/368.59	c ===============================================================================
368.38/368.59	c |         0 |    2106     1187     9019 |     5000        0    nan |  0.000 % |
368.47/368.62	c |       101 |    2106     1187     9019 |     5500      101     41 |  1.080 % |
368.47/368.67	c |       251 |    2106     1187     9019 |     6050      251     47 |  1.080 % |
368.47/368.70	c |       482 |    2106     1187     9019 |     6655      482     49 |  1.080 % |
368.57/368.77	c |       819 |    2106     1187     9019 |     7320      819     52 |  1.080 % |
368.67/368.84	c |      1329 |    2106     1187     9019 |     8052     1329     51 |  1.080 % |
368.77/368.94	c |      2090 |    2106     1187     9019 |     8857     2090     88 |  1.080 % |
368.97/369.11	c |      3231 |    2106     1187     9019 |     9743     3231     84 |  1.080 % |
369.17/369.38	c |      4939 |    2106     1187     9019 |    10717     4939     97 |  1.080 % |
369.97/370.14	c |      7501 |    2106     1187     9019 |    11789     7501    120 |  1.080 % |
371.37/371.58	c |     11345 |    2106     1187     9019 |    12968    11345    153 |  1.080 % |
374.97/375.17	c |     17111 |    2106     1187     9019 |    14265    10431    246 |  1.080 % |
378.87/379.08	c |     25761 |    2106     1187     9019 |    15692    11773    238 |  1.080 % |
387.46/387.68	c |     38735 |    2106     1187     9019 |    17261     8505    229 |  1.080 % |
402.16/402.40	c |     58197 |    2106     1187     9019 |    18987    10279    225 |  1.080 % |
418.14/418.33	c |     87389 |    2106     1187     9019 |    20886    10071    268 |  1.080 % |
447.73/447.96	c |    131180 |    2106     1187     9019 |    22974    10995    294 |  1.080 % |
489.82/490.00	c |    196864 |    2106     1187     9019 |    25272    18446    201 |  1.080 % |
566.90/567.12	c |    295390 |    2106     1187     9019 |    27799    14256    190 |  1.080 % |
705.55/705.85	c |    443182 |    2106     1187     9019 |    30579    26650    354 |  1.080 % |
889.20/889.50	c |    664866 |    2106     1187     9019 |    33637    21234    214 |  1.080 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2656246-1276592044/watcher-2656246-1276592044 -o /tmp/evaluation-result-2656246-1276592044/solver-2656246-1276592044 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2656246-1276592044.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 1.04 1.09 3/106 9256
/proc/meminfo: memFree=1515808/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=2712 CPUtime=0
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 495187 2777088 233 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 678 233 146 303 0 373 0

[startup+0.0718541 s]
/proc/loadavg: 0.78 1.04 1.09 3/106 9256
/proc/meminfo: memFree=1515808/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=3096 CPUtime=0.06
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 444 0 0 0 6 0 0 0 20 0 1 0 495187 3170304 353 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 774 353 147 303 0 469 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3096

[startup+0.101851 s]
/proc/loadavg: 0.78 1.04 1.09 3/106 9256
/proc/meminfo: memFree=1515808/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=3352 CPUtime=0.09
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 501 0 0 0 9 0 0 0 20 0 1 0 495187 3432448 410 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 838 410 147 303 0 533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3352

[startup+0.301937 s]
/proc/loadavg: 0.78 1.04 1.09 3/106 9256
/proc/meminfo: memFree=1515808/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=4896 CPUtime=0.29
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 884 0 0 0 28 1 0 0 20 0 1 0 495187 5013504 793 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 1224 793 147 303 0 919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4896

[startup+0.701899 s]
/proc/loadavg: 0.78 1.04 1.09 3/106 9256
/proc/meminfo: memFree=1515808/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=7480 CPUtime=0.69
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 1546 0 0 0 67 2 0 0 20 0 1 0 495187 7659520 1455 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 1870 1455 147 303 0 1565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7480

[startup+1.50196 s]
/proc/loadavg: 0.78 1.04 1.09 2/107 9257
/proc/meminfo: memFree=1508360/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=12416 CPUtime=1.49
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 2770 0 0 0 145 4 0 0 23 0 1 0 495187 12713984 2679 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 3104 2679 148 303 0 2799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12416

[startup+3.10108 s]
/proc/loadavg: 0.78 1.04 1.09 2/107 9257
/proc/meminfo: memFree=1502036/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=21068 CPUtime=3.09
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 4925 0 0 0 301 8 0 0 25 0 1 0 495187 21573632 4834 1992294400 134512640 135751879 4294769392 18446744073709551615 134616287 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 5267 4834 148 303 0 4962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21068

[startup+6.30132 s]
/proc/loadavg: 0.80 1.04 1.09 2/107 9259
/proc/meminfo: memFree=1484552/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=37208 CPUtime=6.29
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 8949 0 0 0 615 14 0 0 25 0 1 0 495187 38100992 8858 1992294400 134512640 135751879 4294769392 18446744073709551615 134611216 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 9302 8858 148 303 0 8997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37208

[startup+12.7008 s]
/proc/loadavg: 0.81 1.04 1.08 2/107 9259
/proc/meminfo: memFree=1452560/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=67884 CPUtime=12.69
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 16638 0 0 0 1240 29 0 0 25 0 1 0 495187 69513216 16547 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 16971 16547 148 303 0 16666 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67884

[startup+25.5018 s]
/proc/loadavg: 0.85 1.04 1.08 2/107 9259
/proc/meminfo: memFree=1402216/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=116348 CPUtime=25.48
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 28736 0 0 0 2495 53 0 0 25 0 1 0 495187 119140352 28645 1992294400 134512640 135751879 4294769392 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 29087 28646 148 303 0 28782 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 116348

[startup+51.1017 s]
/proc/loadavg: 0.90 1.04 1.08 2/107 9259
/proc/meminfo: memFree=1318020/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=202076 CPUtime=51.08
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 50116 0 0 0 5011 97 0 0 25 0 1 0 495187 206925824 50025 1992294400 134512640 135751879 4294769392 18446744073709551615 134606295 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 50519 50025 148 303 0 50214 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 202076

[startup+102.308 s]
/proc/loadavg: 0.96 1.03 1.08 2/107 9261
/proc/meminfo: memFree=1149504/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=367908 CPUtime=102.27
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 91536 0 0 0 10048 179 0 0 25 0 1 0 495187 376737792 91445 1992294400 134512640 135751879 4294769392 18446744073709551615 134603001 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 91977 91445 148 303 0 91672 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 367908

[startup+162.301 s]
/proc/loadavg: 0.98 1.02 1.07 2/107 9263
/proc/meminfo: memFree=983592/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=534036 CPUtime=162.24
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 133030 0 0 0 15963 261 0 0 25 0 1 0 495187 546852864 132939 1992294400 134512640 135751879 4294769392 18446744073709551615 134602986 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 133509 132939 148 303 0 133204 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 534036

[startup+222.301 s]
/proc/loadavg: 0.99 1.02 1.06 2/107 9263
/proc/meminfo: memFree=899148/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=617556 CPUtime=222.22
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 154065 0 0 0 21888 334 0 0 25 0 1 0 495187 632377344 153940 1992294400 134512640 135751879 4294769392 18446744073709551615 134608332 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 154389 153940 151 303 0 154084 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 617556

[startup+282.301 s]
/proc/loadavg: 0.99 1.01 1.06 2/107 9265
/proc/meminfo: memFree=811604/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=705452 CPUtime=282.2
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 176040 0 0 0 27821 399 0 0 25 0 1 0 495187 722382848 175915 1992294400 134512640 135751879 4294769392 18446744073709551615 134517421 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 176363 175915 151 303 0 176058 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 705452

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.05 2/107 9267
/proc/meminfo: memFree=739932/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=776672 CPUtime=342.18
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 193840 0 0 0 33765 453 0 0 25 0 1 0 495187 795312128 193715 1992294400 134512640 135751879 4294769392 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 194168 193715 151 303 0 193863 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 776672

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.05 2/107 9269
/proc/meminfo: memFree=678676/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=838604 CPUtime=402.16
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 209341 0 0 0 39708 508 0 0 25 0 1 0 495187 858730496 209216 1992294400 134512640 135751879 4294769392 18446744073709551615 134616505 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 209651 209216 151 303 0 209346 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 838604

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.04 2/107 9280
/proc/meminfo: memFree=572284/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=943916 CPUtime=462.13
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 235649 0 0 0 45642 571 0 0 25 0 1 0 495187 966569984 235524 1992294400 134512640 135751879 4294769392 18446744073709551615 134616861 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 235979 235524 151 303 0 235674 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 943916

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.04 2/107 9280
/proc/meminfo: memFree=480276/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1036332 CPUtime=522.11
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 258757 0 0 0 51588 623 0 0 25 0 1 0 495187 1061203968 258632 1992294400 134512640 135751879 4294769392 18446744073709551615 134517409 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 259083 258632 151 303 0 258778 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1036332

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.03 2/107 9282
/proc/meminfo: memFree=383060/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1133376 CPUtime=582.09
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 282981 0 0 0 57529 680 0 0 25 0 1 0 495187 1160577024 282856 1992294400 134512640 135751879 4294769392 18446744073709551615 134616534 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 283344 282856 151 303 0 283039 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1133376

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.02 3/107 9284
/proc/meminfo: memFree=287332/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1227700 CPUtime=642.08
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 306561 0 0 0 63490 718 0 0 25 0 1 0 495187 1257164800 306436 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 306925 306436 151 303 0 306620 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 1227700

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/107 9286
/proc/meminfo: memFree=192224/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1323100 CPUtime=702.05
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 330409 0 0 0 69447 758 0 0 25 0 1 0 495187 1354854400 330284 1992294400 134512640 135751879 4294769392 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 330775 330284 151 303 0 330470 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 1323100

[startup+762.309 s]
/proc/loadavg: 0.99 1.00 1.01 2/107 9288
/proc/meminfo: memFree=113856/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1400900 CPUtime=762.04
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 349851 0 0 0 75395 809 0 0 25 0 1 0 495187 1434521600 349726 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 350225 349726 151 303 0 349920 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 1400900

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.01 2/107 9288
/proc/meminfo: memFree=16764/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1499236 CPUtime=822.02
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 374398 0 0 0 81334 868 0 0 25 0 1 0 495187 1535217664 374273 1992294400 134512640 135751879 4294769392 18446744073709551615 134616532 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 374809 374273 151 303 0 374504 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 1499236

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9290
/proc/meminfo: memFree=10608/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1567604 CPUtime=882
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 391484 0 0 0 87290 910 0 0 25 0 1 0 495187 1605226496 391359 1992294400 134512640 135751879 4294769392 18446744073709551615 134606357 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 391901 391359 151 303 0 391596 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 1567604

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9292
/proc/meminfo: memFree=9840/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1646352 CPUtime=941.98
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 411144 0 0 0 93239 959 0 0 25 0 1 0 495187 1685864448 411019 1992294400 134512640 135751879 4294769392 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 411588 411019 151 303 0 411283 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 1646352

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9294
/proc/meminfo: memFree=10356/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1731924 CPUtime=1001.97
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 432505 0 0 0 99187 1010 0 0 25 0 1 0 495187 1773490176 432380 1992294400 134512640 135751879 4294769392 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 432981 432380 151 303 0 432676 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 1731924

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9296
/proc/meminfo: memFree=9228/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1812004 CPUtime=1061.96
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 452500 0 0 0 105145 1051 0 0 25 0 1 0 495187 1855492096 452375 1992294400 134512640 135751879 4294769392 18446744073709551615 134616492 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 453001 452376 151 303 0 452696 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1812004



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1089.1 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9296
/proc/meminfo: memFree=9616/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=1843216 CPUtime=1088.75
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4202496 460287 0 0 0 107810 1065 0 0 25 0 1 0 495187 1887453184 460162 1992294400 134512640 135751879 4294769392 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9256/statm: 460804 460162 151 303 0 460499 0
Current children cumulated CPU time (s) 1088.75
Current children cumulated vsize (KiB) 1843216

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1089.21 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 9296
/proc/meminfo: memFree=9616/2059040 swapFree=4192956/4192956
[pid=9256] ppid=9254 vsize=0 CPUtime=1088.85
/proc/9256/stat : 9256 (wbo1.4b) R 9254 9256 2329 0 -1 4203524 460287 0 0 0 107810 1075 0 0 25 0 1 0 495187 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/9256/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1088.85
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1089.28
CPU time (s): 1088.93
CPU user time (s): 1078.11
CPU system time (s): 10.8244
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 1843216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1078.11
system time used= 10.8244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460287
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= 6
involuntary context switches= 1948

runsolver used 1.89171 second user time and 5.07023 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-15 10:54:04
IDJOB=2656246
IDBENCH=2855
IDSOLVER=1161
FILE ID=node057/2656246-1276592044
PBS_JOBID= 11173556
Free space on /tmp= 62536 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-max512.r.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2656246-1276592044/watcher-2656246-1276592044 -o /tmp/evaluation-result-2656246-1276592044/solver-2656246-1276592044 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2656246-1276592044.opb

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

MD5SUM BENCH= abda325d00dae29cc1f423bbedcd64ad
RANDOM SEED=698635681

node057.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1516336 kB
Buffers:         42400 kB
Cached:         362024 kB
SwapCached:          0 kB
Active:         189268 kB
Inactive:       274360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1516336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3104 kB
Writeback:           0 kB
AnonPages:       59220 kB
Mapped:          15332 kB
Slab:            57392 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node057 at 2010-06-15 11:12:15