Trace number 35236

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, and are wall clock time (not CPU 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
minisat+ 1.14OPT1120 173.005 173.067

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark8.58769
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00	c Parsing PB file...
0.00	c Converting 28 PB-constraints to clauses...
0.00	c   -- Unit propagations: (none)
0.00	c   -- Detecting intervals from adjacent constraints: #
0.00	c   -- Clauses(.)/Splits(s): ...s..
0.00	c ---[  28]---> BDD-cost:    3
0.00	c ---[  27]---> BDD-cost:    7
0.00	c ---[  26]---> BDD-cost:    5
0.00	c ---[  24]---> BDD-cost:    3
0.00	c ---[  23]---> BDD-cost:    5
0.00	c ---[  22]---> BDD-cost:   11
0.00	c ---[  21]---> BDD-cost:    3
0.00	c ---[  20]---> BDD-cost:    7
0.00	c ---[  19]---> BDD-cost:    3
0.00	c ---[  18]---> BDD-cost:    7
0.00	c ---[  17]---> BDD-cost:    5
0.00	c ---[  16]---> BDD-cost:    7
0.00	c ---[  15]---> BDD-cost:    5
0.00	c ---[  14]---> BDD-cost:    3
0.00	c ---[  12]---> BDD-cost:    7
0.00	c ---[   9]---> Sorter-cost: 3170     Base: 5 2 2 3
0.04	c ---[   8]---> BDD-cost:   28
0.05	c ---[   7]---> BDD-cost:  202
0.05	c ---[   6]---> Sorter-cost: 1878     Base: 5 2 2 3
0.07	c ---[   4]---> Sorter-cost: 1741     Base: 5 2 2 2
0.09	c ---[   2]---> BDD-cost:   16
0.09	c ---[   0]---> BDD-cost:   32
0.11	c ==================================[MINISAT+]==================================
0.11	c | Conflicts | Original         | Learnt                           | Progress |
0.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.11	c ==============================================================================
0.11	c |         0 |   16046    38074 |    5348       0        0     nan |  0.000 % |
0.13	c |       101 |   15986    37942 |    5882      99     1341    13.5 |  0.826 % |
0.16	c ==============================================================================
0.16	c Found solution: 3697
0.16	o 3697
0.16	c ---[   0]---> Sorter-cost:12454     Base: 2 3 13 2
0.30	c ==================================[MINISAT+]==================================
0.30	c | Conflicts | Original         | Learnt                           | Progress |
0.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.30	c ==============================================================================
0.30	c |       202 |   44688   105076 |   14896     173     2195    12.7 |  0.826 % |
0.32	c ==============================================================================
0.32	c Found solution: 3371
0.32	o 3371
0.32	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
0.43	c ==================================[MINISAT+]==================================
0.43	c | Conflicts | Original         | Learnt                           | Progress |
0.43	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.43	c ==============================================================================
0.43	c |       256 |   44990   105888 |   14996     226     2982    13.2 |  0.826 % |
0.49	c |       356 |   43633   102789 |   16495     292     3359    11.5 |  3.986 % |
0.53	c |       507 |   43603   102719 |   18145     441     4465    10.1 |  4.039 % |
0.62	c |       733 |   42927   101162 |   19959     655     8311    12.7 |  5.281 % |
0.74	c |      1070 |   42674   100581 |   21955     987    12553    12.7 |  5.716 % |
0.96	c |      1581 |   41908    98827 |   24151    1477    21494    14.6 |  7.053 % |
1.02	c ==============================================================================
1.02	c Found solution: 3322
1.02	o 3322
1.02	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
1.13	c ==================================[MINISAT+]==================================
1.13	c | Conflicts | Original         | Learnt                           | Progress |
1.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.13	c ==============================================================================
1.13	c |      1681 |   41980    99026 |   13993    1559    22101    14.2 |  7.053 % |
1.15	c ==============================================================================
1.15	c Found solution: 3266
1.15	o 3266
1.16	c ---[   0]---> Sorter-cost:    6     Base: 2 3 13 2
1.27	c ==================================[MINISAT+]==================================
1.27	c | Conflicts | Original         | Learnt                           | Progress |
1.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.27	c ==============================================================================
1.27	c |      1699 |   42327    99876 |   14109    1577    22632    14.4 |  7.053 % |
1.31	c |      1799 |   42177    99527 |   15519    1666    25015    15.0 |  7.434 % |
1.33	c ==============================================================================
1.33	c Found solution: 3256
1.33	o 3256
1.33	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
1.44	c ==================================[MINISAT+]==================================
1.44	c | Conflicts | Original         | Learnt                           | Progress |
1.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.44	c ==============================================================================
1.44	c |      1848 |   42261    99747 |   14087    1715    26486    15.4 |  7.434 % |
1.49	c |      1948 |   42261    99747 |   15495    1815    27050    14.9 |  7.424 % |
1.53	c |      2099 |   42224    99662 |   17045    1963    29077    14.8 |  7.494 % |
1.57	c ==============================================================================
1.57	c Found solution: 2378
1.57	o 2378
1.57	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
1.68	c ==================================[MINISAT+]==================================
1.68	c | Conflicts | Original         | Learnt                           | Progress |
1.68	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.68	c ==============================================================================
1.68	c |      2173 |   42342    99948 |   14114    2037    30298    14.9 |  7.494 % |
1.75	c |      2273 |   40889    96607 |   15525    2082    31508    15.1 | 10.064 % |
1.86	c |      2423 |   40747    96295 |   17077    2230    38797    17.4 | 10.314 % |
2.00	c ==============================================================================
2.00	c Found solution: 2053
2.00	o 2053
2.01	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
2.12	c ==================================[MINISAT+]==================================
2.12	c | Conflicts | Original         | Learnt                           | Progress |
2.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.12	c ==============================================================================
2.12	c |      2639 |   40757    96342 |   13585    2445    47397    19.4 | 10.314 % |
2.20	c |      2740 |   40697    96205 |   14943    2543    49595    19.5 | 10.462 % |
2.28	c |      2891 |   40697    96205 |   16437    2694    52472    19.5 | 10.462 % |
2.40	c |      3119 |   40389    95500 |   18081    2918    57025    19.5 | 11.032 % |
2.54	c |      3458 |   40186    95030 |   19889    3252    68502    21.1 | 11.363 % |
2.86	c ==============================================================================
2.86	c Found solution: 2037
2.86	o 2037
2.86	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
2.97	c ==================================[MINISAT+]==================================
2.97	c | Conflicts | Original         | Learnt                           | Progress |
2.97	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.97	c ==============================================================================
2.97	c |      3836 |   40320    95376 |   13440    3628    85309    23.5 | 11.363 % |
3.03	c |      3936 |   40286    95298 |   14784    3716    86903    23.4 | 11.496 % |
3.09	c ==============================================================================
3.09	c Found solution: 1955
3.09	o 1955
3.09	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
3.20	c ==================================[MINISAT+]==================================
3.20	c | Conflicts | Original         | Learnt                           | Progress |
3.20	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.20	c ==============================================================================
3.20	c |      3980 |   40237    95215 |   13412    3759    88809    23.6 | 11.496 % |
3.28	c |      4080 |   40237    95215 |   14753    3859    89989    23.3 | 11.595 % |
3.36	c |      4230 |   40237    95215 |   16228    4009    94858    23.7 | 11.595 % |
3.52	c |      4455 |   40237    95215 |   17851    4234   106663    25.2 | 11.595 % |
3.74	c |      4792 |   40237    95215 |   19636    4571   129714    28.4 | 11.595 % |
4.04	c |      5299 |   40168    95064 |   21600    5070   155326    30.6 | 11.728 % |
4.52	c |      6058 |   40067    94833 |   23760    5826   206079    35.4 | 11.936 % |
5.49	c |      7198 |   40035    94764 |   26136    6963   270614    38.9 | 12.011 % |
6.77	c |      8909 |   37164    88133 |   28749    8599   344207    40.0 | 17.102 % |
7.80	c ==============================================================================
7.80	c Found solution: 1950
7.80	o 1950
7.80	c ---[   0]---> Sorter-cost:    7     Base: 2 3 13 2
7.92	c ==================================[MINISAT+]==================================
7.92	c | Conflicts | Original         | Learnt                           | Progress |
7.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.92	c ==============================================================================
7.92	c |     10282 |   36034    85530 |   12011    9929   416384    41.9 | 17.102 % |
8.00	c |     10387 |   36034    85530 |   13212   10034   417773    41.6 | 19.346 % |
8.09	c |     10537 |   36034    85530 |   14533   10184   421049    41.3 | 19.346 % |
8.26	c |     10765 |   36034    85530 |   15986   10412   430808    41.4 | 19.346 % |
8.51	c |     11102 |   36034    85530 |   17585   10749   448087    41.7 | 19.346 % |
8.82	c |     11608 |   36034    85530 |   19343   11255   462432    41.1 | 19.346 % |
8.98	c ==============================================================================
8.98	c Found solution: 1850
8.98	o 1850
8.99	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
9.10	c ==================================[MINISAT+]==================================
9.10	c | Conflicts | Original         | Learnt                           | Progress |
9.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.10	c ==============================================================================
9.10	c |     11882 |   36052    85587 |   12017   11529   471731    40.9 | 19.346 % |
9.18	c |     11982 |   36052    85587 |   13218   11629   474845    40.8 | 19.338 % |
9.22	c ==============================================================================
9.22	c Found solution: 1841
9.22	o 1841
9.23	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
9.34	c ==================================[MINISAT+]==================================
9.34	c | Conflicts | Original         | Learnt                           | Progress |
9.34	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.34	c ==============================================================================
9.34	c |     12017 |   36059    85619 |   12019   11664   476260    40.8 | 19.338 % |
9.43	c |     12117 |   36059    85619 |   13220   11764   482121    41.0 | 19.338 % |
9.58	c |     12267 |   36059    85619 |   14542   11914   488323    41.0 | 19.338 % |
9.79	c |     12493 |   36004    85490 |   15997   12135   500186    41.2 | 19.453 % |
10.10	c |     12831 |   36004    85490 |   17597   12473   513216    41.1 | 19.453 % |
10.58	c |     13339 |   35900    85252 |   19356   12973   535678    41.3 | 19.631 % |
11.19	c |     14098 |   35900    85252 |   21292   13732   565749    41.2 | 19.631 % |
12.15	c |     15238 |   35900    85252 |   23421   14872   632272    42.5 | 19.631 % |
13.71	c |     16946 |   35900    85252 |   25763   16580   718187    43.3 | 19.631 % |
16.26	c |     19508 |   35861    85162 |   28340   19141   820839    42.9 | 19.706 % |
17.61	c ==============================================================================
17.61	c Found solution: 1831
17.61	o 1831
17.61	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
17.73	c ==================================[MINISAT+]==================================
17.73	c | Conflicts | Original         | Learnt                           | Progress |
17.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.73	c ==============================================================================
17.73	c |     20797 |   35868    85178 |   11956   20430   868635    42.5 | 19.706 % |
17.80	c ==============================================================================
17.80	c Found solution: 1800
17.80	o 1800
17.80	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
17.92	c ==================================[MINISAT+]==================================
17.92	c | Conflicts | Original         | Learnt                           | Progress |
17.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.92	c ==============================================================================
17.92	c |     20822 |   35875    85194 |   11958   10240   370925    36.2 | 19.706 % |
18.00	c |     20922 |   35875    85194 |   13153   10340   376338    36.4 | 19.709 % |
18.09	c |     21073 |   35820    85065 |   14469   10484   379199    36.2 | 19.812 % |
18.25	c |     21298 |   35820    85065 |   15916   10709   384451    35.9 | 19.812 % |
18.54	c |     21635 |   35820    85065 |   17507   11046   403641    36.5 | 19.812 % |
18.92	c |     22141 |   35797    85013 |   19258   11551   425009    36.8 | 19.852 % |
19.14	c ==============================================================================
19.14	c Found solution: 1729
19.14	o 1729
19.14	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
19.26	c ==================================[MINISAT+]==================================
19.26	c | Conflicts | Original         | Learnt                           | Progress |
19.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.26	c ==============================================================================
19.26	c |     22401 |   35807    85052 |   11935   11811   435927    36.9 | 19.852 % |
19.30	c |     22503 |   35807    85052 |   13128   11913   437731    36.7 | 19.850 % |
19.41	c |     22654 |   35807    85052 |   14441   12064   440540    36.5 | 19.850 % |
19.60	c |     22882 |   35807    85052 |   15885   12292   449714    36.6 | 19.850 % |
19.84	c |     23220 |   35605    84581 |   17474   12628   457488    36.2 | 20.188 % |
20.26	c ==============================================================================
20.26	c Found solution: 1727
20.26	o 1727
20.27	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
20.39	c ==================================[MINISAT+]==================================
20.39	c | Conflicts | Original         | Learnt                           | Progress |
20.39	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.39	c ==============================================================================
20.39	c |     23653 |   35611    84596 |   11870   13061   479394    36.7 | 20.188 % |
20.49	c ==============================================================================
20.49	c Found solution: 1683
20.49	o 1683
20.49	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
20.61	c ==================================[MINISAT+]==================================
20.61	c | Conflicts | Original         | Learnt                           | Progress |
20.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.61	c ==============================================================================
20.61	c |     23732 |   35616    84608 |   11872   13140   483575    36.8 | 20.188 % |
20.71	c |     23832 |   35616    84608 |   13059   13240   487557    36.8 | 20.192 % |
20.90	c |     23983 |   35616    84608 |   14365   13391   493894    36.9 | 20.192 % |
20.96	c ==============================================================================
20.96	c Found solution: 1675
20.96	o 1675
20.96	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
21.08	c ==================================[MINISAT+]==================================
21.08	c | Conflicts | Original         | Learnt                           | Progress |
21.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
21.08	c ==============================================================================
21.08	c |     24036 |   35621    84619 |   11873   13444   495347    36.8 | 20.192 % |
21.16	c |     24136 |   35621    84619 |   13060   13544   503809    37.2 | 20.194 % |
21.26	c |     24286 |   35621    84619 |   14366   13694   506670    37.0 | 20.194 % |
21.49	c |     24512 |   35621    84619 |   15802   13920   519039    37.3 | 20.194 % |
21.80	c |     24849 |   35621    84619 |   17383   14257   537179    37.7 | 20.194 % |
22.25	c |     25355 |   35621    84619 |   19121   14763   550379    37.3 | 20.194 % |
22.96	c |     26114 |   35023    83235 |   21033   15466   571637    37.0 | 21.324 % |
24.13	c |     27253 |   35023    83235 |   23137   16605   619296    37.3 | 21.324 % |
25.64	c |     28963 |   35023    83235 |   25450   18315   687059    37.5 | 21.324 % |
26.06	c ==============================================================================
26.06	c Found solution: 1614
26.06	o 1614
26.06	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
26.18	c ==================================[MINISAT+]==================================
26.18	c | Conflicts | Original         | Learnt                           | Progress |
26.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
26.18	c ==============================================================================
26.18	c |     29392 |   35028    83246 |   11676   18744   708385    37.8 | 21.324 % |
26.29	c |     29492 |   35028    83246 |   12843    9472   290847    30.7 | 21.327 % |
26.43	c |     29642 |   34964    83098 |   14127    9621   294252    30.6 | 21.447 % |
26.57	c |     29869 |   34964    83098 |   15540    9848   299169    30.4 | 21.447 % |
26.82	c |     30208 |   34964    83098 |   17094   10187   308569    30.3 | 21.447 % |
27.16	c |     30714 |   34964    83098 |   18804   10693   320449    30.0 | 21.447 % |
27.55	c ==============================================================================
27.55	c Found solution: 1587
27.55	o 1587
27.55	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
27.67	c ==================================[MINISAT+]==================================
27.67	c | Conflicts | Original         | Learnt                           | Progress |
27.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
27.67	c ==============================================================================
27.67	c |     31206 |   34978    83134 |   11659   11185   339724    30.4 | 21.447 % |
27.76	c |     31306 |   34978    83134 |   12824   11285   341955    30.3 | 21.442 % |
27.92	c |     31457 |   34978    83134 |   14107   11436   349352    30.5 | 21.442 % |
28.01	c ==============================================================================
28.01	c Found solution: 1570
28.01	o 1570
28.02	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
28.13	c ==================================[MINISAT+]==================================
28.13	c | Conflicts | Original         | Learnt                           | Progress |
28.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
28.13	c ==============================================================================
28.13	c |     31521 |   34985    83154 |   11661   11500   352534    30.7 | 21.442 % |
28.22	c |     31623 |   34985    83154 |   12827   11602   354369    30.5 | 21.442 % |
28.33	c |     31774 |   34985    83154 |   14109   11753   356599    30.3 | 21.442 % |
28.52	c |     32001 |   34985    83154 |   15520   11980   363253    30.3 | 21.442 % |
28.84	c |     32340 |   34985    83154 |   17072   12319   378819    30.8 | 21.442 % |
29.18	c |     32847 |   34985    83154 |   18780   12826   388215    30.3 | 21.442 % |
29.88	c |     33608 |   34985    83154 |   20658   13587   426121    31.4 | 21.442 % |
31.06	c |     34748 |   34985    83154 |   22723   14727   487779    33.1 | 21.442 % |
32.74	c |     36457 |   34985    83154 |   24996   16436   583123    35.5 | 21.442 % |
35.48	c |     39020 |   34801    82731 |   27496   18992   681940    35.9 | 21.745 % |
38.27	c ==============================================================================
38.27	c Found solution: 1517
38.27	o 1517
38.27	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
38.40	c ==================================[MINISAT+]==================================
38.40	c | Conflicts | Original         | Learnt                           | Progress |
38.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
38.40	c ==============================================================================
38.40	c |     41774 |   34808    82747 |   11602   21746   853274    39.2 | 21.745 % |
38.51	c |     41875 |   34808    82747 |   12762   10974   412117    37.6 | 21.746 % |
38.67	c |     42025 |   34808    82747 |   14038   11124   417783    37.6 | 21.746 % |
38.80	c |     42251 |   34808    82747 |   15442   11350   422061    37.2 | 21.746 % |
39.04	c |     42591 |   34808    82747 |   16986   11690   428663    36.7 | 21.746 % |
39.42	c |     43099 |   34808    82747 |   18685   12198   438542    36.0 | 21.746 % |
39.93	c |     43858 |   34808    82747 |   20553   12957   454152    35.1 | 21.746 % |
41.03	c |     44997 |   34808    82747 |   22609   14096   515846    36.6 | 21.746 % |
42.10	c ==============================================================================
42.10	c Found solution: 1516
42.10	o 1516
42.10	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
42.22	c ==================================[MINISAT+]==================================
42.22	c | Conflicts | Original         | Learnt                           | Progress |
42.22	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
42.22	c ==============================================================================
42.22	c |     45960 |   34815    82763 |   11605   15059   573361    38.1 | 21.746 % |
42.35	c |     46063 |   34815    82763 |   12765   15162   578306    38.1 | 21.747 % |
42.47	c |     46214 |   34815    82763 |   14042   15313   582046    38.0 | 21.747 % |
42.67	c |     46439 |   34815    82763 |   15446   15538   589238    37.9 | 21.747 % |
42.70	c ==============================================================================
42.70	c Found solution: 1503
42.70	o 1503
42.70	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
42.82	c ==================================[MINISAT+]==================================
42.82	c | Conflicts | Original         | Learnt                           | Progress |
42.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
42.82	c ==============================================================================
42.82	c |     46460 |   34820    82775 |   11606   15559   589681    37.9 | 21.747 % |
42.93	c |     46561 |   34820    82775 |   12766    7881   213609    27.1 | 21.749 % |
43.03	c |     46712 |   34820    82775 |   14043    8032   219155    27.3 | 21.749 % |
43.23	c |     46941 |   34820    82775 |   15447    8261   225582    27.3 | 21.749 % |
43.44	c |     47278 |   34820    82775 |   16992    8598   236302    27.5 | 21.749 % |
43.88	c |     47785 |   34820    82775 |   18691    9105   253128    27.8 | 21.749 % |
44.41	c |     48545 |   34652    82385 |   20560    9857   279243    28.3 | 22.070 % |
44.74	c ==============================================================================
44.74	c Found solution: 1455
44.74	o 1455
44.74	c ---[   0]---> Sorter-cost:    1     Base: 2 3 13 2
44.86	c ==================================[MINISAT+]==================================
44.86	c | Conflicts | Original         | Learnt                           | Progress |
44.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
44.86	c ==============================================================================
44.86	c |     48864 |   34640    82360 |   11546   10174   303361    29.8 | 22.070 % |
44.94	c |     48966 |   34640    82360 |   12700   10276   305980    29.8 | 22.094 % |
45.11	c |     49117 |   34640    82360 |   13970   10427   313871    30.1 | 22.094 % |
45.33	c |     49342 |   34640    82360 |   15367   10652   325753    30.6 | 22.094 % |
45.72	c |     49679 |   34640    82360 |   16904   10989   339980    30.9 | 22.094 % |
46.27	c |     50187 |   34640    82360 |   18594   11497   359131    31.2 | 22.094 % |
46.94	c |     50948 |   34640    82360 |   20454   12258   394268    32.2 | 22.094 % |
47.14	c ==============================================================================
47.14	c Found solution: 1417
47.14	o 1417
47.14	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
47.26	c ==================================[MINISAT+]==================================
47.26	c | Conflicts | Original         | Learnt                           | Progress |
47.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
47.26	c ==============================================================================
47.26	c |     51133 |   34643    82367 |   11547   12443   404938    32.5 | 22.094 % |
47.33	c |     51233 |   34643    82367 |   12701   12543   406841    32.4 | 22.098 % |
47.45	c |     51383 |   34643    82367 |   13971   12693   415156    32.7 | 22.098 % |
47.69	c |     51608 |   34602    82270 |   15369   12916   422055    32.7 | 22.178 % |
47.96	c |     51947 |   34602    82270 |   16905   13255   442806    33.4 | 22.178 % |
48.36	c |     52453 |   34602    82270 |   18596   13761   461213    33.5 | 22.178 % |
48.54	c ==============================================================================
48.54	c Found solution: 1404
48.54	o 1404
48.54	c ---[   0]---> Sorter-cost:    3     Base: 2 3 13 2
48.66	c ==================================[MINISAT+]==================================
48.66	c | Conflicts | Original         | Learnt                           | Progress |
48.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
48.66	c ==============================================================================
48.66	c |     52597 |   34606    82280 |   11535   13905   467095    33.6 | 22.178 % |
48.74	c |     52697 |   34606    82280 |   12688   14005   470183    33.6 | 22.180 % |
48.89	c |     52848 |   34606    82280 |   13957   14156   476842    33.7 | 22.180 % |
49.12	c |     53074 |   34606    82280 |   15353   14382   483083    33.6 | 22.180 % |
49.43	c |     53411 |   34606    82280 |   16888   14719   490781    33.3 | 22.180 % |
49.88	c |     53918 |   34606    82280 |   18577   15226   502335    33.0 | 22.180 % |
50.66	c |     54677 |   34292    81543 |   20434   15982   546741    34.2 | 22.723 % |
51.83	c |     55816 |   34292    81543 |   22478   17121   612088    35.8 | 22.723 % |
53.14	c ==============================================================================
53.14	c Found solution: 1375
53.14	o 1375
53.14	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
53.26	c ==================================[MINISAT+]==================================
53.26	c | Conflicts | Original         | Learnt                           | Progress |
53.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
53.26	c ==============================================================================
53.26	c |     56923 |   34297    81555 |   11432   18228   678540    37.2 | 22.723 % |
53.38	c |     57023 |   34297    81555 |   12575    9214   293213    31.8 | 22.725 % |
53.47	c ==============================================================================
53.47	c Found solution: 1356
53.47	o 1356
53.47	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
53.59	c ==================================[MINISAT+]==================================
53.59	c | Conflicts | Original         | Learnt                           | Progress |
53.59	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
53.59	c ==============================================================================
53.59	c |     57139 |   34304    81571 |   11434    9330   295845    31.7 | 22.725 % |
53.66	c |     57241 |   34304    81571 |   12577    9432   297556    31.5 | 22.726 % |
53.80	c |     57391 |   34304    81571 |   13835    9582   300893    31.4 | 22.726 % |
54.00	c |     57616 |   34304    81571 |   15218    9807   310558    31.7 | 22.726 % |
54.37	c ==============================================================================
54.37	c Found solution: 1337
54.37	o 1337
54.37	c ---[   0]---> Sorter-cost:    3     Base: 2 3 13 2
54.49	c ==================================[MINISAT+]==================================
54.49	c | Conflicts | Original         | Learnt                           | Progress |
54.49	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
54.49	c ==============================================================================
54.49	c |     57898 |   34309    81583 |   11436   10089   322077    31.9 | 22.726 % |
54.54	c |     57998 |   34309    81583 |   12579   10189   323845    31.8 | 22.728 % |
54.64	c |     58149 |   34259    81469 |   13837   10339   326150    31.5 | 22.819 % |
54.82	c |     58374 |   34241    81428 |   15221   10562   336472    31.9 | 22.853 % |
55.15	c |     58711 |   34241    81428 |   16743   10899   361196    33.1 | 22.853 % |
55.56	c |     59217 |   34241    81428 |   18417   11405   371956    32.6 | 22.853 % |
56.24	c |     59976 |   34168    81259 |   20259   12161   416868    34.3 | 22.991 % |
57.48	c |     61115 |   34082    81059 |   22285   13297   472342    35.5 | 23.151 % |
57.61	c ==============================================================================
57.61	c Found solution: 1312
57.61	o 1312
57.61	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
57.73	c ==================================[MINISAT+]==================================
57.73	c | Conflicts | Original         | Learnt                           | Progress |
57.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
57.73	c ==============================================================================
57.73	c |     61210 |   34089    81075 |   11363   13392   476347    35.6 | 23.151 % |
57.83	c |     61311 |   34089    81075 |   12499   13493   483194    35.8 | 23.151 % |
57.98	c |     61461 |   34089    81075 |   13749   13643   489705    35.9 | 23.151 % |
58.23	c |     61686 |   34089    81075 |   15124   13868   501226    36.1 | 23.151 % |
58.38	c ==============================================================================
58.38	c Found solution: 1311
58.38	o 1311
58.38	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
58.50	c ==================================[MINISAT+]==================================
58.50	c | Conflicts | Original         | Learnt                           | Progress |
58.50	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
58.50	c ==============================================================================
58.50	c |     61812 |   34094    81087 |   11364   13994   506283    36.2 | 23.151 % |
58.53	c ==============================================================================
58.53	c Found solution: 1308
58.53	o 1308
58.53	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
58.65	c ==================================[MINISAT+]==================================
58.65	c | Conflicts | Original         | Learnt                           | Progress |
58.65	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
58.65	c ==============================================================================
58.65	c |     61823 |   34101    81103 |   11367   14005   506542    36.2 | 23.151 % |
58.77	c |     61923 |   34101    81103 |   12503   14105   513908    36.4 | 23.154 % |
58.97	c |     62075 |   34101    81103 |   13754   14257   521363    36.6 | 23.153 % |
59.21	c |     62300 |   34101    81103 |   15129   14482   535416    37.0 | 23.153 % |
59.54	c |     62639 |   34043    80967 |   16642   14820   543359    36.7 | 23.262 % |
60.12	c |     63145 |   33977    80813 |   18306   15325   570800    37.2 | 23.394 % |
60.38	c ==============================================================================
60.38	c Found solution: 1276
60.38	o 1276
60.38	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
60.50	c ==================================[MINISAT+]==================================
60.50	c | Conflicts | Original         | Learnt                           | Progress |
60.50	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
60.50	c ==============================================================================
60.50	c |     63370 |   33993    80853 |   11331   15550   584365    37.6 | 23.394 % |
60.63	c |     63474 |   33993    80853 |   12464    7879   229194    29.1 | 23.386 % |
60.78	c |     63624 |   33993    80853 |   13710    8029   235781    29.4 | 23.386 % |
60.99	c |     63852 |   33993    80853 |   15081    8257   241118    29.2 | 23.386 % |
61.32	c |     64190 |   33993    80853 |   16589    8595   255628    29.7 | 23.386 % |
61.73	c |     64696 |   33993    80853 |   18248    9101   265330    29.2 | 23.386 % |
62.32	c |     65457 |   33993    80853 |   20073    9862   281658    28.6 | 23.386 % |
63.15	c |     66597 |   33993    80853 |   22080   11002   307035    27.9 | 23.386 % |
64.77	c |     68305 |   33993    80853 |   24289   12710   368240    29.0 | 23.386 % |
65.32	c ==============================================================================
65.32	c Found solution: 1261
65.32	o 1261
65.32	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
65.44	c ==================================[MINISAT+]==================================
65.44	c | Conflicts | Original         | Learnt                           | Progress |
65.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
65.44	c ==============================================================================
65.44	c |     68916 |   33997    80865 |   11332   13321   404243    30.3 | 23.386 % |
65.55	c |     69017 |   33997    80865 |   12465   13422   410227    30.6 | 23.388 % |
65.70	c |     69167 |   33997    80865 |   13711   13572   415038    30.6 | 23.388 % |
65.95	c |     69392 |   33997    80865 |   15082   13797   425319    30.8 | 23.388 % |
66.26	c |     69730 |   33997    80865 |   16591   14135   433786    30.7 | 23.388 % |
66.68	c |     70236 |   33997    80865 |   18250   14641   444412    30.4 | 23.388 % |
67.39	c |     70995 |   33997    80865 |   20075   15400   501489    32.6 | 23.388 % |
68.29	c ==============================================================================
68.29	c Found solution: 1249
68.29	o 1249
68.29	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
68.42	c ==================================[MINISAT+]==================================
68.42	c | Conflicts | Original         | Learnt                           | Progress |
68.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
68.42	c ==============================================================================
68.42	c |     71760 |   34004    80893 |   11334   16165   543216    33.6 | 23.388 % |
68.56	c |     71861 |   34004    80893 |   12467    8184   240743    29.4 | 23.387 % |
68.70	c |     72011 |   34004    80893 |   13714    8334   248316    29.8 | 23.387 % |
68.88	c |     72237 |   34000    80884 |   15085    8559   258603    30.2 | 23.392 % |
69.18	c |     72578 |   34000    80884 |   16594    8900   269183    30.2 | 23.392 % |
69.68	c |     73084 |   34000    80884 |   18253    9406   290102    30.8 | 23.392 % |
70.21	c ==============================================================================
70.21	c Found solution: 1233
70.21	o 1233
70.21	c ---[   0]---> Sorter-cost:    3     Base: 2 3 13 2
70.33	c ==================================[MINISAT+]==================================
70.33	c | Conflicts | Original         | Learnt                           | Progress |
70.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
70.33	c ==============================================================================
70.33	c |     73571 |   34004    80894 |   11334    9893   312372    31.6 | 23.392 % |
70.41	c |     73671 |   34004    80894 |   12467    9993   316963    31.7 | 23.394 % |
70.53	c |     73821 |   34004    80894 |   13714   10143   323069    31.9 | 23.394 % |
70.71	c |     74047 |   34004    80894 |   15085   10369   327866    31.6 | 23.394 % |
71.07	c |     74385 |   34004    80894 |   16594   10707   342711    32.0 | 23.394 % |
71.53	c |     74894 |   34004    80894 |   18253   11216   372879    33.2 | 23.394 % |
72.09	c ==============================================================================
72.09	c Found solution: 1219
72.09	o 1219
72.09	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
72.21	c ==================================[MINISAT+]==================================
72.21	c | Conflicts | Original         | Learnt                           | Progress |
72.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
72.21	c ==============================================================================
72.21	c |     75485 |   34009    80905 |   11336   11807   403318    34.2 | 23.394 % |
72.30	c |     75585 |   34009    80905 |   12469   11907   407498    34.2 | 23.396 % |
72.42	c |     75735 |   34009    80905 |   13716   12057   413667    34.3 | 23.396 % |
72.66	c |     75961 |   34009    80905 |   15088   12283   419498    34.2 | 23.396 % |
73.04	c |     76300 |   34009    80905 |   16597   12622   434871    34.5 | 23.396 % |
73.54	c |     76810 |   34009    80905 |   18256   13132   456938    34.8 | 23.396 % |
74.35	c |     77569 |   34009    80905 |   20082   13891   495418    35.7 | 23.396 % |
75.47	c ==============================================================================
75.47	c Found solution: 1215
75.47	o 1215
75.47	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
75.59	c ==================================[MINISAT+]==================================
75.59	c | Conflicts | Original         | Learnt                           | Progress |
75.59	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
75.59	c ==============================================================================
75.59	c |     78703 |   34014    80916 |   11338   15025   556512    37.0 | 23.396 % |
75.75	c |     78803 |   34014    80916 |   12471   15125   560304    37.0 | 23.398 % |
75.97	c |     78955 |   34014    80916 |   13718   15277   567187    37.1 | 23.397 % |
76.12	c |     79180 |   34014    80916 |   15090   15502   570412    36.8 | 23.397 % |
76.35	c |     79517 |   34014    80916 |   16599   15839   574576    36.3 | 23.397 % |
76.70	c |     80024 |   34014    80916 |   18259   16346   584008    35.7 | 23.397 % |
77.41	c |     80783 |   33957    80784 |   20085   17103   609563    35.6 | 23.506 % |
78.89	c |     81922 |   33957    80784 |   22094   18242   652586    35.8 | 23.506 % |
80.79	c |     83631 |   33957    80784 |   24304   19951   738171    37.0 | 23.506 % |
83.71	c |     86193 |   33957    80784 |   26734   22513   862647    38.3 | 23.506 % |
84.29	c ==============================================================================
84.29	c Found solution: 1194
84.29	o 1194
84.29	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
84.41	c ==================================[MINISAT+]==================================
84.41	c | Conflicts | Original         | Learnt                           | Progress |
84.41	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
84.41	c ==============================================================================
84.41	c |     86651 |   33964    80800 |   11321   22971   879386    38.3 | 23.506 % |
84.52	c ==============================================================================
84.52	c Found solution: 1149
84.52	o 1149
84.52	c ---[   0]---> Sorter-cost:    3     Base: 2 3 13 2
84.64	c ==================================[MINISAT+]==================================
84.64	c | Conflicts | Original         | Learnt                           | Progress |
84.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
84.64	c ==============================================================================
84.64	c |     86700 |   33968    80809 |   11322   11535   366925    31.8 | 23.506 % |
84.69	c ==============================================================================
84.69	c Found solution: 1145
84.69	o 1145
84.69	c ---[   0]---> Sorter-cost:    4     Base: 2 3 13 2
84.81	c ==================================[MINISAT+]==================================
84.81	c | Conflicts | Original         | Learnt                           | Progress |
84.81	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
84.81	c ==============================================================================
84.81	c |     86718 |   33973    80820 |   11324   11553   367741    31.8 | 23.506 % |
84.93	c |     86822 |   33973    80820 |   12456   11657   372147    31.9 | 23.512 % |
85.10	c |     86973 |   33973    80820 |   13702   11808   379427    32.1 | 23.512 % |
85.28	c |     87198 |   33973    80820 |   15072   12033   388418    32.3 | 23.512 % |
85.46	c ==============================================================================
85.46	c Found solution: 1136
85.46	o 1136
85.46	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
85.58	c ==================================[MINISAT+]==================================
85.58	c | Conflicts | Original         | Learnt                           | Progress |
85.58	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
85.58	c ==============================================================================
85.58	c |     87295 |   33982    80843 |   11327   12130   392054    32.3 | 23.512 % |
85.68	c |     87395 |   33982    80843 |   12459   12230   397615    32.5 | 23.510 % |
85.83	c |     87546 |   33982    80843 |   13705   12381   401852    32.5 | 23.510 % |
86.05	c |     87771 |   33982    80843 |   15076   12606   408267    32.4 | 23.510 % |
86.41	c |     88111 |   33982    80843 |   16583   12946   416712    32.2 | 23.510 % |
86.85	c |     88617 |   33982    80843 |   18242   13452   438552    32.6 | 23.510 % |
87.71	c |     89376 |   33982    80843 |   20066   14211   467515    32.9 | 23.510 % |
88.88	c |     90515 |   33982    80843 |   22073   15350   505978    33.0 | 23.510 % |
90.67	c |     92223 |   33982    80843 |   24280   17058   574942    33.7 | 23.510 % |
93.70	c |     94785 |   33946    80759 |   26708   19618   651326    33.2 | 23.573 % |
97.90	c ==============================================================================
97.90	c Found solution: 1128
97.90	o 1128
97.91	c ---[   0]---> Sorter-cost:    5     Base: 2 3 13 2
98.03	c ==================================[MINISAT+]==================================
98.03	c | Conflicts | Original         | Learnt                           | Progress |
98.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
98.03	c ==============================================================================
98.03	c |     98336 |   33952    80774 |   11317   23169   802322    34.6 | 23.573 % |
98.17	c |     98438 |   33952    80774 |   12448   11687   310808    26.6 | 23.573 % |
98.33	c |     98588 |   33952    80774 |   13693   11837   317230    26.8 | 23.573 % |
98.57	c |     98817 |   33952    80774 |   15062   12066   326295    27.0 | 23.573 % |
98.90	c |     99155 |   33952    80774 |   16569   12404   336095    27.1 | 23.573 % |
99.46	c |     99661 |   33952    80774 |   18226   12910   359193    27.8 | 23.573 % |
100.18	c |    100420 |   33952    80774 |   20048   13669   396157    29.0 | 23.573 % |
101.37	c |    101560 |   33952    80774 |   22053   14809   437250    29.5 | 23.573 % |
103.30	c |    103268 |   33952    80774 |   24258   16517   516374    31.3 | 23.573 % |
106.36	c |    105830 |   33952    80774 |   26684   19079   624783    32.7 | 23.573 % |
110.71	c |    109676 |   33952    80774 |   29353   22925   762667    33.3 | 23.573 % |
117.97	c |    115442 |   33952    80774 |   32288   28691   989080    34.5 | 23.573 % |
130.21	c |    124092 |   33952    80774 |   35517   37341  1393060    37.3 | 23.573 % |
147.11	c ==============================================================================
147.11	c Found solution: 1120
147.11	o 1120
147.11	c ---[   0]---> Sorter-cost:    2     Base: 2 3 13 2
147.24	c ==================================[MINISAT+]==================================
147.24	c | Conflicts | Original         | Learnt                           | Progress |
147.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
147.24	c ==============================================================================
147.24	c |    136193 |   33955    80781 |   11318   26816  1021714    38.1 | 23.573 % |
147.43	c |    136293 |   33955    80781 |   12449   13508   480514    35.6 | 23.576 % |
147.63	c |    136444 |   33939    80744 |   13694   13658   485170    35.5 | 23.605 % |
147.87	c |    136669 |   33939    80744 |   15064   13883   491212    35.4 | 23.605 % |
148.25	c |    137006 |   33939    80744 |   16570   14220   500993    35.2 | 23.605 % |
148.82	c |    137516 |   33939    80744 |   18227   14730   521903    35.4 | 23.605 % |
149.44	c |    138276 |   33939    80744 |   20050   15490   536341    34.6 | 23.605 % |
150.70	c |    139416 |   33939    80744 |   22055   16630   592086    35.6 | 23.605 % |
152.92	c |    141124 |   33939    80744 |   24261   18338   662753    36.1 | 23.605 % |
156.06	c |    143686 |   33939    80744 |   26687   20900   767136    36.7 | 23.605 % |
161.41	c |    147530 |   33939    80744 |   29355   24744   895353    36.2 | 23.605 % |
169.29	c |    153296 |   33793    80407 |   32291   30507  1148443    37.6 | 23.901 % |
173.06	c ==============================================================================
173.06	c Optimal solution: 1120
173.06	s OPTIMUM FOUND
173.06	v x1 x2 -x3 -x4 -x5 -x8 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32
173.06	v -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
173.06	v -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
173.06	v x86 -x87 -x88 -x89 -x6 x7 -x9 -x10
173.06	c _______________________________________________________________________________
173.06	c 
173.06	c restarts              : 247
173.06	c conflicts             : 155748         (901 /sec)
173.06	c decisions             : 277901         (1607 /sec)
173.06	c propagations          : 0              (0 /sec)
173.06	c inspects              : 0              (0 /sec)
173.06	c CPU time              : 172.952 s
173.06	c _______________________________________________________________________________

Verifier Data (download as text)

OK	1120

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-35236-1149369443 -o ROOT/results/node68/solver-35236-1149369443 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35236-1149369443/instance-35236-1149369443.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.96 2/64 24781
/proc/meminfo: memFree=1600024/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=1048 CPUtime=0
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 202613815 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 262 96 74 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.96 2/64 24781
/proc/meminfo: memFree=1593512/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=7756 CPUtime=10
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 1755 0 0 0 999 1 0 0 25 0 1 0 202613815 7942144 1733 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 1939 1733 110 215 0 1721 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 7756

[startup+20.0086 s]
/proc/loadavg: 0.94 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591656/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9640 CPUtime=19.99
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2219 0 0 0 1998 1 0 0 25 0 1 0 202613815 9871360 2197 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2410 2197 110 215 0 2192 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9640

[startup+30.0143 s]
/proc/loadavg: 0.95 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591656/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9640 CPUtime=30
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2220 0 0 0 2998 2 0 0 25 0 1 0 202613815 9871360 2198 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2410 2198 110 215 0 2192 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 9640

[startup+40.02 s]
/proc/loadavg: 0.95 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591336/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9904 CPUtime=40
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2296 0 0 0 3998 2 0 0 25 0 1 0 202613815 10141696 2274 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2476 2274 110 215 0 2258 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 9904

[startup+50.0258 s]
/proc/loadavg: 0.96 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591336/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9904 CPUtime=50
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2296 0 0 0 4998 2 0 0 25 0 1 0 202613815 10141696 2274 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2476 2274 110 215 0 2258 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 9904

[startup+60.0315 s]
/proc/loadavg: 0.97 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591336/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9904 CPUtime=60
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2296 0 0 0 5998 2 0 0 25 0 1 0 202613815 10141696 2274 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2476 2274 110 215 0 2258 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 9904

[startup+70.0372 s]
/proc/loadavg: 0.97 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591336/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9904 CPUtime=70
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2303 0 0 0 6998 2 0 0 25 0 1 0 202613815 10141696 2281 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2476 2281 110 215 0 2258 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 9904

[startup+80.0429 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1591272/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=9904 CPUtime=80
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2303 0 0 0 7998 2 0 0 25 0 1 0 202613815 10141696 2281 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2476 2281 110 215 0 2258 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 9904

[startup+90.0486 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1590824/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=10416 CPUtime=90.01
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2417 0 0 0 8999 2 0 0 25 0 1 0 202613815 10665984 2395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2604 2395 110 215 0 2386 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 10416

[startup+100.054 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1590696/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=10548 CPUtime=100.01
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2444 0 0 0 9999 2 0 0 25 0 1 0 202613815 10801152 2422 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576446 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2637 2422 110 215 0 2419 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 10548

[startup+110.06 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 24781
/proc/meminfo: memFree=1590696/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=10548 CPUtime=110.01
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2451 0 0 0 10999 2 0 0 25 0 1 0 202613815 10801152 2429 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576760 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2637 2429 110 215 0 2419 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 10548

[startup+120.066 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1589672/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=11620 CPUtime=120.02
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 2697 0 0 0 11999 3 0 0 25 0 1 0 202613815 11898880 2675 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 2905 2675 110 215 0 2687 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 11620

[startup+130.072 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1588200/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=13036 CPUtime=130.02
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 3070 0 0 0 12998 4 0 0 25 0 1 0 202613815 13348864 3048 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580728 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 3259 3048 110 215 0 3041 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 13036

[startup+140.077 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1587176/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=14164 CPUtime=140.02
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 3328 0 0 0 13998 4 0 0 25 0 1 0 202613815 14503936 3306 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576390 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 3541 3306 110 215 0 3323 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 14164

[startup+150.083 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1587112/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=14164 CPUtime=150.02
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 3336 0 0 0 14998 4 0 0 25 0 1 0 202613815 14503936 3314 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 3541 3314 110 215 0 3323 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 14164

[startup+160.089 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1587112/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=14164 CPUtime=160.02
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 3342 0 0 0 15998 4 0 0 25 0 1 0 202613815 14503936 3320 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 3541 3320 110 215 0 3323 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 14164

[startup+170.094 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 24781
/proc/meminfo: memFree=1587112/2055920 swapFree=4182304/4192956
[pid=24781] ppid=24779 vsize=14296 CPUtime=170.03
/proc/24781/stat : 24781 (minisat+) R 24779 24781 24735 0 -1 4194304 3350 0 0 0 16999 4 0 0 25 0 1 0 202613815 14639104 3328 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24781/statm: 3574 3328 110 215 0 3356 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 14296

Child status: 30
Real time (s): 173.067
CPU time (s): 173.005
CPU user time (s): 172.953
CPU system time (s): 0.051992
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (Kb): 14296

Launcher Data (download as text)

Begin job on node68 on Sat Jun  3 21:17:23 UTC 2006


FILE ID= 35236-1149369443

PBS_JOBID= 312114

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35236-1149369443/instance-35236-1149369443.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-35236-1149369443 -o ROOT/results/node68/solver-35236-1149369443 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35236-1149369443/instance-35236-1149369443.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  9b4418c5c34f37121cd9ad7732df64ff

RANDOM SEED= 319331811


/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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1600232 kB
Buffers:         14840 kB
Cached:         378964 kB
SwapCached:       2160 kB
Active:          35140 kB
Inactive:       367184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600232 kB
SwapTotal:     4192956 kB
SwapFree:      4182304 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            39452 kB
Committed_AS:   372996 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Sat Jun  3 21:20:16 UTC 2006